summaryrefslogtreecommitdiff
path: root/docs/getting_started/quick_glance/package/development.ini
diff options
context:
space:
mode:
authorPaul Everitt <paul@agendaless.com>2013-08-09 11:37:48 -0400
committerPaul Everitt <paul@agendaless.com>2013-08-09 11:37:48 -0400
commitd4bd291fd5ca51bbbeec487f2011476706a5952f (patch)
tree77052c5204e0045f59b740ff9d1ae253394524da /docs/getting_started/quick_glance/package/development.ini
parent65d1719fc5ce4ed4e87c45b1e4279c30930b274e (diff)
downloadpyramid-d4bd291fd5ca51bbbeec487f2011476706a5952f.tar.gz
pyramid-d4bd291fd5ca51bbbeec487f2011476706a5952f.tar.bz2
pyramid-d4bd291fd5ca51bbbeec487f2011476706a5952f.zip
Lots of updates, move more code out of code-blocks into working package code. About to tackle cool Pyramid stuff.
Diffstat (limited to 'docs/getting_started/quick_glance/package/development.ini')
-rw-r--r--docs/getting_started/quick_glance/package/development.ini13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/getting_started/quick_glance/package/development.ini b/docs/getting_started/quick_glance/package/development.ini
index 9aa5f40cf..a751ff903 100644
--- a/docs/getting_started/quick_glance/package/development.ini
+++ b/docs/getting_started/quick_glance/package/development.ini
@@ -1,5 +1,7 @@
+# Start Includes
[app:hello_world]
pyramid.includes = pyramid_debugtoolbar
+# End Includes
use = egg:hello_world
reload_templates = true
debug_authorization = false
@@ -22,9 +24,16 @@ port = 6543
# Begin logging configuration
+# Start Sphinx Include
[loggers]
keys = root, hello_world
+[logger_hello_world]
+level = DEBUG
+handlers =
+qualname = hello_world
+# End Sphinx Include
+
[handlers]
keys = console
@@ -35,10 +44,6 @@ keys = generic
level = INFO
handlers = console
-[logger_hello_world]
-level = DEBUG
-handlers =
-qualname = hello_world
[handler_console]
class = StreamHandler