diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-03 09:33:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-03 09:45:08 +0100 |
commit | ba5a8d89bbf049e4afc41543bcc072cccdb02669 (patch) | |
tree | 6cc6b2dca17745cc0824c7ad4515f3bc4883fa4a /server/helpers/logger.ts | |
parent | 29f148a61381727a432c22a71c7a2b7cc23d9c9e (diff) | |
download | PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.gz PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.zst PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.zip |
Update server dependencies
Diffstat (limited to 'server/helpers/logger.ts')
-rw-r--r-- | server/helpers/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/logger.ts b/server/helpers/logger.ts index 746b2e0a6..6917a64d9 100644 --- a/server/helpers/logger.ts +++ b/server/helpers/logger.ts | |||
@@ -61,7 +61,7 @@ const consoleLoggerFormat = winston.format.printf(info => { | |||
61 | if (CONFIG.LOG.PRETTIFY_SQL) { | 61 | if (CONFIG.LOG.PRETTIFY_SQL) { |
62 | additionalInfos += '\n' + sqlFormat(info.sql, { | 62 | additionalInfos += '\n' + sqlFormat(info.sql, { |
63 | language: 'sql', | 63 | language: 'sql', |
64 | ident: ' ' | 64 | indent: ' ' |
65 | }) | 65 | }) |
66 | } else { | 66 | } else { |
67 | additionalInfos += ' - ' + info.sql | 67 | additionalInfos += ' - ' + info.sql |