diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-25 10:08:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-25 11:34:43 +0200 |
commit | 008af5c9bb26b6a28db604d10356b4272d9c0432 (patch) | |
tree | 1f5776b47b597c0db1ede8829022bafad2eb01bd /config/production.yaml.example | |
parent | 8bb6e70be3c7199a0503aca302b4b32317520db3 (diff) | |
download | PeerTube-008af5c9bb26b6a28db604d10356b4272d9c0432.tar.gz PeerTube-008af5c9bb26b6a28db604d10356b4272d9c0432.tar.zst PeerTube-008af5c9bb26b6a28db604d10356b4272d9c0432.zip |
Fix broadcast message log level
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index fed6b45ca..47ef47279 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -94,7 +94,7 @@ storage: | |||
94 | client_overrides: '/var/www/peertube/storage/client-overrides/' | 94 | client_overrides: '/var/www/peertube/storage/client-overrides/' |
95 | 95 | ||
96 | log: | 96 | log: |
97 | level: 'info' # debug/info/warning/error | 97 | level: 'info' # 'debug' | 'info' | 'warn' | 'error' |
98 | rotation: | 98 | rotation: |
99 | enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate | 99 | enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate |
100 | maxFileSize: 12MB | 100 | maxFileSize: 12MB |