You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run this library in a .NET Core 3.1 Console app using Microsoft.Extensions.Hosting.WindowsService, the logs get written to C:\WINDOWS\SYSTEM32 (which is the Environment.CurrentDirectory). The logs are not written relative to the exe. I had to hard-code the path in the log4net.config file. Is there a way to override this somewhere? Thanks!
The text was updated successfully, but these errors were encountered:
If you run this library in a .NET Core 3.1 Console app using Microsoft.Extensions.Hosting.WindowsService, the logs get written to C:\WINDOWS\SYSTEM32 (which is the Environment.CurrentDirectory). The logs are not written relative to the exe. I had to hard-code the path in the log4net.config file. Is there a way to override this somewhere? Thanks!
The text was updated successfully, but these errors were encountered: