cosmos / relayer

An IBC relayer for ibc-go
Apache License 2.0
388 stars 1.71k forks source link

feat: disables debug server by default #1496

Closed AntiTyping closed 2 weeks ago

AntiTyping commented 2 weeks ago

1) Adds --enable-debug-server flag that defaults to false 2) Displays warning message in logs if the debug server is enabled

image

freak12techno commented 2 weeks ago

Just faced that not enabling it disabled Prometheus metrics, which I think is a must in production. Can we at least split these two? Seems uncool that now it forces you either to see a warning on using a debug server (and says you should not use it in production), or live without metrics.