mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
repmgrd: improve logging of BDR monitoring
Also always log information about event_notification command
This commit is contained in:
@@ -647,7 +647,10 @@ try_reconnect(t_node_info *node_info)
|
||||
}
|
||||
|
||||
|
||||
log_warning(_("unable to reconnect to node after %i attempts"), max_attempts);
|
||||
log_warning(_("unable to reconnect to node %i after %i attempts"),
|
||||
node_info->node_id,
|
||||
max_attempts);
|
||||
|
||||
node_info->node_status = NODE_STATUS_DOWN;
|
||||
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user