aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-25 10:08:29 +0200
committerChocobozzz <me@florianbigard.com>2021-05-25 11:35:29 +0200
commit31a911190b27d93f6324da3d826f96c7fbc5deb6 (patch)
treeeaf00fb4ca0f4d1b38fed3dcff2969d5b3bf05ea /config
parentfa263eeff79b1d80789a87a5af45ebe4c303025d (diff)
downloadPeerTube-31a911190b27d93f6324da3d826f96c7fbc5deb6.tar.gz
PeerTube-31a911190b27d93f6324da3d826f96c7fbc5deb6.tar.zst
PeerTube-31a911190b27d93f6324da3d826f96c7fbc5deb6.zip
Fix broadcast message log level
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 370a77925..9b90bacfc 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -96,7 +96,7 @@ storage:
96 client_overrides: 'storage/client-overrides/' 96 client_overrides: 'storage/client-overrides/'
97 97
98log: 98log:
99 level: 'info' # debug/info/warning/error 99 level: 'info' # 'debug' | 'info' | 'warn' | 'error'
100 rotation: 100 rotation:
101 enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate 101 enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate
102 maxFileSize: 12MB 102 maxFileSize: 12MB
@@ -474,7 +474,7 @@ theme:
474broadcast_message: 474broadcast_message:
475 enabled: false 475 enabled: false
476 message: '' # Support markdown 476 message: '' # Support markdown
477 level: 'info' # 'info' | 'warn' | 'error' 477 level: 'info' # 'info' | 'warning' | 'error'
478 dismissable: false 478 dismissable: false
479 479
480search: 480search:
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
96log: 96log:
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