Skip to content

Commit c92024e

Browse files
committed
changed default log file name
1 parent 8d9ffdc commit c92024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/makbn/mcp/mediator/docker/server/DockerMcpServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void main(String[] args) {
5454
}
5555

5656
private static void configureLogging(CommandLine cmd) {
57-
System.setProperty("DOCKER_MCP_LOG_FILE", cmd.getOptionValue("log-file", "logs/example.log"));
57+
System.setProperty("DOCKER_MCP_LOG_FILE", cmd.getOptionValue("log-file", "logs/mcp_docker_server.log"));
5858
System.setProperty("DOCKER_MCP_LOG_LEVEL", cmd.getOptionValue("log-level", "DEBUG"));
5959
}
6060

0 commit comments

Comments
 (0)