HI,
While login to http://localhost:8080/flowable-idm/#/login 3 API’s hitting:
- http://localhost:8080/flowable-idm/app/authentication
- http://localhost:8080/flowable-idm/app/rest/authenticate,
- http://localhost:8080/flowable-idm/app/rest/account
I want to see logs for these three API’s and when i try with docker logs flowable-idm -f , then it show no logs related these API.
Please help me to find logs for API or docker configuration for same.
Thanks