I know I can specify a log level like this:
>>> import logging >>> logging.log(level=50, msg=\'critical log\') CRITICAL:root:critical log