router debug option, thanks Jonathan

This commit is contained in:
Massimo DiPierro
2011-11-30 22:23:04 -06:00
parent 83a54268b1
commit 261ae74726
5 changed files with 105 additions and 19 deletions
+6
View File
@@ -103,6 +103,12 @@ routers = dict(
),
)
# Specify log level for rewrite's debug logging
# Possible values: debug, info, warning, error, critical (loglevels),
# off, print (print uses print statement rather than logging)
# GAE users may want to use 'off' to suppress routine logging.
#
logging = 'debug'
# Error-handling redirects all HTTP errors (status codes >= 400) to a specified
# path. If you wish to use error-handling redirects, uncomment the tuple