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 055e676 commit 937fbf1Copy full SHA for 937fbf1
etc/application.development.yml
@@ -33,6 +33,6 @@ PHP:
33
# Misc
34
- { variable: "catch_workers_output", value: "yes" }
35
# Logs
36
- - { variable: "access.format", value: "%R - %u %t \"%m %r%Q%q\" %s %f cpu:%C%% mem:%{megabytes}M reqTime:%d" }
+ - { variable: "access.format", value: '"%R - %u %t \"%m %r%Q%q\" %s %f cpu:%C%% mem:%{megabytes}M reqTime:%d"' }
37
- { variable: "request_slowlog_timeout", value: "10s" }
38
- { variable: "php_admin_flag[log_errors]", value: "on" }
0 commit comments