mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 14:29:44 +08:00
change: update logs
This commit is contained in:
@@ -77,7 +77,7 @@ func initPlugin(path, venv string, logOn bool) (plugin funplugin.IPlugin, err er
|
||||
// found plugin file
|
||||
plugin, err = funplugin.Init(pluginPath, pluginOptions...)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msgf("init plugin failed: %s", pluginPath)
|
||||
log.Error().Str("path", pluginPath).Msg("init plugin failed")
|
||||
err = errors.Wrap(code.InitPluginFailed, err.Error())
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user