diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-23 11:27:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-23 11:27:38 +0200 |
commit | 25ea1d85e155382367d11036617848fe69a1e6a4 (patch) | |
tree | 7501ecefd2486894696ab100320a63aa936a97b2 /config | |
parent | cffef25313bdf7a6c435f56ac6715fdd91acf7b3 (diff) | |
download | PeerTube-25ea1d85e155382367d11036617848fe69a1e6a4.tar.gz PeerTube-25ea1d85e155382367d11036617848fe69a1e6a4.tar.zst PeerTube-25ea1d85e155382367d11036617848fe69a1e6a4.zip |
Increase max log size for test instances
Diffstat (limited to 'config')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index 94d74ffa5..361064af1 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -38,6 +38,8 @@ smtp: | |||
38 | 38 | ||
39 | log: | 39 | log: |
40 | level: 'debug' | 40 | level: 'debug' |
41 | rotation: | ||
42 | max_file_size: 50MB | ||
41 | 43 | ||
42 | contact_form: | 44 | contact_form: |
43 | enabled: true | 45 | enabled: true |