diff --git a/config/default.yaml b/config/default.yaml index 10ef4ab8e9a74c9fe67911b9f2f5353834287cbd..9c1136621612d4a8e1b2fd5c3abc9de78183f562 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 e476bbcfa03e0da4d579415f902092a105c84bae..9d233a84715fc5de96ebf215f9138bcade4575cc 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 19c01f5c0b681d604b63ce50d8e30fbb60545350..efca85aff40a788ddded4c6e2e6506741ccd34bb 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -16,6 +16,9 @@ smtp: username: null password: null +log: + level: 'debug' + signup: enabled: true