Skip to content

Commit 937fbf1

Browse files
committed
Fixed wrong php fpm access log format
1 parent 055e676 commit 937fbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/application.development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ PHP:
3333
# Misc
3434
- { variable: "catch_workers_output", value: "yes" }
3535
# Logs
36-
- { variable: "access.format", value: "%R - %u %t \"%m %r%Q%q\" %s %f cpu:%C%% mem:%{megabytes}M reqTime:%d" }
36+
- { variable: "access.format", value: '"%R - %u %t \"%m %r%Q%q\" %s %f cpu:%C%% mem:%{megabytes}M reqTime:%d"' }
3737
- { variable: "request_slowlog_timeout", value: "10s" }
3838
- { variable: "php_admin_flag[log_errors]", value: "on" }

0 commit comments

Comments
 (0)