From 6326c7ca69a5ee53a27f36ce7eec4784efaef345 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 9 Jan 2021 08:05:34 -0800 Subject: Update logging and sessions steps in Quick Tour --- docs/quick_tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tour.rst') diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index 4b0516c97..be53a3344 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -760,7 +760,7 @@ logging for you to some reasonable defaults. You then see messages sent by Pyramid (for example, when a new request comes in). Maybe you would like to log messages in your code? In your Python module, -import and set up the logging in your ``views.py``: +import and set up the logging in your ``views/default.py``: .. literalinclude:: quick_tour/logging/hello_world/views/default.py :language: python -- cgit v1.2.3