[Bug 1198251] [NEW] zookeeper package should include logrotate config for /var/log/zookeeper

Andrew Glen-Young 1198251 at bugs.launchpad.net
Fri Jul 5 16:13:10 UTC 2013


Public bug reported:

Currently zookeeper's log files grow without limit which can cause a
machine to eventually run out of disk space.

The zookeeper package should include a logrotate script or configure
log4j (whichever is most appropriate) to rotate the log files.

We currently use the following logrotate config:

    /var/log/zookeeper/*.log {
        weekly
        rotate 52
        copytruncate
        delaycompress
        compress
        notifempty
        missingok
    }

** Affects: zookeeper (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to zookeeper in Ubuntu.
https://bugs.launchpad.net/bugs/1198251

Title:
  zookeeper package should include logrotate config for
  /var/log/zookeeper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zookeeper/+bug/1198251/+subscriptions



More information about the Ubuntu-server-bugs mailing list