We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bf8c3 commit 0e583f1Copy full SHA for 0e583f1
src/main/java/org/opentripplanner/graph_builder/GraphBuilder.java
@@ -81,6 +81,7 @@ public class GraphBuilder implements Runnable {
81
public boolean serializeGraph = true;
82
83
public GraphBuilder(File path, GraphBuilderParameters builderParams) {
84
+ MDC.put("routerPath", path.getAbsolutePath());
85
graphFile = new File(path, "Graph.obj");
86
graph.stopClusterMode = builderParams.stopClusterMode;
87
}
0 commit comments