mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add ability to reset our password
This commit is contained in:
parent
80d1057bfc
commit
ecb4e35f4e
32 changed files with 741 additions and 67 deletions
|
@ -26,6 +26,7 @@ const loggerFormat = winston.format.printf((info) => {
|
|||
if (additionalInfos === '{}') additionalInfos = ''
|
||||
else additionalInfos = ' ' + additionalInfos
|
||||
|
||||
if (info.message.stack !== undefined) info.message = info.message.stack
|
||||
return `[${info.label}] ${info.timestamp} ${info.level}: ${info.message}${additionalInfos}`
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue