1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-25 10:33:45 +02:00

Adding logrotate config

This commit is contained in:
Henrik Hautakoski 2020-03-20 14:31:48 +01:00
parent 407049096d
commit 01aa9a0fff
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{{ LOG_FILE }} {
daily
dateext
dateformat _%Y-%m-%d
rotate 10
compress
notifempty
copytruncate
}