diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-14 15:33:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-14 16:03:09 +0100 |
commit | a0922eb9b3750ab6de31116531b625643930b38c (patch) | |
tree | 2ca7d38ea3b4816247bf4c2f12734134fd07e34b /config/default.yaml | |
parent | a8b5ce95f5e9cb71079e5d3606eab14f65d4b57a (diff) | |
download | PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.gz PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.zst PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.zip |
Change default logging
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index 10ef4ab8e..9c1136621 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -39,7 +39,7 @@ storage: | |||
39 | cache: 'storage/cache/' | 39 | cache: 'storage/cache/' |
40 | 40 | ||
41 | log: | 41 | log: |
42 | level: 'debug' # debug/info/warning/error | 42 | level: 'info' # debug/info/warning/error |
43 | 43 | ||
44 | cache: | 44 | cache: |
45 | previews: | 45 | previews: |