Revision 2a2060ff tools/burnin

b/tools/burnin
62 62

  
63 63
  def __init__(self):
64 64
    """Constructor."""
65
    logger.SetupLogging(debug=False, program="ganeti/burnin")
65
    logger.SetupLogging(program="ganeti/burnin", debug=False)
66 66
    self._feed_buf = StringIO()
67 67
    self.proc = mcpu.Processor(feedback=self.Feedback)
68 68
    self.nodes = []

Also available in: Unified diff