mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
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)
|
await this.deleteLocalVideoViewersKeys(key)
|
||||||
} catch (err) {
|
} 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) {
|
} catch (err) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue