You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
439 B
19 lines
439 B
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 |
|
handler: nested |
|
nested: |
|
type: stream |
|
path: %kernel.logs_dir%/%kernel.environment%.log |
|
level: debug
|
|
|