File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/com/getindata/connectors/http/internal/utils Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ - optimized logging in HttpHeaderUtils.
6
+
5
7
## [ 0.20.0] - 2025-05-23
6
8
7
9
- Added option to define a proxy for the lookup source (including authentication)
Original file line number Diff line number Diff line change @@ -127,10 +127,7 @@ public static HeaderPreprocessor createOIDCHeaderPreprocessor(ReadableConfig rea
127
127
.getOptional (SOURCE_LOOKUP_OIDC_AUTH_TOKEN_EXPIRY_REDUCTION );
128
128
headerPreprocessor = HttpHeaderUtils .createOIDCAuthorizationHeaderPreprocessor (
129
129
oidcAuthURL .get (), oidcTokenRequest .get (), oidcExpiryReduction );
130
- log .info ("created HeaderPreprocessor " + headerPreprocessor
131
- + " for OIDC oidcAuthURL=" + oidcAuthURL
132
- + ", oidcTokenRequest=" + oidcTokenRequest
133
- + ", oidcExpiryReduction=" + oidcExpiryReduction );
130
+ log .info ("created OIDC HeaderPreprocessor" );
134
131
}
135
132
return headerPreprocessor ;
136
133
}
You can’t perform that action at this time.
0 commit comments