Add max file size, max files and ip anonymize log options

This commit is contained in:
Chocobozzz
2019-12-12 17:15:38 +01:00
parent 22a73cb879
commit 2f6b5e2d6e
5 changed files with 16 additions and 5 deletions

View File

@@ -86,6 +86,9 @@ log:
level: 'info' # debug/info/warning/error
rotation:
enabled : true
maxFileSize: 12MB
maxFiles: 20
anonymizeIP: false
search:
# Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance

View File

@@ -87,6 +87,9 @@ log:
level: 'info' # debug/info/warning/error
rotation:
enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate
maxFileSize: 12MB
maxFiles: 20
anonymizeIP: false
search:
# Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance