4
pyramid.reload_templates = false
5
pyramid.debug_authorization = false
6
pyramid.debug_notfound = false
7
pyramid.debug_routematch = false
8
pyramid.debug_templates = false
9
pyramid.default_locale_name = en
16
# Begin logging configuration
19
keys = root, charmworld
43
format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
45
# End logging configuration