Skip to content

Commit 4ff0fd6

Browse files
authored
Update log configuration to match SymfonyCloud recos (#138)
See https://symfony.com/doc/current/cloud/cookbooks/go_live.html#logging
1 parent 44dca52 commit 4ff0fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/packages/prod/monolog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ monolog:
88
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
99
nested:
1010
type: stream
11-
path: "%kernel.logs_dir%/%kernel.environment%.log"
11+
path: php://stderr
1212
level: debug
1313
console:
1414
type: console

0 commit comments

Comments
 (0)