mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 16:56:39 -06:00
Add stats to logger
This commit is contained in:
parent
bca6d58676
commit
49a4b8cb7d
@ -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 New Issue
Block a user