mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging improvements
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user