router debug option, thanks Jonathan
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user