summaryrefslogtreecommitdiff
path: root/docs/narr/logging.rst
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2014-09-10 11:15:21 -0600
committerBert JW Regeer <xistence@0x58.com>2014-09-10 11:15:21 -0600
commitc4c45446f79d6647aa6a90fc1f45def1319f7ac2 (patch)
tree39433fc13fb5e57f49b36143c32003b7613d56e7 /docs/narr/logging.rst
parentbefc1b81d7713d5dab130388c285e83d641f7190 (diff)
downloadpyramid-c4c45446f79d6647aa6a90fc1f45def1319f7ac2.tar.gz
pyramid-c4c45446f79d6647aa6a90fc1f45def1319f7ac2.tar.bz2
pyramid-c4c45446f79d6647aa6a90fc1f45def1319f7ac2.zip
Change helloworld to myapp
Fix a typo in the documentation. Closes #1408
Diffstat (limited to 'docs/narr/logging.rst')
-rw-r--r--docs/narr/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/logging.rst b/docs/narr/logging.rst
index 71029bb33..74d9f260e 100644
--- a/docs/narr/logging.rst
+++ b/docs/narr/logging.rst
@@ -242,7 +242,7 @@ level is set to ``INFO``, whereas the application's log level is set to
[logger_myapp]
level = DEBUG
handlers =
- qualname = helloworld
+ qualname = myapp
All of the child loggers of the ``myapp`` logger will inherit the ``DEBUG``
level unless they're explicitly set differently. Meaning the ``myapp.views``,