Hi Aleks, Thanks for the info.
I am running it in docker. Is it possible to pass the parameter maybe through docker-compose.yml? Kind regards On Sat, Apr 23, 2022 at 8:34 AM Aleksandar Vidakovic < [email protected]> wrote: > Hi Kelvin, > > ... I am assuming you are starting Fineract as a standalone app (aka > Spring Boot app)... in that case you can provide an additional Java startup > parameter: > > -Dlogging.config=./logback-local.xml > > ... like that you can provide your own logback.xml configuration (you can > name the file as you wish) with everything set to DEBUG level... > > Cheers, > > Aleks > > On Fri, Apr 22, 2022 at 5:00 PM Kelvin Ikome <[email protected]> wrote: > >> Hi all, >> >> I am stuck with an issue where the interest posting job runs successfully >> (throws no errors) but does not post the interest for savings accounts. I >> am unable to figure out where to enable the logging ("log.info()") to >> debug the issue. >> >> Note: The job works fine and posts interest on a clean DB initialized >> with Fineract 1.6. This issue only exists on using previous Fineract 1.5 DB >> after upgrade. >> >> Any pointers would be appreciated. >> >> Kind regards, >> Kelvin >> >
