mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +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
12
src/ConanServerManager/Config.Designer.cs
generated
12
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -854,18 +854,6 @@ namespace ServerManagerTool {
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("168")]
|
||||
public int WorkshopCache_ExpiredHours {
|
||||
get {
|
||||
return ((int)(this["WorkshopCache_ExpiredHours"]));
|
||||
}
|
||||
set {
|
||||
this["WorkshopCache_ExpiredHours"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("server")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue