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:
parent
7abcdc0cca
commit
ebe66beab2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ function LogReq(req: Request, toFile?: boolean, statusCode?: string): void {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (!toFile) {
|
if (!toFile) {
|
||||||
hostname = expandWithSpaces(hostname, 7)
|
hostname = expandWithSpaces(hostname, 10)
|
||||||
}
|
}
|
||||||
|
|
||||||
logEntry += dl + logHashed(hostname) + dl
|
logEntry += dl + logHashed(hostname) + dl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue