Skip to content

Commit e88ec14

Browse files
SK-2777: remove client init logs
1 parent 4c3caf6 commit e88ec14

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/main/java/com/skyflow/VaultClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,8 @@ protected void setBearerToken() throws SkyflowException {
247247
LogUtil.printInfoLog(InfoLogs.REUSE_BEARER_TOKEN.getLog());
248248
}
249249
if (apiClient == null) {
250-
LogUtil.printInfoLog(InfoLogs.API_CLIENT_INITIALIZED.getLog());
251250
updateExecutorInHTTP();
252251
this.apiClient = this.apiClientBuilder.build();
253-
} else {
254-
LogUtil.printInfoLog(InfoLogs.REUSE_API_CLIENT.getLog());
255252
}
256253
}
257254

src/main/java/com/skyflow/logs/InfoLogs.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ public enum InfoLogs {
1212
LOGGER_SETUP_DONE("Set up logger."),
1313
CURRENT_LOG_LEVEL("Current log level is %s1."),
1414

15-
// API client lifecycle
16-
API_CLIENT_INITIALIZED("Initializing API client (first build or URL changed)."),
17-
REUSE_API_CLIENT("Reusing existing API client (connection pool preserved)."),
18-
1915
// Bearer token generation
2016
EMPTY_BEARER_TOKEN("Bearer token is empty."),
2117
BEARER_TOKEN_EXPIRED("Bearer token is expired."),

0 commit comments

Comments
 (0)