]> PHS Git Server - phs-api.git/commitdiff
Testing vpn paths.
authorcharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 17:40:08 +0000 (12:40 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Mon, 8 Sep 2025 17:40:08 +0000 (12:40 -0500)
src/middleware/loggerMiddleWare.js

index 881845be1c7400a6800baee906be9afccf48a34d..9981f61849896c3815ee367bab7c8da09ff7f806 100755 (executable)
@@ -18,7 +18,7 @@ log4js.configure({
       type: 'stdout',
       layout: {
         type: "pattern",
-        pattern: "[%d{ISO8601}] [\u001b[33m%p\u001b[0m%]] \u001b[0m - %f:%l %m%n --", // Pattern including file and line number
+        pattern: "\u001b[33m[%d{ISO8601}] [%p]\u001b[0m%] - %f:%l %m%n --", // Pattern including file and line number
       },
     },
     errorFile: {