config_dev.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. imports:
  2. - { resource: config.yml }
  3. doctrine:
  4. orm:
  5. result_cache_driver: array
  6. framework:
  7. router: { resource: '%kernel.root_dir%/config/routing_dev.yml' }
  8. profiler: { only_exceptions: false }
  9. swiftmailer:
  10. disable_delivery: true
  11. web_profiler:
  12. toolbar: true
  13. intercept_redirects: false
  14. monolog:
  15. handlers:
  16. main:
  17. type: stream
  18. path: '%kernel.logs_dir%/%kernel.environment%.log'
  19. level: debug
  20. channels: ['!event']
  21. firephp:
  22. type: firephp
  23. level: info
  24. console:
  25. type: console
  26. bubble: false
  27. verbosity_levels:
  28. VERBOSITY_VERBOSE: INFO
  29. VERBOSITY_VERY_VERBOSE: DEBUG
  30. channels: ["!doctrine"]
  31. console_very_verbose:
  32. type: console
  33. bubble: false
  34. verbosity_levels:
  35. VERBOSITY_VERBOSE: NOTICE
  36. VERBOSITY_VERY_VERBOSE: NOTICE
  37. VERBOSITY_DEBUG: DEBUG
  38. channels: ["doctrine"]
  39. #assetic:
  40. # use_controller: true