From ebe66beab2d584c3b045bb0f735c62ac3c9a2425 Mon Sep 17 00:00:00 2001 From: mrfry Date: Fri, 26 Feb 2021 12:09:13 +0100 Subject: [PATCH] Logging improvements --- src/utils/logger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/logger.ts b/src/utils/logger.ts index 3a3c564..fab8974 100755 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -149,7 +149,7 @@ function LogReq(req: Request, toFile?: boolean, statusCode?: string): void { ) } if (!toFile) { - hostname = expandWithSpaces(hostname, 7) + hostname = expandWithSpaces(hostname, 10) } logEntry += dl + logHashed(hostname) + dl