feat: allow specifying logging path via --logpath, make sure serilog can always write to injector log

This commit is contained in:
goat 2023-06-19 19:52:31 +02:00
parent b901ad5aff
commit 2e380b10d5
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 40 additions and 17 deletions

View file

@ -642,7 +642,7 @@ internal class DalamudInterface : IDisposable, IServiceType
configuration.QueueSave();
EntryPoint.InitLogging(
startInfo.WorkingDirectory!,
startInfo.LogPath!,
startInfo.BootShowConsole,
configuration.LogSynchronously,
startInfo.LogName);