]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/config_prod.yml
Jump to Symfony 3.1
[github/wallabag/wallabag.git] / app / config / config_prod.yml
1 imports:
2 - { resource: config.yml }
3
4 #framework:
5 # cache:
6 # system: cache.adapter.apcu
7
8 #doctrine:
9 # orm:
10 # metadata_cache_driver: apc
11 # result_cache_driver: apc
12 # query_cache_driver: apc
13
14 monolog:
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