diff --git a/src/main.ts b/src/main.ts index d09aad7..6993a99 100644 --- a/src/main.ts +++ b/src/main.ts @@ -9,7 +9,7 @@ import log from "electron-log"; log.errorHandler.startCatching(); log.eventLogger.startLogging(); -log.log("HELLO WORLD"); +log.scope.labelPadding = false; updateElectronApp(); // additional configuration options available