mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Always delete old log file
This commit is contained in:
@@ -41,6 +41,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
if (Program.GlobalConfig.LogToFile) {
|
||||
FileTarget fileTarget = new FileTarget("File") {
|
||||
DeleteOldFileOnStartup = true,
|
||||
FileName = Program.LogFile,
|
||||
Layout = Layout
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user