ctdb-daemon: Avoid unnecessarily spamming the logs when in test mode
authorMartin Schwenke <martin@meltin.net>
Wed, 17 Oct 2018 10:24:07 +0000 (21:24 +1100)
committerAmitay Isaacs <amitay@samba.org>
Tue, 6 Nov 2018 06:16:14 +0000 (07:16 +0100)
commitc84254d23d62d57be8ebdd24659c426210ca0213
treeb4c1b00b78cd4f51e425bf6f0a0b45a502a815b2
parent1bbc4fad434a850565fb4f74e529f8824840988a
ctdb-daemon: Avoid unnecessarily spamming the logs when in test mode

Logging the logging location to syslog can be useful on production
systems when the configuration goes unexpectedly missing.  However, in
test mode this just adds noise to the logs on the test system.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdbd.c