mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Don't output database logs unless DEBUG_DATABASE is specified compile-time
This commit is contained in:
@ -157,7 +157,7 @@ namespace osu.Game.Database
|
||||
|
||||
public bool IsEnabled(LogLevel logLevel)
|
||||
{
|
||||
#if DEBUG
|
||||
#if DEBUG_DATABASE
|
||||
return logLevel > LogLevel.Debug;
|
||||
#else
|
||||
return logLevel > LogLevel.Information;
|
||||
|
Reference in New Issue
Block a user