Skip to content

Commit

Permalink
Merge pull request #583 from connyay/cjh-config-search-disabled
Browse files Browse the repository at this point in the history
Move config search disabled message to debug log
  • Loading branch information
LandonTClipp authored Mar 21, 2023
2 parents e964002 + 04195a5 commit a0524f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mockery.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func initConfig(
log.Info().Msg("couldn't read any config file")
}
} else {
fmt.Printf("config search disabled\n")
log.Debug().Msg("config search disabled")
}

viperObj.Set("config", viperObj.ConfigFileUsed())
Expand Down

0 comments on commit a0524f7

Please sign in to comment.