log initialization to the new log

This commit is contained in:
2021-02-27 00:32:46 -05:00
parent fe378850af
commit 541bb1ad10

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
}