Change default logging
authorChocobozzz <me@florianbigard.com>
Wed, 14 Feb 2018 14:33:25 +0000 (15:33 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Feb 2018 15:03:09 +0000 (16:03 +0100)
config/default.yaml
config/production.yaml.example
config/test.yaml

index 10ef4ab8e9a74c9fe67911b9f2f5353834287cbd..9c1136621612d4a8e1b2fd5c3abc9de78183f562 100644 (file)
@@ -39,7 +39,7 @@ storage:
   cache: 'storage/cache/'
 
 log:
-  level: 'debug' # debug/info/warning/error
+  level: 'info' # debug/info/warning/error
 
 cache:
   previews:
index e476bbcfa03e0da4d579415f902092a105c84bae..9d233a84715fc5de96ebf215f9138bcade4575cc 100644 (file)
@@ -40,7 +40,7 @@ storage:
   cache: '/var/www/peertube/storage/cache/'
 
 log:
-  level: 'debug' # debug/info/warning/error
+  level: 'info' # debug/info/warning/error
 
 cache:
   previews:
index 19c01f5c0b681d604b63ce50d8e30fbb60545350..efca85aff40a788ddded4c6e2e6506741ccd34bb 100644 (file)
@@ -16,6 +16,9 @@ smtp:
   username: null
   password: null
 
+log:
+  level: 'debug'
+
 signup:
   enabled: true