Flowable-IDM API Log not showing in Flowable-IDM docker container

HI,

While login to http://localhost:8080/flowable-idm/#/login 3 API’s hitting:

  1. http://localhost:8080/flowable-idm/app/authentication
  2. http://localhost:8080/flowable-idm/app/rest/authenticate,
  3. 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

Hi,

not sure what your exact question is here. By default docker containers will be running with INFO logging. Are you missing (debug) log statements in the code?
Are you looking for a way to run the containers with an increased log level?

To answer the last one;

docker run --name flowable-idm -p:8080:8080 -e logging.level.org.flowable=DEBUG flowable/flowable-idm

(or any package you would like to target)

Hope this helps

Yvo

@yvo Can you please help me with issue: Act_id_priv_mapping not adding user of group record