mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
security: remove token from log output
This commit is contained in:
@@ -244,8 +244,7 @@ public class DeezerDownloadService : IDownloadService
|
||||
_licenseToken = licenseToken.GetString();
|
||||
}
|
||||
|
||||
_logger.LogInformation("Deezer token refreshed: {Token}...",
|
||||
_apiToken?[..Math.Min(16, _apiToken?.Length ?? 0)]);
|
||||
_logger.LogInformation("Deezer token refreshed successfully");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user