internal/cmd/server.go 🔗
@@ -55,7 +55,7 @@ var serverCmd = &cobra.Command{
srv := server.NewServer(cfg, hostURL.Scheme, hostURL.Host)
srv.SetLogger(slog.Default())
- slog.Info("Starting Crush server...", "addr", srv.Addr)
+ slog.Info("Starting Crush server...", "addr", serverHost)
errch := make(chan error, 1)
sigch := make(chan os.Signal, 1)