mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
fix release build
This commit is contained in:
parent
cc4a0652c2
commit
39f8e5a37e
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ public sealed class EntryPoint
|
|||
// Set the appropriate logging level from the configuration
|
||||
#if !DEBUG
|
||||
if (!configuration.LogSynchronously)
|
||||
InitLogging(info.WorkingDirectory!, info.BootShowConsole, configuration.LogSynchronously);
|
||||
InitLogging(info.WorkingDirectory!, info.BootShowConsole, configuration.LogSynchronously, info.LogName);
|
||||
LogLevelSwitch.MinimumLevel = configuration.LogLevel;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue