Skip to content

Commit 82709e1

Browse files
authored
Merge pull request #253 from HSLdevcom/fix-taggedstops
Fix missing taggedStops
2 parents 307b3fb + 0e583f1 commit 82709e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
<dependency>
795795
<groupId>io.sentry</groupId>
796796
<artifactId>sentry-logback</artifactId>
797-
<version>1.6.3</version>
797+
<version>1.7.5</version>
798798
</dependency>
799799
<!--
800800
Scripting language dependencies such as Groovy and Jython can double the size of the OTP JAR.

src/main/java/org/opentripplanner/graph_builder/GraphBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public class GraphBuilder implements Runnable {
8181
public boolean serializeGraph = true;
8282

8383
public GraphBuilder(File path, GraphBuilderParameters builderParams) {
84+
MDC.put("routerPath", path.getAbsolutePath());
8485
graphFile = new File(path, "Graph.obj");
8586
graph.stopClusterMode = builderParams.stopClusterMode;
8687
}

0 commit comments

Comments
 (0)