I am currently working with kafka based on confluent's cp-demo project. (https://github.com/confluentinc/cp-demo)
I am developing a custom connector which I was able to publish in the connect docker, however it is not working properly and I am having trouble accessing the confluent log to check how it is working.
I know about the existance of confluent log connect command which in my localhost enviroment allows me to access the log. How can I access this very same log in this docker environment?
Can anyone show me the path?
Thank you in advance!
docker exec -it {containerId} confluent log connectdocker exec -it {containerId} /bin/bash