Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
701 B

5 years ago
  1. monolog:
  2. handlers:
  3. main:
  4. type: fingers_crossed
  5. action_level: error
  6. handler: nested
  7. excluded_http_codes: [404, 405]
  8. nested:
  9. type: stream
  10. path: "%kernel.logs_dir%/%kernel.environment%.log"
  11. level: debug
  12. console:
  13. type: console
  14. process_psr_3_messages: false
  15. channels: ["!event", "!doctrine"]
  16. deprecation:
  17. type: stream
  18. path: "%kernel.logs_dir%/%kernel.environment%.deprecations.log"
  19. deprecation_filter:
  20. type: filter
  21. handler: deprecation
  22. max_level: info
  23. channels: ["php"]