mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Logging Bug
- added data check when configuring logging. - removed workshop interval expiry options. - removed RCON password from logs.
This commit is contained in:
parent
99cdcd6375
commit
96ba2c3474
23 changed files with 103 additions and 101 deletions
|
|
@ -471,7 +471,7 @@ namespace ServerManagerTool.Lib
|
|||
}
|
||||
|
||||
_maxCommandRetries = 10;
|
||||
_errorLogger.Error($"Failed to connect to RCON at {_rconParameters.RCONHostIP}:{_rconParameters.RCONPort} with {_rconParameters.RCONPassword}. {lastException.Message}");
|
||||
_errorLogger.Error($"Failed to connect to RCON at {_rconParameters.RCONHostIP}:{_rconParameters.RCONPort}. {lastException.Message}");
|
||||
throw new Exception($"Command failed to send after {_maxCommandRetries} attempts. Last exception: {lastException.Message}", lastException);
|
||||
}
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue