mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-06-01 11:49:06 +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
@@ -1437,7 +1437,7 @@ do_standby_promote(void)
|
||||
}
|
||||
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);
|
||||
}
|
||||
PQfinish(conn);
|
||||
|
||||
Reference in New Issue
Block a user