]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/config_prod.yml
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / app / config / config_prod.yml
CommitLineData
93fd4692
NL
1imports:
2 - { resource: config.yml }
3
4#framework:
23634d5d
JB
5# cache:
6# system: cache.adapter.apcu
93fd4692
NL
7
8#doctrine:
9# orm:
10# metadata_cache_driver: apc
11# result_cache_driver: apc
12# query_cache_driver: apc
13
14monolog:
15 handlers:
16 main:
17 type: fingers_crossed
18 action_level: error
19 handler: nested
20 nested:
21 type: stream
22 path: "%kernel.logs_dir%/%kernel.environment%.log"
23 level: debug
24 console:
25 type: console