Skip to content

Commit

Permalink
Merge branch '35_dev_releasefailing' of https://github.com/gleanerio/…
Browse files Browse the repository at this point in the history
…nabu into dev_eco
  • Loading branch information
valentinedwv committed Nov 15, 2024
2 parents 76fe100 + 4f3bc59 commit d46cf0a
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 d46cf0a

Please sign in to comment.