選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

20 行
606B

  1. monolog:
  2. handlers:
  3. main:
  4. type: stream
  5. path: "%kernel.logs_dir%/%kernel.environment%.log"
  6. level: debug
  7. channels: ["!event"]
  8. # uncomment to get logging in your browser
  9. # you may have to allow bigger header sizes in your Web server configuration
  10. #firephp:
  11. # type: firephp
  12. # level: info
  13. #chromephp:
  14. # type: chromephp
  15. # level: info
  16. console:
  17. type: console
  18. process_psr_3_messages: false
  19. channels: ["!event", "!doctrine", "!console"]