Hi folks,
during the development of some custom connectors, we are using the connector runtime docker image (GitHub - camunda/connector-runtime-docker: Docker image for the Connector Runtime) which is in fact a connector runtime from spring-zeebe (spring-zeebe/connector-runtime at main · camunda-community-hub/spring-zeebe · GitHub)
I wonder why the output of the container is so noisy. I believe it runs in DEBUG mode. For some reasons I was not able to limit the output to at least INFO.
Another thing is: both Apache Client and GRPC lib are dumping full binary message content into the log (which is breaking the “convention” to dumb binary content on TRACE only).
This fact make the use of the Connector runtime very difficult to use.
Any plans how I can switch it off?
Cheers,
Simon