File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/org/opentripplanner/graph_builder Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments