diff --git a/pkg/api/server/v1alpha2/plugin/plugin_logs.go b/pkg/api/server/v1alpha2/plugin/plugin_logs.go index d7dc18273..ca7448a26 100644 --- a/pkg/api/server/v1alpha2/plugin/plugin_logs.go +++ b/pkg/api/server/v1alpha2/plugin/plugin_logs.go @@ -391,7 +391,8 @@ func (s *LogServer) setLogPlugin() bool { s.getLog = getBlobLogs default: s.IsLogPluginEnabled = false - s.logger.Errorf("unsupported type of logs given for plugin") + s.logger.Warnf("Plugin Logs API Disable: unsupported type of logs given for plugin, " + + "legacy logging system might work") } return s.IsLogPluginEnabled }