2015-03-22 17:22:49 +00:00
|
|
|
imports:
|
|
|
|
- { resource: config.yml }
|
|
|
|
|
|
|
|
framework:
|
|
|
|
router:
|
2017-11-04 23:24:08 +00:00
|
|
|
resource: "%kernel.project_dir%/app/config/routing_dev.yml"
|
2015-03-22 17:22:49 +00:00
|
|
|
strict_requirements: true
|
|
|
|
profiler: { only_exceptions: false }
|
|
|
|
|
|
|
|
web_profiler:
|
|
|
|
toolbar: true
|
|
|
|
intercept_redirects: false
|
|
|
|
|
|
|
|
monolog:
|
|
|
|
handlers:
|
|
|
|
main:
|
2017-01-09 01:07:27 +00:00
|
|
|
type: rotating_file
|
2017-01-08 20:56:01 +00:00
|
|
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
2017-01-11 18:42:29 +00:00
|
|
|
max_files: 2
|
2017-01-08 20:56:01 +00:00
|
|
|
level: debug
|
2017-11-05 02:39:52 +00:00
|
|
|
channels: ['!event']
|
2015-03-22 17:22:49 +00:00
|
|
|
console:
|
|
|
|
type: console
|
2017-01-09 01:21:31 +00:00
|
|
|
verbosity_levels:
|
2017-01-09 02:35:18 +00:00
|
|
|
VERBOSITY_NORMAL: WARNING
|
2017-11-05 02:39:52 +00:00
|
|
|
channels: ['!event', '!doctrine']
|
2015-03-22 17:22:49 +00:00
|
|
|
# uncomment to get logging in your browser
|
|
|
|
# you may have to allow bigger header sizes in your Web server configuration
|
|
|
|
#firephp:
|
|
|
|
# type: firephp
|
|
|
|
# level: info
|
|
|
|
#chromephp:
|
|
|
|
# type: chromephp
|
|
|
|
# level: info
|
|
|
|
|
|
|
|
#swiftmailer:
|
2017-01-08 20:56:01 +00:00
|
|
|
# delivery_addresses: ['me@example.com']
|