diff --git a/pkg/services/rendering/rendering.go b/pkg/services/rendering/rendering.go index 272de53350b..3f3598dab90 100644 --- a/pkg/services/rendering/rendering.go +++ b/pkg/services/rendering/rendering.go @@ -307,7 +307,7 @@ func (rs *RenderingService) render(ctx context.Context, renderType RenderType, o } } - rs.log.Info("Rendering", "path", opts.Path) + rs.log.Info("Rendering", "path", opts.Path, "userID", opts.AuthOpts.UserID) if math.IsInf(opts.DeviceScaleFactor, 0) || math.IsNaN(opts.DeviceScaleFactor) || opts.DeviceScaleFactor == 0 { opts.DeviceScaleFactor = 1 }