Skip to content

Commit 0e583f1

Browse files
author
Teemu
committed
Add routerPath value to logback
1 parent 20bf8c3 commit 0e583f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)