Skip to content

Commit 7646196

Browse files
committed
chore: reduce log verbosity
1 parent e809f59 commit 7646196

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/commands/migrate.go

-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ func (c *migrateCommand) preRunE(cmd *cobra.Command, _ []string) error {
168168
}
169169

170170
func (c *migrateCommand) persistentPreRunE(_ *cobra.Command, args []string) error {
171-
c.log.SetLevel(logutils.LogLevelInfo)
172-
173171
c.log.Infof("%s", c.buildInfo.String())
174172

175173
loader := config.NewBaseLoader(c.log.Child(logutils.DebugKeyConfigReader), c.viper, c.opts.LoaderOptions, c.cfg, args)

0 commit comments

Comments
 (0)