aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-14 15:33:25 +0100
committerChocobozzz <me@florianbigard.com>2018-02-14 16:03:09 +0100
commita0922eb9b3750ab6de31116531b625643930b38c (patch)
tree2ca7d38ea3b4816247bf4c2f12734134fd07e34b
parenta8b5ce95f5e9cb71079e5d3606eab14f65d4b57a (diff)
downloadPeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.gz
PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.tar.zst
PeerTube-a0922eb9b3750ab6de31116531b625643930b38c.zip
Change default logging
-rw-r--r--config/default.yaml2
-rw-r--r--config/production.yaml.example2
-rw-r--r--config/test.yaml3
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
41log: 41log:
42 level: 'debug' # debug/info/warning/error 42 level: 'info' # debug/info/warning/error
43 43
44cache: 44cache:
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
42log: 42log:
43 level: 'debug' # debug/info/warning/error 43 level: 'info' # debug/info/warning/error
44 44
45cache: 45cache:
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
19log:
20 level: 'debug'
21
19signup: 22signup:
20 enabled: true 23 enabled: true
21 24