mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: load log level from config on debug builds
This commit is contained in:
parent
e3977f9493
commit
d8ad2a8863
2 changed files with 0 additions and 6 deletions
|
|
@ -174,10 +174,6 @@ namespace Dalamud.Injector
|
|||
|
||||
private static void InitLogging(bool verbose, IEnumerable<string> args)
|
||||
{
|
||||
#if DEBUG
|
||||
verbose = true;
|
||||
#endif
|
||||
|
||||
var levelSwitch = new LoggingLevelSwitch
|
||||
{
|
||||
MinimumLevel = verbose ? LogEventLevel.Verbose : LogEventLevel.Information,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue