in job/log.py [0:0]
def __new__(cls): if not Logger.instance: Logger.instance = _build() return Logger.instance