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