mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
new admin system, ui changes, bugfixes
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ const MESSAGE_PREFIX = {
|
||||
|
||||
// Initialize an array to store logs
|
||||
const logs = [];
|
||||
const maxLogLines = 100;
|
||||
const maxLogLines = 250;
|
||||
|
||||
const logDebug = (...messages) => {
|
||||
if (verboseMode) {
|
||||
|
||||
Reference in New Issue
Block a user