Skip to content

Commit aa95b20

Browse files
committed
BUG/MINOR: acl: change default acl format
1 parent 2bb7154 commit aa95b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package log
22

3-
const DefaultApacheLogFormat = "%h %l %u %t \"%r %>s %b \"%{Referer}i\" \"%{User-agent}i\" %{us}T"
3+
const DefaultApacheLogFormat = "%h %l %u %t \"%m %U%q %H\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
44

55
type Target struct {
66
LogTo string `yaml:"log_to,omitempty" description:"Log target, can be stdout, file, or syslog" hcl:"log_to"`

0 commit comments

Comments
 (0)