diff --git a/pkg/commands/app.go b/pkg/commands/app.go index 629d63cdc649..5a9baab6ca0b 100644 --- a/pkg/commands/app.go +++ b/pkg/commands/app.go @@ -158,7 +158,7 @@ func initConfig(configFile string, pathChanged bool) error { if err := viper.ReadInConfig(); err != nil { if errors.Is(err, os.ErrNotExist) { if !pathChanged { - log.Warnf("Default config file %q not found, using built in values", log.FilePath(configFile)) + log.Debugf("Default config file %q not found, using built in values", log.FilePath(configFile)) return nil } }