From 2f6b5e2d6ebcac88d9005ea2654ffa77907d5db2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 12 Dec 2019 17:15:38 +0100 Subject: Add max file size, max files and ip anonymize log options --- config/default.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index 7c718e174..7fe817aa0 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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 -- cgit v1.2.3