Skip to content

Commit

Permalink
Base: Change default log level to Warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsh1ft3r committed Jan 29, 2025
1 parent c84efa6 commit 4154532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xenon/Base/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Config {
// General.
static bool gpuRenderThreadEnabled = true;
static bool isFullscreen = false;
Base::Log::Level currentLogLevel = Base::Log::Level::Info;
Base::Log::Level currentLogLevel = Base::Log::Level::Warning;

// SMC.
static int smcPowerOnReason = 0x11; // Valid values are: 0x11 (SMC_PWR_REAS_PWRBTN) and 0x12
Expand Down

0 comments on commit 4154532

Please sign in to comment.