Add logs rotation.
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index d55855febfe22ff2dca51fde9f314e4aca6a3c93..b3085a7c3af0d0a87046731c06e7daa93f0dd3bf 100644 (file)
@@ -31,6 +31,6 @@
     }
   ],
   "logFile": "combined.log",
-  "errorFile": "error.log",
-  "consoleLog": false
+  "logErrorFile": "error.log",
+  "logConsole": false
 }