Skip to content

Commit

Permalink
PAGOPA-2012 remodeling exception log
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Aug 1, 2024
1 parent 42318b1 commit 20e04d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/gov/pagopa/reporting/RetrieveFlows.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void run(
logger.log(Level.SEVERE, () -> "[NODO Connection down] Max retry exceeded.");
}
} catch (AppException e) {
logger.log(Level.SEVERE, () -> "[CACHE] Organization: [" + organization + "] Message: " + e.getMessage());
logger.log(Level.SEVERE, () -> "[RetrieveFlows] [AppException] Organization: [" + organization + "] Message: " + e.getMessage());
}

}));
Expand Down

0 comments on commit 20e04d7

Please sign in to comment.