Skip to content

Commit

Permalink
PAGOPA-1745 adding logs for broker and station
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Jul 24, 2024
1 parent c5e292f commit 1574111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/it/gov/pagopa/reporting/RetrieveFlows.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void run(
.orElseThrow(() -> new RuntimeException(String.format("No data present in api config database for PA %s", organization)));
String idStation = stationBroker.getStationCode();
String idBroker = stationBroker.getBrokerCode();
logger.log(Level.INFO, () -> "[RetrieveFlows] idPa: " + organization + ", idIntermediario: " + idBroker + ", idStazione: " + idStation );
// call NODO dei pagamenti
nodeClient.nodoChiediElencoFlussiRendicontazione(organization, idBroker, idStation);

Expand Down

0 comments on commit 1574111

Please sign in to comment.