Comment 8 for bug 442854

Revision history for this message
to be removed (liw) wrote :

I tried this:

liw@gytha$ sudo /usr/sbin/logrotate /etc/logrotate.conf
[sudo] password for liw:
error: error accessing /var/log/couchdb/0.10.0: Tiedostoa tai hakemistoa ei ole
error: couchdb:1 glob failed for /var/log/couchdb/0.10.0/*.log
error: found error in /var/log/couchdb/0.10.0/*.log , skipping

Then I change the glob according to my previous message and re-ran:

liw@gytha$ sudo vi /etc/logrotate.d/couchdb
liw@gytha$ sudo /usr/sbin/logrotate /etc/logrotate.conf
liw@gytha$

So the glob really would seem to fix the problem.