Skip to content

Commit bb66bb0

Browse files
committed
fix: logging
1 parent 98a441f commit bb66bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/java/ch/xxx/manager/stocks/PortfolioStatisticService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ private Double calcLinRegReturn(final Portfolio portfolio, LocalDate cutOffDate,
369369
compQuoteReturn);
370370
divValuesDays.add(myCalcValuesDay);
371371
}catch (ArithmeticException e) {
372-
LOGGER.info("calcLinRegReturn had an error: ",e);
372+
LOGGER.trace("calcLinRegReturn had an error: ",e);
373373
}
374374
}
375375
prevValues = calcValuesDays.get(i);

0 commit comments

Comments
 (0)