diff --git a/services/ical/main.go b/services/ical/main.go index 353af6d..1769786 100644 --- a/services/ical/main.go +++ b/services/ical/main.go @@ -67,5 +67,5 @@ func main() { // Add routes to the app instance for the data-manager ical service service.AddFeedRoutes(app) - slog.Info("Starting ical service", fiberApp.Listen(":8091")) + slog.Info("Starting ical service", "fiberApp", fiberApp.Listen(":8091")) }