include prefix

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

View File

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

logger.Info("logger initialized of type %T", logger)
logger.Info("logger initialized of type %T with prefix %v", logger, logger.Prefix)

return
}