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

index 457d3320dde562b71cecc24396a0afd4aebfac27..10b4e2658bc1e9dd0cb17ad64df70376fbef8873 100755 (executable)
@@ -15,11 +15,7 @@ log4js.configure({
       numBackups: 3
     },
     out: {
-      type: 'stdout',
-      layout: {
-        type: "pattern",
-        pattern: "%highlight[%d{ISO8601}] [%p] - %f:%l %m%n --", // Pattern including file and line number
-      },
+      type: 'stdout'
     },
     errorFile: {
       type: "file",
@@ -39,7 +35,7 @@ log4js.configure({
     }
   },
   categories: {
-    default: { "appenders": [ "app", "errors", 'out' ], "level": "DEBUG", enableCallStack: true },
+    default: { "appenders": [ "app", "errors", 'out' ], "level": "DEBUG" },
     http: { "appenders": [ "access"], "level": "INFO" }
   }
 });