mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
SteamController/PowerControl: Create Logs in Documents/SteamDeckTools/Logs
This commit is contained in:
parent
8327c0da86
commit
708aac3166
6 changed files with 116 additions and 13 deletions
|
|
@ -50,6 +50,10 @@ namespace PowerControl
|
|||
startupManager.Startup = false;
|
||||
});
|
||||
|
||||
Log.CleanupLogFiles(DateTime.UtcNow.AddDays(-7));
|
||||
Log.LogToFile = true;
|
||||
Log.LogToFileDebug = true;
|
||||
|
||||
Instance.RunOnce(TitleWithVersion, "Global\\PowerControl");
|
||||
Instance.RunUpdater(TitleWithVersion);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue