aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/log.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing TyposJoaquin2018-05-131-1/+1
|
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-1/+5
| | | | | | Logs are now asynchronous, with a log entry pushed onto the event loop for handling. To support this, the test mechanism grows an await_log method that waits for a log entry to appear.
* Revamp verbosity optionsAldo Cortesi2018-02-261-0/+9
| | | | | | | | | | Split verbosity into termlog_verbosity and console_eventlog_verbosity. This patch also removes printing to console if there are unknown options in the command-line. Options now live in separate addons, so having uknown options remaining is common and expected. We definitely shoould have some other way for users to see what was ignored so they can catch typos and the like, but that's a different patch.
* add LogEntry.__eq__Maximilian Hils2017-08-011-0/+5
|
* minor improvementsMaximilian Hils2017-06-021-0/+3
|
* Add an "alert" log level.Aldo Cortesi2017-04-271-1/+10
| | | | | | | This has the same urgency as "info", but also signals to interactive tools that the user's attention should be drawn to the output, even if they're not looking at the event log. In the console app, this means the message appears in the status bar with a timeout.
* Create mitmproxy.utils hierarchyAldo Cortesi2016-10-201-0/+4
| | | | - Add mitproxy.utils.lrucache, mitproxy.utils.data
* controller.Log -> log.LogAldo Cortesi2016-10-191-0/+40