ctdb-config: enable syslog by default
authorRafael David Tinoco <rafaeldtinoco@ubuntu.com>
Tue, 12 May 2026 18:10:42 +0000 (21:10 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 12 May 2026 18:10:42 +0000 (21:10 +0300)
commit0cf19f8d6fc3aac034fb55e7927b8122c94b8fda
treee5334609a5403e25f7fe9bd3c348ba9aafbc6919
parent4df5d402fa27809e49c863e3a0e03bb5b484306f
ctdb-config: enable syslog by default

Bug-Debian: https://bugs.debian.org/929931
Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
Last-Update: 2022-03-24
Forwarded: not-needed

CTDB uses /var/log/ctdb/ directory for the default log files. With
syslog disabled, systemd journal is not able to correctly inform
errors happening during service initialization.

Upstream community creates generic config files to be used by different
distributions, so this change makes no big difference to be accepted by
upstream.

With this patch the end user will be able to identify initialization
errors by executing:

  systemctl status ctdb.service

or to follow ctdb logs by executing:

  journalctl -f -u ctdb

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
Gbp-Pq: Name ctdb-config-enable-syslog-by-default.patch
ctdb/config/ctdb.conf