logging: Enable console output by default
This commit is contained in:
parent
95ca0ebdba
commit
8a093aed63
|
@ -52,7 +52,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::atomic_bool enabled{false};
|
std::atomic_bool enabled{true};
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue