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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to