1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Update server dependencies

This commit is contained in:
Chocobozzz 2022-06-21 11:16:38 +02:00
parent 35540f3806
commit a91e9beb3f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 5 additions and 9 deletions

View file

@ -39,7 +39,7 @@ const loggerFormat = winston.format.printf((info) => {
if (CONFIG.LOG.PRETTIFY_SQL) {
additionalInfos += '\n' + sqlFormat(info.sql, {
language: 'sql',
indent: ' '
tabWidth: 2
})
} else {
additionalInfos += ' - ' + info.sql