Revision d728ac75

b/lib/utils/log.py
230 230
    if debug:
231 231
      stderr_handler.setLevel(logging.NOTSET)
232 232
    else:
233
      stderr_handler.setLevel(logging.ERROR)
233
      stderr_handler.setLevel(logging.CRITICAL)
234 234
    root_logger.addHandler(stderr_handler)
235 235

  
236 236
  if syslog in (constants.SYSLOG_YES, constants.SYSLOG_ONLY):

Also available in: Unified diff