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