mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed the cleanup of the log files generated by the auto processes (Backup, Update and Shutdown/Restart)
Added new Log settings which allow you to turn if on/off and set the number of days/files to retain Language file updates
This commit is contained in:
parent
f582e1e72a
commit
dace70a37c
29 changed files with 821 additions and 431 deletions
|
|
@ -848,7 +848,7 @@ namespace ServerManagerTool
|
|||
comment.AppendLine($"Game Server Version: {this.Settings.LastInstalledVersion}");
|
||||
comment.AppendLine($"Server Manager Version: {App.Instance.Version}");
|
||||
comment.AppendLine($"Server Manager Code: {Config.Default.ServerManagerCode}");
|
||||
comment.AppendLine($"Server Manager Key: {Config.Default.ASMUniqueKey}");
|
||||
comment.AppendLine($"Server Manager Key: {Config.Default.ServerManagerUniqueKey}");
|
||||
comment.AppendLine($"Server Manager Directory: {Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)}");
|
||||
|
||||
comment.AppendLine($"MachinePublicIP: {Config.Default.MachinePublicIP}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue