diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 3 |
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 | ||
27 | log: | ||
28 | level: 'debug' # debug/info/warning/error | ||
29 | |||
27 | cache: | 30 | cache: |
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 |