mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
node service: explicitly note the node identity where CHECKPOINT issued
This output is logged during "standby switchover", so it's useful to be aware of which node the activity is being performed on.
This commit is contained in:
@@ -2077,10 +2077,11 @@ do_node_service(void)
|
||||
else
|
||||
{
|
||||
|
||||
log_notice(_("issuing CHECKPOINT"));
|
||||
log_notice(_("issuing CHECKPOINT on node \"%s\" (ID: %i) "),
|
||||
config_file_options.node_name,
|
||||
config_file_options.node_id);
|
||||
|
||||
checkpoint(conn);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user