mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
feat: allow specifying logging path via --logpath, make sure serilog can always write to injector log
This commit is contained in:
parent
b901ad5aff
commit
2e380b10d5
4 changed files with 40 additions and 17 deletions
|
|
@ -642,7 +642,7 @@ internal class DalamudInterface : IDisposable, IServiceType
|
|||
configuration.QueueSave();
|
||||
|
||||
EntryPoint.InitLogging(
|
||||
startInfo.WorkingDirectory!,
|
||||
startInfo.LogPath!,
|
||||
startInfo.BootShowConsole,
|
||||
configuration.LogSynchronously,
|
||||
startInfo.LogName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue