Closed
Description
On : https://symfony.com/doc/current/logging.html#where-logs-are-stored
By default, log entries are written to the var/log/dev.log file when you’re in the dev environment. In the prod environment, logs are written to var/log/prod.log, but only during a request where an error or high-priority log entry was made (i.e. error() , critical(), alert() or emergency()).
This is not the case anymore. Now in production, log are sent to STDERR: