django disable logging on tests code example Example: python disable logging on unittest # test.py import logging logging.disable(logging.CRITICAL)