mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed a char from log entry
This commit is contained in:
parent
168a36b538
commit
6eef9fd1c0
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ function LogReq(req: Request, toFile?: boolean, statusCode?: string): void {
|
||||||
hostname = expandWithSpaces(hostname, 10)
|
hostname = expandWithSpaces(hostname, 10)
|
||||||
}
|
}
|
||||||
|
|
||||||
logEntry += dl + logHashed(hostname) + dl
|
logEntry += logHashed(hostname) + dl
|
||||||
if (toFile) {
|
if (toFile) {
|
||||||
logEntry += req.headers['user-agent'] + dl
|
logEntry += req.headers['user-agent'] + dl
|
||||||
logEntry += req.method + dl
|
logEntry += req.method + dl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue