adamsaghy commented on code in PR #3752:
URL: https://github.com/apache/fineract/pull/3752#discussion_r1497666721
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/DepositAccountReadPlatformServiceImpl.java:
##########
@@ -479,6 +480,7 @@ public Collection<AccountTransferDTO>
retrieveDataForInterestTransfer() {
sqlBuilder.append(
"and st.transaction_type_enum = ? and sa.status_enum = ? and
st.is_reversed=false and st.transaction_date >
coalesce(sa.lockedin_until_date_derived,sa.activatedon_date)");
+ log.info("SQL {}", sqlBuilder.toString());
Review Comment:
Why to log at info level?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]