Files
llm-intelligence/ops/logrotate.conf

10 lines
171 B
Plaintext
Raw Normal View History

/tmp/llm_hub_*.log /home/long/project/llm-intelligence/logs/*.log {
daily
rotate 30
missingok
notifempty
compress
delaycompress
copytruncate
}