Skip to content

Commit

Permalink
fix plugin_wrapper.go log level (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colstuwjx authored Mar 6, 2025
1 parent d721c23 commit d415541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wasm-go/pkg/wrapper/plugin_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (ctx *CommonPluginCtx[PluginConfig]) OnPluginStart(int) types.OnPluginStart
return types.OnPluginStartStatusFailed
}
}
ctx.vm.log.Error("plugin start successfully")
ctx.vm.log.Info("plugin start successfully")
return types.OnPluginStartStatusOK
}

Expand Down

0 comments on commit d415541

Please sign in to comment.