def __format_location()

in awslambdaric/lambda_runtime_log_utils.py [0:0]


    def __format_location(record: logging.LogRecord):
        if not record.exc_info:
            return None

        return f"{record.pathname}:{record.funcName}:{record.lineno}"