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 | |
parent | a8b5ce95f5e9cb71079e5d3606eab14f65d4b57a (diff) | |
download | PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.gz PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.zst PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.zip |
Change default logging
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 | ||||
-rw-r--r-- | config/test.yaml | 3 |
3 files changed, 5 insertions, 2 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: |
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: |
diff --git a/config/test.yaml b/config/test.yaml index 19c01f5c0..efca85aff 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -16,6 +16,9 @@ smtp: | |||
16 | username: null | 16 | username: null |
17 | password: null | 17 | password: null |
18 | 18 | ||
19 | log: | ||
20 | level: 'debug' | ||
21 | |||
19 | signup: | 22 | signup: |
20 | enabled: true | 23 | enabled: true |
21 | 24 | ||