> All named loggers (including "A", "B" etc.) inherit from the root logger, > obtained by doing > > root_logger = logging.getLogger() > > or > > root_logger = logging.getLogger("") Somehow I missed this in the docs. Thanks Vinay.