summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authormichr <michr@webhippo.net>2011-09-23 18:48:28 -0700
committermichr <michr@webhippo.net>2011-09-23 18:48:28 -0700
commit012b9762cd0b114b6afbf2d6356554b51706804a (patch)
treec57c9a9797e29027c027c4eb65ad4735ca7a6214 /docs/narr/logging.rst
parentf487b2f1e5f6d4badf5eda64c0ee4fba699bfb92 (diff)
downloadpyramid-012b9762cd0b114b6afbf2d6356554b51706804a.tar.gz
pyramid-012b9762cd0b114b6afbf2d6356554b51706804a.tar.bz2
pyramid-012b9762cd0b114b6afbf2d6356554b51706804a.zip
fixed up all the warning dealing ..note and ..warn
added a hide toc for glossary to prevent warnings
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 8abcba3c7..3e39151a3 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -7,7 +7,9 @@ Logging
:mod:`logging` module. This chapter describes how to configure logging and
how to send log messages to loggers that you've configured.
-.. warning:: This chapter assumes you've used a :term:`scaffold` to create a
+.. warning::
+
+ This chapter assumes you've used a :term:`scaffold` to create a
project which contains ``development.ini`` and ``production.ini`` files
which help configure logging. All of the scaffolds which ship along with
:app:`Pyramid` do this. If you're not using a scaffold, or if you've used