diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-21 11:16:38 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-21 11:23:32 +0200 |
commit | a91e9beb3fa775633fbac21275af39975c212cb0 (patch) | |
tree | f256cea2b08fd9af73c378672a66a0d2165e634a /scripts | |
parent | 35540f3806b9c7428ba2007928ca811d6caa7677 (diff) | |
download | PeerTube-a91e9beb3fa775633fbac21275af39975c212cb0.tar.gz PeerTube-a91e9beb3fa775633fbac21275af39975c212cb0.tar.zst PeerTube-a91e9beb3fa775633fbac21275af39975c212cb0.zip |
Update server dependencies
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/parse-log.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse-log.ts b/scripts/parse-log.ts index d3c93cee5..7a50d9f2f 100755 --- a/scripts/parse-log.ts +++ b/scripts/parse-log.ts | |||
@@ -39,7 +39,7 @@ const loggerFormat = winston.format.printf((info) => { | |||
39 | if (CONFIG.LOG.PRETTIFY_SQL) { | 39 | if (CONFIG.LOG.PRETTIFY_SQL) { |
40 | additionalInfos += '\n' + sqlFormat(info.sql, { | 40 | additionalInfos += '\n' + sqlFormat(info.sql, { |
41 | language: 'sql', | 41 | language: 'sql', |
42 | indent: ' ' | 42 | tabWidth: 2 |
43 | }) | 43 | }) |
44 | } else { | 44 | } else { |
45 | additionalInfos += ' - ' + info.sql | 45 | additionalInfos += ' - ' + info.sql |