Skip to content

Commit

Permalink
update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 26, 2024
1 parent b55c6a0 commit a760676
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ private void activate(Config config) {
if (log.isTraceEnabled()) {
log.trace("Authentication configuration: imsTokenApiUrl={}, authenticationClientId={}, authenticationClientSecret={}, authenticationScope={}",
StringUtils.defaultString(imsTokenApiUrl),
StringUtils.repeat('*', authenticationClientId.length()),
StringUtils.repeat('*', authenticationClientSecret.length()),
StringUtils.isNotBlank(authenticationClientId) ? "***" : "",
StringUtils.isNotBlank(authenticationClientSecret) ? "***" : "",
StringUtils.defaultString(authenticationScope));
}
if (StringUtils.isNoneBlank(imsTokenApiUrl, authenticationClientId, authenticationClientSecret, authenticationScope)) {
Expand Down

0 comments on commit a760676

Please sign in to comment.