summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-12 00:13:38 -0400
committerChris McDonough <chrism@plope.com>2011-07-12 00:13:38 -0400
commit46ad10d4ea3f57c19d7ce54a1539a66d7ed621d2 (patch)
tree0fd538a4612d38dd2773a7d11100013367d57681 /docs/narr
parentf4a80417c886938dec83071a4d62238c78bf8810 (diff)
downloadpyramid-46ad10d4ea3f57c19d7ce54a1539a66d7ed621d2.tar.gz
pyramid-46ad10d4ea3f57c19d7ce54a1539a66d7ed621d2.tar.bz2
pyramid-46ad10d4ea3f57c19d7ce54a1539a66d7ed621d2.zip
add docs about logging config
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/startup.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index e2c43b17e..788896de9 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -53,6 +53,10 @@ Here's a high-level time-ordered overview of what happens when you press
that particular composite to understand how to make it refer to your
:app:`Pyramid` application.
+#. The PasteDeploy framework finds all :mod:`logging` related configuration
+ in the ``.ini`` file and uses it to configure the Python standard library
+ logging system for this application.
+
#. The application's *constructor* (named by the entry point reference or
dotted Python name on the ``use=`` line of the section representing your
:app:`Pyramid` application) is passed the key/value parameters mentioned