diff --git a/server/core/lib/views/shared/video-viewer-stats.ts b/server/core/lib/views/shared/video-viewer-stats.ts index 957e6decb..65309e1c4 100644 --- a/server/core/lib/views/shared/video-viewer-stats.ts +++ b/server/core/lib/views/shared/video-viewer-stats.ts @@ -164,7 +164,7 @@ export class VideoViewerStats { await this.deleteLocalVideoViewersKeys(key) } catch (err) { - logger.error('Cannot process viewer stats for Redis key %s.', key, { err, ...lTags() }) + logger.error('Cannot process viewer stats for Redis key %s.', key, { err, stats, ...lTags() }) } } } catch (err) {