mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
added explanations about logging
This commit is contained in:
committed by
Greg Smith
parent
556f256bb6
commit
308efba95e
17
repmgr.conf
17
repmgr.conf
@@ -1,4 +1,21 @@
|
|||||||
|
###################################################
|
||||||
|
# Replication Manager configuration file
|
||||||
|
###################################################
|
||||||
|
|
||||||
|
# Cluster name
|
||||||
cluster=test
|
cluster=test
|
||||||
|
|
||||||
|
# Node ID
|
||||||
node=2
|
node=2
|
||||||
|
|
||||||
|
# Connection information
|
||||||
conninfo='host=192.168.204.104'
|
conninfo='host=192.168.204.104'
|
||||||
rsync_options=--archive --checksum --compress --progress --rsh=ssh
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user