diff --git a/cmd/api-service/service.go b/cmd/api-service/service.go index 8744a56..7950533 100644 --- a/cmd/api-service/service.go +++ b/cmd/api-service/service.go @@ -24,7 +24,7 @@ var ( func main() { flag.Parse() logger := slog.New(slog.NewJSONHandler(os.Stdout, nil)) - logger.Info("starting server", "port", *port, "dbPath", *dbPath) + logger.Info("starting server", "port", *port, "dbPath", *dbPath, "apiKey", *apiKey) db, err := moviestore.NewSQLite(*dbPath) if err != nil {