bpereto edited a comment on issue #14732:
URL: https://github.com/apache/pulsar/issues/14732#issuecomment-1070813893


   unfortunately, setting log levels to debug with env vars:
   
   ```
   PULSAR_LOG_LEVEL=debug
   PULSAR_LOG_ROOT_LEVEL=debug
   ```
   
   does show debug logs, but no additional errors or hints for this specific 
problem.
   
   is jetty used for this?
   the default bind address is set to `0.0.0.0` in the codebase:
   
https://github.com/apache/pulsar/blob/342a5df24ca9dcf142e471ac0aafebc253042ceb/pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConfiguration.java#L227
   
   and there is a jetty discussion, if the bind address is not defined, both 
stacks (4 & 6) are considered by default:
   https://www.eclipse.org/lists/jetty-users/msg09643.html
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to