Python log Log issu

 logging.basicConfig(level=logging.DEBUG,
                            format="%(asctime)s (filename)s[line:%(lineno)d] %(levelname)s %(message)s",
                            datefmt="%a, %d %b %Y %H:%M:%S",
                            filename="/home/URL/client/test_log.log",
                            filemode="a")
        nowTime = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
        print(""+str(nowTime))
        logging.info(edc_id, org_url)-sharp-sharp-sharp 

Why doesn"t the logging.info here print the edc_id and org_id at this time

Jun.29,2021
Menu