diff --git a/pkg/services/rendering/rendering.go b/pkg/services/rendering/rendering.go index 14cc9556f2f..2f25786e639 100644 --- a/pkg/services/rendering/rendering.go +++ b/pkg/services/rendering/rendering.go @@ -66,7 +66,8 @@ func (rs *RenderingService) Run(ctx context.Context) error { rs.log = rs.log.New("renderer", "phantomJS") 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.") + "You should consider migrating from phantomJS to grafana-image-renderer plugin. " + + "Read more at https://grafana.com/docs/grafana/latest/administration/image_rendering/") rs.renderAction = rs.renderViaPhantomJS <-ctx.Done() return nil