change default to not log to file!
parent
f6ca082e15
commit
7fd3fbadb3
|
@ -76,7 +76,7 @@ namespace blt::logging {
|
||||||
// this is not thread safe!
|
// this is not thread safe!
|
||||||
bool ensureAlignment = false;
|
bool ensureAlignment = false;
|
||||||
// should we log to file?
|
// should we log to file?
|
||||||
bool logToFile = true;
|
bool logToFile = false;
|
||||||
// should we log to console?
|
// should we log to console?
|
||||||
bool logToConsole = true;
|
bool logToConsole = true;
|
||||||
// where should we log? (empty for current binary directory) should end in a / if not empty!
|
// where should we log? (empty for current binary directory) should end in a / if not empty!
|
||||||
|
|
Loading…
Reference in New Issue