From 308efba95e7744077a8701d75e8985e56c5ae53c Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Thu, 30 Dec 2010 19:12:35 +0100 Subject: [PATCH] added explanations about logging --- repmgr.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repmgr.conf b/repmgr.conf index a707dc42..cf9402f4 100644 --- a/repmgr.conf +++ b/repmgr.conf @@ -1,4 +1,21 @@ +################################################### +# Replication Manager configuration file +################################################### + +# Cluster name cluster=test + +# Node ID node=2 + +# Connection information conninfo='host=192.168.204.104' rsync_options=--archive --checksum --compress --progress --rsh=ssh + +# Log level: possible values are DEBUG, INFO, NOTICE, WARNING, ERR, ALERT, CRIT or EMERG +# Default: NOTICE +loglevel=NOTICE + +# Logging facility: possible values are STDERR or - for Syslog integration - one of LOCAL0, LOCAL1, ..., LOCAL7, USER +# Default: STDERR +logfacility=STDERR