diff --git a/include/blt/std/logging.h b/include/blt/std/logging.h index 81217ba..995c8a4 100755 --- a/include/blt/std/logging.h +++ b/include/blt/std/logging.h @@ -76,7 +76,7 @@ namespace blt::logging { // this is not thread safe! bool ensureAlignment = false; // should we log to file? - bool logToFile = true; + bool logToFile = false; // should we log to console? bool logToConsole = true; // where should we log? (empty for current binary directory) should end in a / if not empty!