ctdb-logging: Add logging via UDP to 127.0.0.1:514 to syslog backend
authorMartin Schwenke <martin@meltin.net>
Fri, 8 Aug 2014 10:59:21 +0000 (20:59 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 28 Oct 2014 04:42:04 +0000 (05:42 +0100)
commit8ed3ff456ca7a239cba399e6b6d12c468a608db2
treef56ea2fe46ee677aae2668919475317bbd9333ad
parenta6e770ec287b78ec2d2c85a6d0c22a67bd03a4d6
ctdb-logging: Add logging via UDP to 127.0.0.1:514 to syslog backend

This has most of the advantages of the old logd with none of the
complexity of the extra process.  There are several good syslog
implementations that can listen on the UDP port.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/config/ctdbd_wrapper
ctdb/config/functions
ctdb/doc/ctdbd.1.xml
ctdb/doc/ctdbd.conf.5.xml
ctdb/server/ctdb_logging_syslog.c