Skip to content

Commit

Permalink
#52 if it's not there, add it.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinedwv committed Oct 5, 2023
1 parent 0958202 commit 4f3bc59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/config/implnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ func GetImplNetworkConfig(viperConfig *viper.Viper) (ImplNetwork, error) {
func readImpleNetworkConfig(implementation_networkSubtress *viper.Viper) (ImplNetwork, error) {
var gleanerCfg ImplNetwork
if implementation_networkSubtress == nil {
log.Warn("No Implementation Network in config file: Add \n implementation_network: \n orgname: NAME ")
// trace, otherwise goes off for every item
log.Trace("No Implementation Network in config file: Add \n implementation_network: \n orgname: NAME ")
implementation_networkSubtress = viper.New()
//for key, value := range implNetworkTemplate {
// implementation_networkSubtress.Set(key, value)
Expand Down

0 comments on commit 4f3bc59

Please sign in to comment.