2015-03-22 17:22:49 +00:00
|
|
|
imports:
|
|
|
|
- { resource: config.yml }
|
|
|
|
|
|
|
|
|
|
|
|
#doctrine:
|
|
|
|
# orm:
|
|
|
|
# metadata_cache_driver: apc
|
|
|
|
# result_cache_driver: apc
|
|
|
|
# query_cache_driver: apc
|
|
|
|
|
|
|
|
monolog:
|
|
|
|
handlers:
|
|
|
|
main:
|
|
|
|
type: fingers_crossed
|
|
|
|
action_level: error
|
2019-01-19 01:11:01 +00:00
|
|
|
handler: rotated_file
|
2017-01-14 00:56:17 +00:00
|
|
|
rotated_file:
|
2017-01-11 18:41:48 +00:00
|
|
|
type: rotating_file
|
2015-03-22 17:22:49 +00:00
|
|
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
2017-01-11 18:41:48 +00:00
|
|
|
max_files: 30
|
2015-03-22 17:22:49 +00:00
|
|
|
level: debug
|
2017-01-14 00:56:17 +00:00
|
|
|
# for commands
|
2015-03-22 17:22:49 +00:00
|
|
|
console:
|
2017-01-14 00:56:17 +00:00
|
|
|
type: console
|