Bug #335
Log File Rotation
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | 12/31/1969 | |
Assignee: | cecil | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 6.00.04 |
Description
Log file rotation on /var/mythtv/mythfrontend.log & /var/mythtv/mythfrontend.log
mythfrontend.log filled / causing some strange behaviour.
Created 2 files in /etc/logrotate.d/
mythfrontend:
/var/log/mythtv/mythfrontend.log {
copytruncate
daily
size 100M
missingok
rotate 7
compress
notifempty
}
mythbackend:
/var/log/mythtv/mythbackend.log {
copytruncate
daily
size 10M
missingok
rotate 7
compress
notifempty
}
History
Updated by jams almost 13 years ago
- Target version changed from 7.2 to 6.00.04