fix: censor download station password when logging settings at startup

This commit is contained in:
Cucumberrbob 2025-04-20 12:14:56 +01:00
parent 995fb1c6cf
commit 03459d0129
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -31,6 +31,7 @@ public class TorrentRunner(ILogger<TorrentRunner> logger, Torrents torrents, Dow
{
settingsCopy.Provider.ApiKey = "*****";
settingsCopy.DownloadClient.Aria2cSecret = "*****";
settingsCopy.DownloadClient.DownloadStationPassword = "*****";
Log(JsonSerializer.Serialize(settingsCopy));
}