четверг, 19 апреля 2018 г.

[Symfony] how to disable "request.INFO: Matched route" messages in Monolog logs

app/config/config_prod.yml:
monolog:    
    handlers:        
        main:
            channels: ["!request"]
and run cache:clear -e prod if you on PROD environment.

Комментариев нет:

Отправить комментарий