aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/scripting/overview.rst4
-rw-r--r--examples/simple/log_events.py (renamed from examples/simple/logging.py)0
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/scripting/overview.rst b/docs/scripting/overview.rst
index 84f2135e..6ec0caaa 100644
--- a/docs/scripting/overview.rst
+++ b/docs/scripting/overview.rst
@@ -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``
diff --git a/examples/simple/logging.py b/examples/simple/log_events.py
index ab1baf75..ab1baf75 100644
--- a/examples/simple/logging.py
+++ b/examples/simple/log_events.py