mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-16 01:59:18 -05:00
curtail lost connection messages from RCon
verify still compatible with T6 fix potential null reference exception during configuration reading/setup
This commit is contained in:
@ -24,7 +24,7 @@ namespace IW4MAdmin.Application
|
||||
|
||||
public Logger(string fn)
|
||||
{
|
||||
FileName = Path.Join("Log", $"{fn}.log");
|
||||
FileName = Path.Join(Utilities.OperatingDirectory, "Log", $"{fn}.log");
|
||||
OnLogWriting = new SemaphoreSlim(1, 1);
|
||||
RotateLogs();
|
||||
}
|
||||
|
Reference in New Issue
Block a user