Revision d73ef63f lib/constants.py

b/lib/constants.py
143 143

  
144 144
LOG_DIR = _autoconf.LOCALSTATEDIR + "/log/ganeti/"
145 145
DAEMONS_LOGFILES = {
146
 # "daemon-name": "logfile"
147
 NODED: LOG_DIR + "node-daemon.log",
148
 CONFD: LOG_DIR + "conf-daemon.log",
149
 RAPI: LOG_DIR + "rapi-daemon.log",
150
 MASTERD: LOG_DIR + "master-daemon.log",
151
}
146
  # "daemon-name": "logfile"
147
  NODED: LOG_DIR + "node-daemon.log",
148
  CONFD: LOG_DIR + "conf-daemon.log",
149
  RAPI: LOG_DIR + "rapi-daemon.log",
150
  MASTERD: LOG_DIR + "master-daemon.log",
151
  }
152 152
LOG_OS_DIR = LOG_DIR + "os"
153 153
LOG_WATCHER = LOG_DIR + "watcher.log"
154 154
LOG_COMMANDS = LOG_DIR + "commands.log"

Also available in: Unified diff