Skip to content

Commit

Permalink
PAGOPA-2442 adding identifier to log
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Dec 2, 2024
1 parent 67d7b70 commit 457e4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void refreshCache() {

} catch (RestClientException e) {
if (configData != null) {
log.error("loadCache from cache api failed, using old version. Version: %s", configData.getVersion());
log.error("[WISP] loadCache from cache api failed, using old version. Version: %s", configData.getVersion());
} else {
throw new AppException(AppErrorCodeMessageEnum.CLIENT_APICONFIGCACHE,
String.format("RestClientException ERROR [%s] - %s", e.getCause().getClass().getCanonicalName(), e.getMessage()));
Expand Down

0 comments on commit 457e4f7

Please sign in to comment.