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:
parent
136d7efde7
commit
908e6ead78
5 changed files with 22 additions and 18 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue