AUTH-2850 log config file path
This commit is contained in:
parent
8b88b4a403
commit
92765b4261
|
@ -188,6 +188,7 @@ func handleServiceMode(shutdownC chan struct{}) error {
|
||||||
logger.Errorf("Cannot setup config file for monitoring: %s", err)
|
logger.Errorf("Cannot setup config file for monitoring: %s", err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
logger.Infof("monitoring config file at: %s", configPath)
|
||||||
|
|
||||||
serviceCallback := func(t string, name string, err error) {
|
serviceCallback := func(t string, name string, err error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue