diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:07:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:07:39 +0100 |
commit | 2a94b1d1b74b4e776e76a522621b67b45d115fe7 (patch) | |
tree | 3f4a99b890bb4ec1a7f84d131e7ead2323cc2438 /app/config/config_prod.yml | |
parent | 0ac38198ab1c00dfb290d5631fa7c1cf5ac2a48a (diff) | |
download | wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.gz wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.zst wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.zip |
log for authentication on API
Diffstat (limited to 'app/config/config_prod.yml')
-rw-r--r-- | app/config/config_prod.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml index 342837a0..c45f0fa6 100644 --- a/app/config/config_prod.yml +++ b/app/config/config_prod.yml | |||
@@ -17,6 +17,11 @@ monolog: | |||
17 | type: fingers_crossed | 17 | type: fingers_crossed |
18 | action_level: error | 18 | action_level: error |
19 | handler: nested | 19 | handler: nested |
20 | wsse: | ||
21 | type: stream | ||
22 | path: %kernel.logs_dir%/%kernel.environment%.wsse.log | ||
23 | level: error | ||
24 | channels: [wsse] | ||
20 | nested: | 25 | nested: |
21 | type: stream | 26 | type: stream |
22 | path: "%kernel.logs_dir%/%kernel.environment%.log" | 27 | path: "%kernel.logs_dir%/%kernel.environment%.log" |