Skip to content

Commit

Permalink
chore: add neuron sink publish log
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyong Huang <[email protected]>
  • Loading branch information
ngjaying committed May 20, 2024
1 parent ee2b241 commit 9c3e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/io/neuron/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func doPublish(ctx api.StreamContext, t *neuronTemplate, cli *conninfo) error {
if err != nil {
return fmt.Errorf("%s: Error publish the tag payload %s: %v", errorx.IOErr, t.TagName, err)
}
ctx.GetLogger().Debugf("Publish %s", r)
ctx.GetLogger().Infof("Publish %s", r)
return nil
}

Expand Down

0 comments on commit 9c3e1ff

Please sign in to comment.