icecream log files not handled correctly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
icecc (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
in debian/icecc.conf iceccd is configured to write logs to /var/log/
ICECC_LOG_
To go with this icecc.logrotate need to change to /var/log/
last, icecc wants a HUP signal when the log file rotates. I suggest changing icecc.logrotate to:
/var/log/
missingok
postrotate
endscript
notifempty
}
I'm unclear if the directory /var/log/icecc needs to be created first or not. I'm also not clear if we need to do this for the scheduler or not.
Status changed to 'Confirmed' because the bug affects multiple users.