aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-19 13:58:13 +0100
committerChocobozzz <me@florianbigard.com>2018-01-19 13:58:13 +0100
commit23e27dd53599be65b2dc2968448ce155a00a96c9 (patch)
treecd7e5c88a345584a25c7ea03a81332b804d082d6 /config/default.yaml
parentc7a9f34f7229529ea726de13867f87c0a8dd3007 (diff)
downloadPeerTube-23e27dd53599be65b2dc2968448ce155a00a96c9.tar.gz
PeerTube-23e27dd53599be65b2dc2968448ce155a00a96c9.tar.zst
PeerTube-23e27dd53599be65b2dc2968448ce155a00a96c9.zip
Add ability to configure log level
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 07bb26d5f..3d0732069 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -24,6 +24,9 @@ storage:
24 torrents: 'storage/torrents/' 24 torrents: 'storage/torrents/'
25 cache: 'storage/cache/' 25 cache: 'storage/cache/'
26 26
27log:
28 level: 'debug' # debug/info/warning/error
29
27cache: 30cache:
28 previews: 31 previews:
29 size: 1 # Max number of previews you want to cache 32 size: 1 # Max number of previews you want to cache