mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-14 13:01:09 +00:00
9ca069a6fe
kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
25 lines
585 B
YAML
25 lines
585 B
YAML
imports:
|
|
- { resource: config.yml }
|
|
|
|
framework:
|
|
assets:
|
|
# json_manifest_path: '%kernel.project_dir%/web/bundles/wallabagcore/manifest.json'
|
|
|
|
#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
|
|
console:
|
|
type: console
|