mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Change successful standby promotion message to log level 'NOTICE'
Was previously 'ERROR'.
This commit is contained in:
committed by
Jaime Casanova
parent
1aa36ca1c1
commit
7b87b5eddd
2
repmgr.c
2
repmgr.c
@@ -1437,7 +1437,7 @@ do_standby_promote(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
log_err(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"),
|
log_notice(_("%s: STANDBY PROMOTE successful. You should REINDEX any hash indexes you have.\n"),
|
||||||
progname);
|
progname);
|
||||||
}
|
}
|
||||||
PQfinish(conn);
|
PQfinish(conn);
|
||||||
|
|||||||
Reference in New Issue
Block a user