Change default logging
This commit is contained in:
parent
a8b5ce95f5
commit
a0922eb9b3
3 changed files with 5 additions and 2 deletions
|
@ -39,7 +39,7 @@ storage:
|
|||
cache: 'storage/cache/'
|
||||
|
||||
log:
|
||||
level: 'debug' # debug/info/warning/error
|
||||
level: 'info' # debug/info/warning/error
|
||||
|
||||
cache:
|
||||
previews:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -16,6 +16,9 @@ smtp:
|
|||
username: null
|
||||
password: null
|
||||
|
||||
log:
|
||||
level: 'debug'
|
||||
|
||||
signup:
|
||||
enabled: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue