Console_eventlog_verbosity tweak

Hi, how to tweak console_eventlog_verbosity? I see it has choices: error, warn, info, alert, debug
but how to set it in the proxy? e.g.

pi@raspberrypi:~/Desktop $ mitmproxy --version
Mitmproxy: 5.0.0.dev (+50, commit 9047c4f)
Python:    3.6.1
OpenSSL:   OpenSSL 1.1.0f  25 May 2017
Platform:  Linux-4.14.34-v7+-armv7l-with-debian-9.4

pi@raspberrypi:~/Desktop $ mitmproxy --mode transparent --showhost --set console_eventlog_verbosity info
usage: mitmproxy [options]
mitmproxy: error: unrecognized arguments: info

never mind found it. In case someelse has this question:

mitmproxy --mode transparent --showhost --set console_eventlog_verbosity=warn

1 Like