Add stats to logger
This commit is contained in:
parent
bca6d58676
commit
49a4b8cb7d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue