server/__init__.py
branchstable
changeset 3823 94aa250cff9b
parent 3699 20ba545e00e1
child 3890 d7a270f50f54
child 3903 7967d3766ecf
equal deleted inserted replaced
3822:b61c7b065a66 3823:94aa250cff9b
    27 DBG_NONE = 0  # no debug information
    27 DBG_NONE = 0  # no debug information
    28 DBG_RQL = 1   # rql execution information
    28 DBG_RQL = 1   # rql execution information
    29 DBG_SQL = 2   # executed sql
    29 DBG_SQL = 2   # executed sql
    30 DBG_REPO = 4  # repository events
    30 DBG_REPO = 4  # repository events
    31 DBG_MS = 8    # multi-sources
    31 DBG_MS = 8    # multi-sources
    32 DBG_MORE = 16 # repository events
    32 DBG_MORE = 16 # more verbosity
    33 
    33 
    34 # current debug mode
    34 # current debug mode
    35 DEBUG = 0
    35 DEBUG = 0
    36 
    36 
    37 def set_debug(debugmode):
    37 def set_debug(debugmode):