Skip to content

Commit

Permalink
update log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakawaguchi committed Nov 19, 2024
1 parent 237a790 commit c165cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (a *Activity) RunPostTableSync(
},
}))
if err != nil && runContextNotFound(err) {
slogger.Info("no runcontext found. continuing")
slogger.Debug("no runcontext found. continuing")
return nil, nil
} else if err != nil && !runContextNotFound(err) {
return nil, fmt.Errorf("unable to retrieve posttablesync runcontext for %s: %w", req.Name, err)
Expand Down

0 comments on commit c165cab

Please sign in to comment.