server/__init__.py
changeset 3890 d7a270f50f54
parent 3738 89871767fa82
parent 3823 94aa250cff9b
child 3998 94cc7cad3d2d
equal deleted inserted replaced
3810:5b75fd66c80e 3890:d7a270f50f54
    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):