logging: Enable console output by default

This commit is contained in:
GPUCode 2024-02-27 21:56:21 +02:00
parent 95ca0ebdba
commit 8a093aed63
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public:
} }
private: private:
std::atomic_bool enabled{false}; std::atomic_bool enabled{true};
}; };
/** /**