mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: write monitoring statistics
This commit is contained in:
@@ -242,7 +242,6 @@ main(int argc, char **argv)
|
||||
config_file_options.monitoring_history = true;
|
||||
}
|
||||
|
||||
|
||||
fd = freopen("/dev/null", "r", stdin);
|
||||
if (fd == NULL)
|
||||
{
|
||||
@@ -273,7 +272,6 @@ main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
log_info(_("connecting to database \"%s\""),
|
||||
config_file_options.conninfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user