fix: censor download station password when logging settings at startup
This commit is contained in:
parent
995fb1c6cf
commit
03459d0129
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue