feat:#36 fixed slog attribute

This commit is contained in:
Elmar Kresse
2024-06-18 18:18:14 +02:00
parent 3f29cad876
commit 75752d3fb1

View File

@ -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"))
}