Skip to content

Instantly share code, notes, and snippets.

@kmjones1979
kmjones1979 / json_log.conf
Created November 24, 2015 20:32
JSON Log format for NGINX
log_format json '{'
# disabled to use timestamp in iso8601 format
# '"time_local": "$time_local",'
'"time_iso8601": "$time_iso8601",'
'"browser": ['
'{'
'"modern_browser": "$modern_browser",'
'"ancient_browser": "$ancient_browser",'
'"msie": "$msie"'
'}'