symfony 2.4 can't get the doctrine channel in prod environment
I can't manage to get a log of the doctrine channel in my prod environment. I'm using symfony/symfony v2.4.6 symfony/monolog-bundle v2.6.0 doctrine/common v2.4.2 Here is my monolog config in config_prod.yml : monolog: handlers: doctrine: bubble: false action_level: DEBUG type: stream path: "%kernel.logs_dir%/%kernel.environment%_doctrine.log" channels: doctrine security: bubble: false action_level: DEBUG type: stream path: "%kernel.logs_dir%/%kernel.environment%_security.log" channels: security request: bubble: false action_level: DEBUG type: stream path: "%kernel.logs_dir%/%kernel.environment