mirror of
https://github.com/alibaba/higress.git
synced 2026-04-22 20:47:36 +08:00
fix plugin_wrapper.go log level (#1848)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user