Skip to content

Commit

Permalink
Merge pull request #6151 from realCity/feature/realtime-update-servic…
Browse files Browse the repository at this point in the history
…e-date-logging

Include serviceDate in realtime update logging
  • Loading branch information
flaktack authored Nov 14, 2024
2 parents ce7b183 + 0dced7e commit 3bd59c2
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ static List<Entry> list() {
of("All OTP debuggers", "org.opentripplanner"),
of("OTP request/response", "org.opentripplanner.routing.service.DefaultRoutingService"),
of("Raptor request/response", "org.opentripplanner.raptor.RaptorService"),
of("Transfer Optimization", "org.opentripplanner.routing.algorithm.transferoptimization")
of("Transfer Optimization", "org.opentripplanner.routing.algorithm.transferoptimization"),
of("Trip Updates", "org.opentripplanner.updater.trip")
);
}

Expand Down
Loading

0 comments on commit 3bd59c2

Please sign in to comment.