cubicweb/pyramid/pyramidctl.py
branch3.26
changeset 12748 9fa65579520f
parent 12216 4de5927871f9
equal deleted inserted replaced
12747:36d4a8ec1fb7 12748:9fa65579520f
    46 
    46 
    47 import waitress
    47 import waitress
    48 
    48 
    49 MAXFD = 1024
    49 MAXFD = 1024
    50 
    50 
    51 DBG_FLAGS = ('RQL', 'SQL', 'REPO', 'HOOKS', 'OPS', 'SEC', 'MORE')
    51 DBG_FLAGS = ('RQL', 'SQL', 'REPO', 'HOOKS', 'OPS', 'SEC', 'MORE', 'ALL')
    52 LOG_LEVELS = ('debug', 'info', 'warning', 'error')
    52 LOG_LEVELS = ('debug', 'info', 'warning', 'error')
    53 
    53 
    54 
    54 
    55 class PyramidCreateHandler(serverctl.RepositoryCreateHandler,
    55 class PyramidCreateHandler(serverctl.RepositoryCreateHandler,
    56                            WebCreateHandler):
    56                            WebCreateHandler):