aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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