config_dev.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. imports:
  2. - { resource: config.yml }
  3. framework:
  4. router:
  5. resource: "%kernel.root_dir%/config/routing_dev.yml"
  6. strict_requirements: true
  7. profiler: { only_exceptions: false }
  8. web_profiler:
  9. toolbar: true
  10. intercept_redirects: false
  11. monolog:
  12. handlers:
  13. main:
  14. type: stream
  15. path: "%kernel.logs_dir%/%kernel.environment%.log"
  16. level: debug
  17. channels: [!event]
  18. console:
  19. type: console
  20. bubble: false
  21. verbosity_levels:
  22. VERBOSITY_VERBOSE: INFO
  23. VERBOSITY_VERY_VERBOSE: DEBUG
  24. channels: ["!doctrine"]
  25. console_very_verbose:
  26. type: console
  27. bubble: false
  28. verbosity_levels:
  29. VERBOSITY_VERBOSE: NOTICE
  30. VERBOSITY_VERY_VERBOSE: NOTICE
  31. VERBOSITY_DEBUG: DEBUG
  32. channels: ["doctrine"]
  33. # uncomment to get logging in your browser
  34. # you may have to allow bigger header sizes in your Web server configuration
  35. #firephp:
  36. # type: firephp
  37. # level: info
  38. #chromephp:
  39. # type: chromephp
  40. # level: info
  41. assetic:
  42. use_controller: false
  43. #swiftmailer:
  44. # delivery_address: me@example.com
  45. # Bower configuration
  46. #sp_bower:
  47. # bin: "%sp_bower_bin%" # Optional
  48. # assetic: true
  49. # install_on_warmup: false
  50. # bundles:
  51. # ChamiloCoreBundle:
  52. # cache:
  53. # directory: %kernel.root_dir%/cache/public/components/cache