change default to not log to file!

v1
Brett 2023-07-23 23:21:16 -04:00
parent f6ca082e15
commit 7fd3fbadb3
1 changed files with 1 additions and 1 deletions

View File

@ -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!