diff --git a/pkg/services/rendering/rendering.go b/pkg/services/rendering/rendering.go index 8d6605645fd..a3d30265140 100644 --- a/pkg/services/rendering/rendering.go +++ b/pkg/services/rendering/rendering.go @@ -68,6 +68,8 @@ func (rs *RenderingService) Run(ctx context.Context) error { if plugins.Renderer == nil { rs.log.Info("Backend rendering via phantomJS") + rs.log.Warn("phantomJS is deprecated and will be removed in a future release. " + + "You should consider migrating from phantomJS to grafana-image-renderer plugin.") rs.renderAction = rs.renderViaPhantomJS <-ctx.Done() return nil