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/production.yaml.example | |
parent | a8b5ce95f5e9cb71079e5d3606eab14f65d4b57a (diff) | |
download | PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.gz PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.zst PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.zip |
Change default logging
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index e476bbcfa..9d233a847 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -40,7 +40,7 @@ storage: | |||
40 | cache: '/var/www/peertube/storage/cache/' | 40 | cache: '/var/www/peertube/storage/cache/' |
41 | 41 | ||
42 | log: | 42 | log: |
43 | level: 'debug' # debug/info/warning/error | 43 | level: 'info' # debug/info/warning/error |
44 | 44 | ||
45 | cache: | 45 | cache: |
46 | previews: | 46 | previews: |