You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1319 Use stderr for logging in prod (fabpot)
This PR was merged into the main branch.
Discussion
----------
Use stderr for logging in prod
Using stderr in prod by default is a good idea (we made the change in the official recipe a while ago -- https://github.com/symfony/recipes/blob/master/symfony/monolog-bundle/3.7/config/packages/monolog.yaml#L51) as it makes it work out of the box with anything compatible with Docker, including Platform.sh.
Commits
-------
79d8d0d Use stderr for logging in prod
0 commit comments