Skip to content

Commit b1332f5

Browse files
authored
Update goaccess.conf
Ensure we have a valid JSON format
1 parent cb1613a commit b1332f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/goaccess.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
#log-format %^ %^ [%h] %^ %^ [%d:%t %^] "%r" %s %b "%R" "%u" %^ %^ [%v] %^:%^ %^ %T %^ %^
114114

115115
# CADDY JSON Structured
116-
#log-format {ts:"%x.%^",request:{remote_ip:"%h",proto:"%H",method:"%m",host:"%v",uri:"%U",headers:{"User-Agent":["%u","%^"]},tls:{cipher_suite:"%k",proto:"%K"}},duration:"%T",size:"%b",status:"%s",resp_headers:{"Content-Type":["%M;%^"]}}
116+
#log-format {"ts":"%x.%^","request":{"remote_ip":"%h","proto":"%H","method":"%m","host":"%v","uri":"%U","headers":{"User-Agent":["%u","%^"]},"tls":{"cipher_suite":"%k","proto": "%K"}},"duration": "%T","size": "%b","status": "%s","resp_headers":{"Content-Type":["%M;%^"]}}
117117

118118
# In addition to specifying the raw log/date/time formats, for
119119
# simplicity, any of the following predefined log format names can be

0 commit comments

Comments
 (0)