def log()

in detector/server.py [0:0]


def log(*args):
    print(f"[{os.environ.get('RANK', '')}]", *args, file=sys.stderr)