Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Feb 19, 2025
1 parent e330cfe commit be05343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/uid2/operator/service/ConfigService.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public JsonObject getConfig() {
}

private JsonObject configValidationHandler(JsonObject config) {
logger.error("ABU ADDED");
logger.error(config.toString());
boolean isValid = true;
Integer identityExpiresAfter = config.getInteger(IDENTITY_TOKEN_EXPIRES_AFTER_SECONDS);
Integer refreshExpiresAfter = config.getInteger(REFRESH_TOKEN_EXPIRES_AFTER_SECONDS);
Expand Down

0 comments on commit be05343

Please sign in to comment.