We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb7154 commit aa95b20Copy full SHA for aa95b20
log/configuration.go
@@ -1,6 +1,6 @@
1
package log
2
3
-const DefaultApacheLogFormat = "%h %l %u %t \"%r %>s %b \"%{Referer}i\" \"%{User-agent}i\" %{us}T"
+const DefaultApacheLogFormat = "%h %l %u %t \"%m %U%q %H\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
4
5
type Target struct {
6
LogTo string `yaml:"log_to,omitempty" description:"Log target, can be stdout, file, or syslog" hcl:"log_to"`
0 commit comments