Another kwarg I can't embed in my head....

import logging
_LOGGER = logging.getLogger(__name__.split('.')[-1])

....

try:
    # xyz
except:
    _LOGGER.info('Exception raised!', exc_info = True)