quiet output

This commit is contained in:
Jeff Carr 2025-09-11 02:53:53 -05:00
parent 4e94160482
commit 68f0c43da6
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@ func ConfigLoad(pb proto.Message, argname string, protoname string) error {
} }
} }
if os.Getenv("CONFIG_VERBOSE") == "true" {
log.Infof("ConfigLoad() %s len()=%d\n", fullname, len(data)) log.Infof("ConfigLoad() %s len()=%d\n", fullname, len(data))
}
return nil return nil
} }