mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-23 05:46:27 +00:00
Change the default logging level
This commit is contained in:
@@ -27,7 +27,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {
|
||||
if (Config::get().get_enable_trace_logs())
|
||||
prepare_logging(spdlog::level::trace);
|
||||
else
|
||||
prepare_logging(spdlog::level::debug); // TODO: change back to info
|
||||
prepare_logging(spdlog::level::info);
|
||||
else
|
||||
prepare_logging(spdlog::level::off);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user