log initialization to the new log

This commit is contained in:
brent s. 2021-02-27 00:32:46 -05:00
parent fe378850af
commit 541bb1ad10
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ func GetLogger(enableDebug bool, prefix string, logpaths ...string) (logger Logg
logger.setPrefix(prefix)
}

logger.Info("logger initialized of type %T", logger)

return
}