Revision e0007cf1 lib/constants.py

b/lib/constants.py
128 128
EXTRA_LOGREASON_ACCESS = "access"
129 129
EXTRA_LOGREASON_ERROR = "error"
130 130

  
131
# These are the extra logfiles, grouped by daemon
132
DAEMONS_EXTRA_LOGBASE = {
133
  MOND: {
134
    EXTRA_LOGREASON_ACCESS: _constants.EXTRA_LOGREASON_ACCESS,
135
    EXTRA_LOGREASON_ERROR: _constants.EXTRA_LOGREASON_ERROR,
136
    }
137
  }
131
DAEMONS_EXTRA_LOGBASE = _constants.DAEMONS_EXTRA_LOGBASE
138 132

  
139 133
DAEMONS_EXTRA_LOGFILES = \
140 134
  dict((daemon, dict((extra,

Also available in: Unified diff