repmgrd: report version number *after* logger initialisation

This ensures the version number always makes it into the log destination.

Implements GitHub #487.
This commit is contained in:
Ian Barwick
2018-08-08 15:40:54 +09:00
parent 730f67258c
commit 25f68bb283
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
4.1.1 2018-??-??
repmgrd: ensure that sending SIGHUP always results in the log file
being reopened; GitHub #485 (Ian)
repmgrd: report version number *after* logger initialisation; GitHub #487 (Ian)
4.1.0 2018-07-31
repmgr: change default log_level to INFO, add documentation; GitHub #470 (Ian)