[app:main] use = egg:bmidemo pyramid.reload_templates = true pyramid.debug_authorization = false pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.debug_templates = true pyramid.default_locale_name = en pyramid.prevent_http_cache = true mako.directories = bmidemo:templates pyramid.includes = pyramid_debugtoolbar [server:main] use = egg:waitress#main #use = egg:gunicorn#main host = 0.0.0.0 port = 6543 # worker_class = socketio.sgunicorn.GeventSocketIOWorker # Begin logging configuration [loggers] keys = root, bmidemo [handlers] keys = console [formatters] keys = generic [logger_root] level = INFO handlers = console [logger_bmidemo] level = DEBUG handlers = qualname = bmidemo [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