diff --git a/pkg/channels/manager.go b/pkg/channels/manager.go index df430e4d3..defca0d6f 100644 --- a/pkg/channels/manager.go +++ b/pkg/channels/manager.go @@ -397,7 +397,7 @@ func (m *Manager) StartAll(ctx context.Context) error { "addr": m.httpServer.Addr, }) if err := m.httpServer.ListenAndServe(); err != nil && err != http.ErrServerClosed { - logger.ErrorCF("channels", "Shared HTTP server error", map[string]any{ + logger.FatalCF("channels", "Shared HTTP server error", map[string]any{ "error": err.Error(), }) }