Skip to content

Commit

Permalink
PAGOPA-1745 add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed Jul 24, 2024
1 parent b461654 commit a772f24
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 @@ -86,7 +86,7 @@ public void run(
if (faultBean != null) {
logger.log(Level.WARNING, () -> "[RetrieveFlows] faultBean DESC " + faultBean.getDescription());
} else if (elencoFlussi != null) {
logger.log(Level.INFO, () -> "[RetrieveFlows] elencoFlussi PA " + organization + " TotRestituiti " + elencoFlussi.getTotRestituiti());
logger.log(Level.INFO, () -> "[RetrieveFlows] elencoFlussi PA " + organization + ", idIntermediario: " + idBroker + ", idStazione: " + idStation + " TotRestituiti " + elencoFlussi.getTotRestituiti());
flowsService.flowsProcessing(elencoFlussi.getIdRendicontazione(), organization);
}
} catch (ClientTransportException e) {
Expand Down

0 comments on commit a772f24

Please sign in to comment.