Package Details: zookeeper 3.9.4-1

Git Clone URL: https://aur.archlinux.org/zookeeper.git (read-only, click to copy)
Package Base: zookeeper
Description: Open-source server which enables highly reliable distributed coordination
Upstream URL: https://zookeeper.apache.org/
Keywords: apache zookeeper
Licenses: Apache
Submitter: tonyseek
Maintainer: cos
Last Packager: cos
Votes: 3
Popularity: 0.075680
First Submitted: 2023-04-13 02:35 (UTC)
Last Updated: 2026-03-09 23:06 (UTC)

Dependencies (1)

Required by (1)

Sources (5)

Latest Comments

philwo commented on 2026-02-11 00:34 (UTC)

FYI, Zookeeper switched to slf4j & logback for logging, so we'll need to flag setting the log config file in the systemd service file. Otherwise, Zookeeper will ignore its logback.xml and instead log DEBUG logs to syslog.

Replacing -Dlog4j.configuration=file:/etc/zookeeper/log4j.properties with -Dlogback.configurationFile=/etc/zookeeper/logback.xml in the zookeeper.service fixed the issue for me.