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.

17 lines
521B

  1. monolog:
  2. handlers:
  3. main:
  4. type: fingers_crossed
  5. action_level: error
  6. handler: nested
  7. excluded_http_codes: [404, 405]
  8. buffer_size: 50 # How many messages should be saved? Prevent memory leaks
  9. nested:
  10. type: stream
  11. path: "%kernel.logs_dir%/%kernel.environment%.log"
  12. level: debug
  13. console:
  14. type: console
  15. process_psr_3_messages: false
  16. channels: ["!event", "!doctrine"]