Skip to content

Instantly share code, notes, and snippets.

@satra
Created September 14, 2011 01:51
Show Gist options
  • Select an option

  • Save satra/1215673 to your computer and use it in GitHub Desktop.

Select an option

Save satra/1215673 to your computer and use it in GitHub Desktop.
setting logging levels in nipype
from nipype.utils.logger import logging, logger, fmlogger, iflogger
logger.setLevel(logging.getLevelName('CRITICAL'))
fmlogger.setLevel(logging.getLevelName('CRITICAL'))
iflogger.setLevel(logging.getLevelName('CRITICAL'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment