summaryrefslogtreecommitdiff
path: root/docs/narr/startup.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-10-08 04:45:14 -0400
committerChris McDonough <chrism@plope.com>2014-10-08 04:45:14 -0400
commitbc328b8ed02a758841f3e900b52e7ef4187792a2 (patch)
tree1b3e4f0e9799331a383385f67b906575612cf152 /docs/narr/startup.rst
parent7e9c54ed645db97049a0848eececad3437624163 (diff)
parent03b469479c6a70d89cf18b2fdc91c223c9f6197a (diff)
downloadpyramid-bc328b8ed02a758841f3e900b52e7ef4187792a2.tar.gz
pyramid-bc328b8ed02a758841f3e900b52e7ef4187792a2.tar.bz2
pyramid-bc328b8ed02a758841f3e900b52e7ef4187792a2.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/startup.rst')
-rw-r--r--docs/narr/startup.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 7b4a7ea08..a1a23ed52 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -19,6 +19,7 @@ console.
.. index::
single: startup process
+ pair: settings; .ini
The Startup Process
-------------------
@@ -139,6 +140,13 @@ Here's a high-level time-ordered overview of what happens when you press
The server serves the application, and the application is running, waiting
to receive requests.
+.. seealso::
+ Logging configuration is described in the :ref:`logging_chapter`
+ chapter. There, in :ref:`request_logging_with_pastes_translogger`,
+ you will also find an example of how to configure
+ :term:`middleware` to add pre-packaged functionality to your
+ application.
+
.. index::
pair: settings; deployment
single: custom settings