mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
feat: always force verbose logging for api4 testing
This commit is contained in:
parent
309fe7226e
commit
1517c58006
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ using Dalamud.Plugin.Ipc.Internal;
|
|||
using HarmonyLib;
|
||||
using Serilog;
|
||||
using Serilog.Core;
|
||||
using Serilog.Events;
|
||||
|
||||
#if DEBUG
|
||||
[assembly: InternalsVisibleTo("Dalamud.CorePlugin")]
|
||||
|
|
@ -63,6 +64,9 @@ namespace Dalamud
|
|||
|
||||
this.LogLevelSwitch = loggingLevelSwitch;
|
||||
|
||||
// TODO: Just for testing, force verbose logging
|
||||
this.LogLevelSwitch.MinimumLevel = LogEventLevel.Verbose;
|
||||
|
||||
this.unloadSignal = new ManualResetEvent(false);
|
||||
this.unloadSignal.Reset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue