AUTH-2850 log config file path

This commit is contained in:
Dalton 2020-06-26 18:17:34 -05:00 committed by Dalton Cherry
parent 8b88b4a403
commit 92765b4261
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ func handleServiceMode(shutdownC chan struct{}) error {
logger.Errorf("Cannot setup config file for monitoring: %s", err)
return err
}
logger.Infof("monitoring config file at: %s", configPath)
serviceCallback := func(t string, name string, err error) {
if err != nil {