Summary
The log message Adding endpoint at Ip 127.0.0.1 and port: 0 is currently shown at Info level. This is an internal implementation detail that should be at Debug level.
Current behavior
When starting the proxy, users see:
info Adding endpoint at Ip 127.0.0.1 and port: 0
Suggested change
Change the severity to Debug so it only appears when verbose logging is enabled. The subsequent Dev Proxy listening on... message already provides the user-facing port information.