Change default logging

pull/297/head
Chocobozzz 2018-02-14 15:33:25 +01:00
parent a8b5ce95f5
commit a0922eb9b3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,7 @@ storage:
cache: 'storage/cache/'
log:
level: 'debug' # debug/info/warning/error
level: 'info' # debug/info/warning/error
cache:
previews:

View 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:

View File

@ -16,6 +16,9 @@ smtp:
username: null
password: null
log:
level: 'debug'
signup:
enabled: true