Revision 59f187eb tools/burnin

b/tools/burnin
63 63

  
64 64
  def __init__(self):
65 65
    """Constructor."""
66
    logger.SetupLogging(program="ganeti/burnin", debug=False)
66
    logger.SetupLogging(constants.LOG_BURNIN, debug=False, stderr_logging=True)
67 67
    self._feed_buf = StringIO()
68 68
    self.nodes = []
69 69
    self.instances = []

Also available in: Unified diff