Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 8891404

Browse files
committed
tmp change mitmproxy flow details level
1 parent d97b3e1 commit 8891404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browserup-proxy-core/src/main/java/com/browserup/bup/mitmproxy/MitmProxyProcessManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ private void startProxy(int port, List<AbstractAddon> addons) {
173173
add("mitmdump");
174174
add("-p");
175175
add(String.valueOf(port));
176+
add("--set");
177+
add("flow_detail=3");
176178
}};
177179
if (trustAll) {
178180
command.add("--ssl-insecure");

0 commit comments

Comments
 (0)