mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
don't print message bodies when -v is passed.
In contrast to headers, they will almost never help uncover issues.
This commit is contained in:
parent
4ce8d6ca37
commit
1cc5f30b2d
@ -50,7 +50,7 @@ def process_options(parser, opts, args):
|
||||
args.flow_detail = 0
|
||||
if args.verbose:
|
||||
args.verbosity = 'debug'
|
||||
args.flow_detail = 3
|
||||
args.flow_detail = 2
|
||||
|
||||
adict = {}
|
||||
for n in dir(args):
|
||||
|
Loading…
Reference in New Issue
Block a user