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:
parent
407049096d
commit
01aa9a0fff
2 changed files with 19 additions and 1 deletions
9
scripts/logrotate-template.conf
Normal file
9
scripts/logrotate-template.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{ LOG_FILE }} {
|
||||
daily
|
||||
dateext
|
||||
dateformat _%Y-%m-%d
|
||||
rotate 10
|
||||
compress
|
||||
notifempty
|
||||
copytruncate
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue