We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7221735 + d3694bd commit 9cdf9d9Copy full SHA for 9cdf9d9
logging/channels_handlers.rst
@@ -25,7 +25,9 @@ Switching a Channel to a different Handler
25
26
Now, suppose you want to log the ``security`` channel to a different file.
27
To do this, create a new handler and configure it to log only messages
28
-from the ``security`` channel:
+from the ``security`` channel. The following example does that only in the
29
+``prod`` :ref:`configuration environment <configuration-environments>` but you
30
+can do it in any (or all) environments:
31
32
.. configuration-block::
33
0 commit comments