We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fa581 commit 37138ccCopy full SHA for 37138cc
config.go
@@ -47,7 +47,7 @@ type eureka struct {
47
func ReadConfig(loc string) (conf Config, err error) {
48
err = gcfg.ReadFileInto(&conf, loc)
49
if err != nil {
50
- log.Warningf("Unable to read config file Error: %s", err.Error())
+ log.Criticalf("Unable to read config file Error: %s", err.Error())
51
return conf, err
52
}
53
conf.fillDefaults()
0 commit comments