Bert JW Regeer
2014-09-10 7c52387fa664d379a113f3ec93b40bb7c5bd65a1
Change helloworld to myapp

Fix a typo in the documentation.

Closes #1408
1 files modified
2 ■■■ changed files
docs/narr/logging.rst 2 ●●● patch | view | raw | blame | history
docs/narr/logging.rst
@@ -242,7 +242,7 @@
    [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``,