Commit 8f4a8ab3 authored by youxiaoji's avatar youxiaoji

* [关闭调试信息]

parent a83dac71
......@@ -155,10 +155,10 @@ public class VisitorAppointmentTool {
@Tool(description = "提交访客预约申请")
public String submitAppointmentApply(ToolContext toolContext) {
sharedContext.tracing().start(new Tracing.StartOptions()
.setScreenshots(true)
.setSnapshots(true)
.setSources(true));
// sharedContext.tracing().start(new Tracing.StartOptions()
// .setScreenshots(true)
// .setSnapshots(true)
// .setSources(true));
......@@ -273,8 +273,8 @@ public class VisitorAppointmentTool {
}
infoCollectorService.clearValue();
infoCollectorService.clearInfo(pageId);
sharedContext.tracing().stop(new Tracing.StopOptions()
.setPath(Paths.get("trace1.zip")));
// sharedContext.tracing().stop(new Tracing.StopOptions()
// .setPath(Paths.get("trace1.zip")));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment