rename logging.py example. this conflicted with Python's stdlib

This commit is contained in:
Maximilian Hils 2016-12-19 15:50:33 +01:00
parent cbc0d3fd41
commit 98a079aa69
2 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ and mitmproxy console can place script output in the event buffer.
Here's how this looks:
.. literalinclude:: ../../examples/simple/logging.py
:caption: :src:`examples/simple/logging.py`
.. literalinclude:: ../../examples/simple/log_events.py
:caption: :src:`examples/simple/log_events.py`
:language: python
The ``ctx`` module also exposes the mitmproxy master object at ``ctx.master``