mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-16 18:25:09 -06:00
Change default logging
This commit is contained in:
parent
a8b5ce95f5
commit
a0922eb9b3
@ -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 New Issue
Block a user