1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Refactor AP video logger tags

This commit is contained in:
Chocobozzz 2021-06-03 16:56:42 +02:00
parent 136d7efde7
commit 908e6ead78
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 22 additions and 18 deletions

View file

@ -43,7 +43,7 @@ export abstract class APVideoAbstractBuilder {
video,
type: ThumbnailType.MINIATURE
}).catch(err => {
logger.warn('Cannot generate thumbnail of %s.', this.videoObject.id, { err, ...this.lTags(video.uuid) })
logger.warn('Cannot generate thumbnail of %s.', this.videoObject.id, { err, ...this.lTags() })
return undefined
})