Files
llm-intelligence/ops/logrotate.conf
phamnazage-jpg 77e6610fd2
Some checks failed
CI / test (push) Has been cancelled
chore: prepare repository for publishing
2026-05-13 14:42:45 +08:00

10 lines
171 B
Plaintext

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