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:
parent
35540f3806
commit
a91e9beb3f
4 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue