From a0922eb9b3750ab6de31116531b625643930b38c Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Wed, 14 Feb 2018 15:33:25 +0100
Subject: [PATCH] Change default logging

---
 config/default.yaml            | 2 +-
 config/production.yaml.example | 2 +-
 config/test.yaml               | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/default.yaml b/config/default.yaml
index 10ef4ab8e9..9c11366216 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -39,7 +39,7 @@ storage:
   cache: 'storage/cache/'
 
 log:
-  level: 'debug' # debug/info/warning/error
+  level: 'info' # debug/info/warning/error
 
 cache:
   previews:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index e476bbcfa0..9d233a8471 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -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:
diff --git a/config/test.yaml b/config/test.yaml
index 19c01f5c0b..efca85aff4 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -16,6 +16,9 @@ smtp:
   username: null
   password: null
 
+log:
+  level: 'debug'
+
 signup:
   enabled: true
 
-- 
GitLab