mirror of https://github.com/yandex/odyssey.git
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
![]() |
@DEST_LOG_DIR@/@NAME@*.log {
|
||
|
daily
|
||
|
rotate 30
|
||
|
copytruncate
|
||
|
delaycompress
|
||
|
missingok
|
||
|
create 640 @USER@ @GROUP@
|
||
|
}
|