From fcf4569f2da9ebcdc43caf8276f82098c89e5677 Mon Sep 17 00:00:00 2001 From: Nassim Bounouas Date: Tue, 11 Jun 2019 14:30:44 +0200 Subject: Feature/logrotation (#1881) * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding --- config/production.yaml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index bd0d956bd..cdf6136d8 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -76,6 +76,8 @@ storage: log: level: 'info' # debug/info/warning/error + rotation: + enabled : true search: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance -- cgit v1.2.3