mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Added settings option for log rotation
This commit is contained in:
@@ -78,7 +78,8 @@ internal class Globals
|
||||
public static string VersionDatabase = ""; // Version - Database
|
||||
public static string VersionPerun = "DEBUG"; // Version - Perun
|
||||
|
||||
public static string LastLogLocation = ""; // Last used log location
|
||||
public static string LastLogLocation = ""; // Last used log location
|
||||
public static bool RotateLogs = false; // Rotate logs true/false
|
||||
|
||||
public static CurrentMissionClass CurrentMission = new CurrentMissionClass(); // Actual mission information single ton
|
||||
|
||||
|
||||
Reference in New Issue
Block a user