Added missing --log-healthy statements in config files
This commit is contained in:
parent
9c43b1e9b1
commit
1a27baf3ab
@ -6,6 +6,11 @@
|
||||
# [default: indicates hardcoded script values if no value is defined here]
|
||||
#******************************************************************************
|
||||
|
||||
# specify whether to also log passed health checks
|
||||
# (warning: this may rapidly grow the HC log)
|
||||
# [default: no]
|
||||
log_healthy=yes
|
||||
|
||||
# maximum allowed offset (in milliseconds)
|
||||
# [default: 500]
|
||||
max_offset=500
|
||||
|
@ -6,6 +6,11 @@
|
||||
# [default: indicates hardcoded script values if no value is defined here]
|
||||
#******************************************************************************
|
||||
|
||||
# specify whether to also log passed health checks
|
||||
# (warning: this may rapidly grow the HC log)
|
||||
# [default: no]
|
||||
log_healthy=yes
|
||||
|
||||
# maximum allowed offset (in milliseconds)
|
||||
# [default: 500]
|
||||
max_offset=500
|
||||
|
Loading…
x
Reference in New Issue
Block a user