in line 72-78 of radical/utils/atfork/stdlib_fixer.py
if logging.getLogger().handlers:
# We could register each lock with atfork for these handlers but if
# these exist, other loggers or not yet added handlers could as well.
# Its safer to insist that this fix is applied before logging has been
# configured.
warnings.warn('logging handlers already registered.')
# raise Error('logging handlers already registered.')
came from here