mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added merger.sh, and minor logging improvement
This commit is contained in:
parent
b2b0e862dd
commit
68c6b2b636
2 changed files with 13 additions and 1 deletions
|
@ -74,8 +74,9 @@ function LogReq (req, toFile, sc) {
|
|||
|
||||
if (sc !== undefined && sc === 404) { logEntry += dl + sc }
|
||||
|
||||
logEntry += C()
|
||||
if (!toFile) {
|
||||
Log(logEntry + C())
|
||||
Log(logEntry)
|
||||
} else {
|
||||
let defLogs = GetDateString() + dl + logEntry
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue