Add errors log

This commit is contained in:
Wilfried OLLIVIER 2020-03-19 16:43:02 +01:00
parent db7fd14a55
commit 6e23aa51b2
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ http://{{ test_url }}
rotate_keep 10
}
errors {{ caddy_logs }}/{{ test_name }}/errors.log {
rotate_size 100
rotate_age 30
rotate_keep 10
}
root {{ test_code }}/
gzip {