Skip to content

Commit

Permalink
starter 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarecaccuri committed Jun 26, 2023
1 parent d80b625 commit 1a0b4a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ public ConfigDataV1 newCacheV1(String stakeholder, Optional<NodeCacheKey[]> keys
.time(ZonedDateTime.now())
.version(Constants.GZIP_JSON_V1 + "-" + appVersion)
.build());
log.info("saved on CACHE table " + configData.getVersion());
} catch (Exception e) {
log.error("[ALERT] could not save on db", e);
}
Expand Down

0 comments on commit 1a0b4a8

Please sign in to comment.