We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8351d commit 843dae1Copy full SHA for 843dae1
peer/main.go
@@ -85,7 +85,7 @@ func main() {
85
86
var alternativeCfgPath = os.Getenv("PEER_CFG_PATH")
87
if alternativeCfgPath != "" {
88
- logger.Info("User defined config file path: %s", alternativeCfgPath)
+ logger.Infof("User defined config file path: %s", alternativeCfgPath)
89
viper.AddConfigPath(alternativeCfgPath) // Path to look for the config file in
90
} else {
91
viper.AddConfigPath("./") // Path to look for the config file in
0 commit comments