diff --git a/plugins/wasm-go/pkg/wrapper/plugin_wrapper.go b/plugins/wasm-go/pkg/wrapper/plugin_wrapper.go index deee346705..c61d59b361 100644 --- a/plugins/wasm-go/pkg/wrapper/plugin_wrapper.go +++ b/plugins/wasm-go/pkg/wrapper/plugin_wrapper.go @@ -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 }