From: Chocobozzz Date: Wed, 14 Feb 2018 14:33:25 +0000 (+0100) Subject: Change default logging X-Git-Tag: v0.0.24-alpha~14 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a0922eb9b3750ab6de31116531b625643930b38c;p=github%2FChocobozzz%2FPeerTube.git Change default logging --- 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: 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 e476bbcfa..9d233a847 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 19c01f5c0..efca85aff 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -16,6 +16,9 @@ smtp: username: null password: null +log: + level: 'debug' + signup: enabled: true