summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/unit_testing
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-05-05 23:52:42 -0400
committerChris McDonough <chrism@plope.com>2014-05-05 23:52:42 -0400
commit070a4586711b00146bd6f3c644b6aa009de469ed (patch)
treea624aa38b3db1f7de58bb8bf9aaff4583cec28fd /docs/quick_tutorial/unit_testing
parent0117573edbc5dff565868187f8841859b3e36a51 (diff)
parent0caac0a0af78cd55df2e1f3c3c7fc5171dbfe849 (diff)
downloadpyramid-070a4586711b00146bd6f3c644b6aa009de469ed.tar.gz
pyramid-070a4586711b00146bd6f3c644b6aa009de469ed.tar.bz2
pyramid-070a4586711b00146bd6f3c644b6aa009de469ed.zip
Merge branch 'redundant_totuorial_logging_config'
Diffstat (limited to 'docs/quick_tutorial/unit_testing')
-rw-r--r--docs/quick_tutorial/unit_testing/development.ini31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/quick_tutorial/unit_testing/development.ini b/docs/quick_tutorial/unit_testing/development.ini
index 470d92c57..52b2a3a41 100644
--- a/docs/quick_tutorial/unit_testing/development.ini
+++ b/docs/quick_tutorial/unit_testing/development.ini
@@ -7,34 +7,3 @@ pyramid.includes =
use = egg:pyramid#wsgiref
host = 0.0.0.0
port = 6543
-
-# Begin logging configuration
-
-[loggers]
-keys = root, tutorial
-
-[logger_tutorial]
-level = DEBUG
-handlers =
-qualname = tutorial
-
-[handlers]
-keys = console
-
-[formatters]
-keys = generic
-
-[logger_root]
-level = INFO
-handlers = console
-
-[handler_console]
-class = StreamHandler
-args = (sys.stderr,)
-level = NOTSET
-formatter = generic
-
-[formatter_generic]
-format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
-
-# End logging configuration