mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 23:26:30 +00:00
repmgr: always log to STDERR even if log facility defined
This commit is contained in:
2
log.h
2
log.h
@@ -116,7 +116,7 @@ int detect_log_level(const char *level);
|
||||
|
||||
/* Logger initialisation and shutdown */
|
||||
|
||||
bool logger_init(t_configuration_options * opts, const char *ident);
|
||||
bool logger_init(t_configuration_options * opts, const char *ident, bool stderr_only);
|
||||
|
||||
bool logger_shutdown(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user