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:
@@ -2368,8 +2368,10 @@ _create_event(PGconn *conn, t_configuration_options *options, int node_id, char
|
||||
|
||||
*dst_ptr = '\0';
|
||||
|
||||
log_debug("_create_event(): executing\n%s", parsed_command);
|
||||
log_info(_("executing notification command for event \"%s\""),
|
||||
event);
|
||||
|
||||
log_detail(_("command is:\n %s"), parsed_command);
|
||||
r = system(parsed_command);
|
||||
if (r != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user