Revision c506f986

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

  
131
VALID_EXTRA_LOGREASONS = compat.UniqueFrozenset([
132
  EXTRA_LOGREASON_ACCESS,
133
  EXTRA_LOGREASON_ERROR,
134
  ])
135

  
136 131
# These are the extra logfiles, grouped by daemon
137 132
DAEMONS_EXTRA_LOGBASE = {
138 133
  MOND: {

Also available in: Unified diff