Skip to content

Commit

Permalink
refactor: Turn to debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 13, 2024
1 parent 66048c3 commit a3fea1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func initConfig() {
}
})

Info("Loaded configuration from " + viper.ConfigFileUsed())
Debug("Loaded configuration from " + viper.ConfigFileUsed())
}

func Execute() {
Expand Down

0 comments on commit a3fea1b

Please sign in to comment.