Skip to content

Commit 80014f3

Browse files
committed
🔊 Log before analyzing data
1 parent 9ca752f commit 80014f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/restore/restore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func run(cmd *cobra.Command, args []string) (err error) {
125125
}
126126

127127
if conf.Grammar.AnalyzeQuery() != "" {
128+
log.Info("analyzing data")
128129
analyzeReader := strings.NewReader(conf.Grammar.AnalyzeQuery())
129130
err = conf.Client.Exec(conf.Pod, buildCommand(conf.Grammar, conf, sqlformat.Plain, false), analyzeReader, os.Stdout, false)
130131
if err != nil {

0 commit comments

Comments
 (0)