mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
Make the default log level INFO
This ensures that repmgrd outputs a reasonable amount of logging information at the default log level.
This commit is contained in:
2
config.c
2
config.c
@@ -59,7 +59,7 @@ progname(void)
|
||||
* added/changed in reload_config()
|
||||
*
|
||||
* NOTE: this function is called before the logger is set up, so we need
|
||||
* to handle the verbose option ourselves; also the default log level is NOTICE,
|
||||
* to handle the verbose option ourselves; also the default log level is INFO,
|
||||
* so we can't use DEBUG.
|
||||
*/
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user