diff --git a/.idea/Back_Office.iml b/.idea/Back_Office.iml index 8437fe6..1b92da5 100644 --- a/.idea/Back_Office.iml +++ b/.idea/Back_Office.iml @@ -1,8 +1,13 @@ - - + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b8c7055..1cec9ea 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ - + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f78efea..779fd8e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,40 @@ + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Dashbord_queries/inscription_tdb_qries.py b/Dashbord_queries/inscription_tdb_qries.py index 3d7cf7e..fc48d38 100644 --- a/Dashbord_queries/inscription_tdb_qries.py +++ b/Dashbord_queries/inscription_tdb_qries.py @@ -1717,12 +1717,3 @@ def TBD_Inscription_Export_Dashbord_To_Csv(diction): return False, " Impossible d'exporter les données " - -""" -TDB : Nombre d'inscription par session -""" - - -""" -TDB : Nombre d'inscription par formation -""" \ No newline at end of file diff --git a/Ela_Spacy.py b/Ela_Spacy.py index 650fd47..14a8d4b 100644 --- a/Ela_Spacy.py +++ b/Ela_Spacy.py @@ -375,7 +375,7 @@ Aussi, on fait le choix de liberé de ne pas stémiser certain mots''' def Ela_stemmize_search(tab_tokens): try: tab_ret_val = [] - #print(" VERIFICATION SI LE MOT DOIT ETRE STEMISE - Ela_stemmize_search- : " + str(tab_tokens)) + print(" VERIFICATION SI LE MOT DOIT ETRE STEMISE - Ela_stemmize_search- : " + str(tab_tokens)) for mot in tab_tokens: if (mycommon.Word_Not_Stemmize(str(mot))): tab_ret_val.append(unidecode(mot)) @@ -383,7 +383,7 @@ def Ela_stemmize_search(tab_tokens): ''' On fait la correction orthographe avant ''' - #print("AVANT CORRECTION ORTHOGRAHIQUE ="+str(mot)+" ==> APRES = "+unidecode(str(MYSY_GV.spell.correction(mot)))) + print("AVANT CORRECTION ORTHOGRAHIQUE ="+str(mot)+" ==> APRES = "+unidecode(str(MYSY_GV.spell.correction(mot)))) corrected_str = str(MYSY_GV.spell.correction(mot)) @@ -405,7 +405,7 @@ def Ela_stemmize_search(tab_tokens): tab_ret_val.append( unidecode (str(MYSY_GV.stemmer.stem(corrected_str)))) ''' - #print(" STMISATION TAB = "+str(tab_ret_val)) + print(" STMISATION TAB = "+str(tab_ret_val)) return True, tab_ret_val diff --git a/GlobalVariable.py b/GlobalVariable.py index 8d741d4..17c9b7c 100644 --- a/GlobalVariable.py +++ b/GlobalVariable.py @@ -20,9 +20,9 @@ MYSY_ENV = ENV_DATA.MYSY_ENV CLIENT_URL_BASE = "" if (MYSY_ENV == "PROD"): - CONNECTION_STRING = "mongodb://localhost:27017/cherifdb" + CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_fi" client = MongoClient(CONNECTION_STRING) - dbname = client['cherifdb'] + dbname = client['cherifdb_fi'] CLIENT_URL_BASE = 'https://www.mysy-training.com/' MYSY_DEBUG_LEVEL = 0 @@ -39,9 +39,9 @@ if (MYSY_ENV == "PROD"): elif (MYSY_ENV == "DEV"): - CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_dev" + CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_dev_fi" client = MongoClient(CONNECTION_STRING) - dbname = client['cherifdb_dev'] + dbname = client['cherifdb_dev_fi'] CLIENT_URL_BASE = 'http://localhost:3009/' MYSY_DEBUG_LEVEL = 1 @@ -58,9 +58,9 @@ elif (MYSY_ENV == "DEV"): elif (MYSY_ENV == "REC"): - CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_rec" + CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_rec_fi" client = MongoClient(CONNECTION_STRING) - dbname = client['cherifdb_rec'] + dbname = client['cherifdb_rec_fi'] CLIENT_URL_BASE = 'https://dev.mysy-training.com/' MYSY_DEBUG_LEVEL = 1 @@ -76,9 +76,9 @@ elif (MYSY_ENV == "REC"): elif (MYSY_ENV == "DEM"): - CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_demo" + CONNECTION_STRING = "mongodb://localhost:27017/cherifdb_demo_fi" client = MongoClient(CONNECTION_STRING) - dbname = client['cherifdb_demo'] + dbname = client['cherifdb_demo_fi'] CLIENT_URL_BASE = 'https://demo.mysy-training.com/' MYSY_DEBUG_LEVEL = 1 diff --git a/Inscription_mgt.py b/Inscription_mgt.py index 51d7d5c..9b05ee9 100644 --- a/Inscription_mgt.py +++ b/Inscription_mgt.py @@ -80,7 +80,7 @@ def AddStagiairetoClass(diction): 'tuteur2_nom', 'tuteur2_prenom', 'tuteur2_email', 'tuteur2_telephone', 'tuteur2_adresse', 'tuteur2_cp', 'tuteur2_ville', 'tuteur2_pays', 'tuteur2_include_com','date_naissance', 'financeur_rattachement_id', 'tuteur1_civilite', 'tuteur2_civilite', 'quotation_id', - 'facture_client_rattachement_id' + 'facture_client_rattachement_id', 'tab_ue_ids' ] incom_keys = diction.keys() @@ -457,8 +457,7 @@ def AddStagiairetoClass(diction): else: mydata['opco'] = "" - - + mydata['class_id'] = str(is_myclass_valide_data['_id']) mydata['date_update'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") mydata['date_creation'] = datetime.now().strftime("%d/%m/%Y %H:%M:%S") mydata['update_by'] = str(connected_user_id) @@ -568,9 +567,10 @@ def AddStagiairetoClass(diction): qui permet de créer les contenus des collection 'inscription_liste_ue' et peut etre 'inscription_liste_ue_type_eval' Il s'agit du remplissage par defaut ou tout est actif + """ - if ("formation_initiale" in my_partner.keys() and my_partner['formation_initiale'] == "1"): + if ("tab_ue_ids" not in diction.keys() and "formation_initiale" in my_partner.keys() and my_partner['formation_initiale'] == "1" ): local_diction = {} local_diction['token'] = diction['token'] local_diction['inscription_id'] = str(inserted_id) @@ -585,6 +585,24 @@ def AddStagiairetoClass(diction): local_inscription_liste_ue_status, local_inscription_liste_ue_retval) + elif ("tab_ue_ids" in diction.keys() and "formation_initiale" in my_partner.keys() and my_partner['formation_initiale'] == "1" ): + # Ici l'utilisateur a fourni un list d'UE ou il faut inscrire l'apprenant. + # Ceci s'applique lorsque par exemple un apprenant d'inscrit à 1 ou 2 UE sur une formation + local_diction = {} + local_diction['token'] = diction['token'] + local_diction['inscription_id'] = str(inserted_id) + local_diction['class_id'] = str(is_myclass_valide_data['_id']) + local_diction['tab_ue_ids'] = str(diction['tab_ue_ids']) + + print(" ### Init_AcceptAttendeeInscription_For_Initial_Formation 22 local_diction = ",local_diction ) + + local_inscription_liste_ue_status, local_inscription_liste_ue_retval = Init_AcceptAttendeeInscription_For_Initial_Formation( + local_diction) + + print(" local_inscription_liste_ue_status, local_inscription_liste_ue_retval = ", + local_inscription_liste_ue_status, local_inscription_liste_ue_retval) + + """ update du 25/08/23 @@ -676,7 +694,8 @@ def AddStagiairetoClass(diction): new_apprenant_diction['_id'] = str(is_apprenant_existe['_id']) local_apprenant_id = str(is_apprenant_existe['_id']) - + if( "tab_ue_ids" in new_apprenant_diction.keys()): + del new_apprenant_diction['tab_ue_ids'] local_status, local_retval = apprenant_mgt.Update_Apprenant(new_apprenant_diction) if (local_status is False): @@ -687,12 +706,11 @@ def AddStagiairetoClass(diction): new_apprenant_diction = diction champ_to_delete = [ 'class_internal_url', 'session_id', 'inscription_validation_date', 'apprenant_id', 'status', 'modefinancement', 'type_apprenant', 'financeur_rattachement_id', - 'quotation_id', 'facture_client_rattachement_id'] + 'quotation_id', 'facture_client_rattachement_id', 'tab_ue_ids'] for val in champ_to_delete: if( val in new_apprenant_diction.keys()): del new_apprenant_diction[str(val)] - local_status, local_retval = apprenant_mgt.Add_Apprenant(new_apprenant_diction) if (local_status is False): return local_status, local_retval @@ -738,7 +756,7 @@ def AddStagiairetoClass(diction): local_diction['email'] = str(diction['email']) local_diction['inscription_id'] = str(inserted_id) - print(" ### -- local_diction = ", local_diction) + #print(" ### -- local_diction = ", local_diction) local_status, local_retval = AcceptAttendeeInscription(local_diction) if (local_status is False): @@ -750,7 +768,7 @@ def AddStagiairetoClass(diction): seulement dans le cas de la preinscription, car le log de la validation de l'inscription est porté par la fonction 'acceptinscription..." """ - if( diction['status'] == "0"): + if( new_status == "0"): # pour la collection 'inscription' now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) @@ -1305,7 +1323,7 @@ def UpdateStagiairetoClass(diction): local_diction['email'] = str(diction['email']) local_diction['inscription_id'] = str(diction['_id']) - print(" ### -- local_diction = ", local_diction) + #print(" ### -- local_diction = ", local_diction) local_status, local_retval = AcceptAttendeeInscription(local_diction) @@ -5891,7 +5909,7 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): """ Verification de la liste des champs obligatoires """ - field_list_obligatoire = ['token', 'inscription_id', 'class_id'] + field_list_obligatoire = ['token', 'inscription_id', 'class_id', 'tab_ue_ids'] for val in field_list_obligatoire: if val not in diction: mycommon.myprint( @@ -5958,6 +5976,17 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): {"partner_owner_recid": str(my_partner['recid']), 'class_id': str(diction['class_id']), 'inscription_id': str(diction['inscription_id']), }) + my_ue_ids = "" + tab_ue_ids = [] + if ("tab_ue_ids" in diction.keys()): + if diction['tab_ue_ids']: + my_ue_ids = diction['tab_ue_ids'] + tab_ue_ids_work = str(my_ue_ids).split(",") + + for tmp in tab_ue_ids_work: + if (tmp): + tab_ue_ids.append(tmp) + """ Recuperer les UE de la formation """ @@ -5966,6 +5995,7 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): qry = {"partner_owner_recid": str(my_partner['recid']), 'valide': '1', 'locked': '0', '_id': ObjectId(str(diction['class_id']))} + """ Remplissage de la collection : inscription_liste_ue """ @@ -5973,39 +6003,71 @@ def Init_AcceptAttendeeInscription_For_Initial_Formation(diction): if( "list_unite_enseignement" in New_retVal.keys() ): for local_val in New_retVal['list_unite_enseignement'] : - tab_class_ue_id.append(str(local_val['_id'])) + if( "tab_ue_ids" not in diction.keys() ): + tab_class_ue_id.append(str(local_val['_id'])) - new_data = {} - new_data['inscription_id'] = str(diction['inscription_id']) - new_data['class_id'] = str(diction['class_id']) - new_data['class_eu_id'] = str(local_val['_id']) - new_data['date_update'] = str(datetime.now()) - new_data['update_by'] = str(my_partner['_id']) - new_data['partner_owner_recid'] = str(my_partner['recid']) - new_data['valide'] = "1" - new_data['locked'] = "0" + new_data = {} + new_data['inscription_id'] = str(diction['inscription_id']) + new_data['class_id'] = str(diction['class_id']) + new_data['class_eu_id'] = str(local_val['_id']) + new_data['date_update'] = str(datetime.now()) + new_data['update_by'] = str(my_partner['_id']) + new_data['partner_owner_recid'] = str(my_partner['recid']) + new_data['valide'] = "1" + new_data['locked'] = "0" - - key_data = {} - key_data['inscription_id'] = str(diction['inscription_id']) - key_data['class_id'] = str(diction['class_id']) - key_data['class_eu_id'] = str(local_val['_id']) - key_data['valide'] = "1" - key_data['partner_owner_recid'] = str(my_partner['recid']) - + key_data = {} + key_data['inscription_id'] = str(diction['inscription_id']) + key_data['class_id'] = str(diction['class_id']) + key_data['class_eu_id'] = str(local_val['_id']) + key_data['valide'] = "1" + key_data['partner_owner_recid'] = str(my_partner['recid']) - result = MYSY_GV.dbname['inscription_liste_ue'].find_one_and_update( - key_data, - {"$set": new_data}, - upsert=True, - return_document=ReturnDocument.AFTER - ) - if ("_id" not in result.keys()): - mycommon.myprint( - " Impossible de valider l'inscription pour la formation initiale (2) ") - return False, "Impossible de valider l'inscription pour la formation initiale (2) " + result = MYSY_GV.dbname['inscription_liste_ue'].find_one_and_update( + key_data, + {"$set": new_data}, + upsert=True, + return_document=ReturnDocument.AFTER + ) + if ("_id" not in result.keys()): + mycommon.myprint( + " Impossible de valider l'inscription pour la formation initiale (2) ") + return False, "Impossible de valider l'inscription pour la formation initiale (2) " + + elif ("tab_ue_ids" in diction.keys() and str(local_val['_id']) in tab_ue_ids ): + print(" ### traitement inscription PARTIEL UEEE ", str(local_val['_id'])) + + tab_class_ue_id.append(str(local_val['_id'])) + + new_data = {} + new_data['inscription_id'] = str(diction['inscription_id']) + new_data['class_id'] = str(diction['class_id']) + new_data['class_eu_id'] = str(local_val['_id']) + new_data['date_update'] = str(datetime.now()) + new_data['update_by'] = str(my_partner['_id']) + new_data['partner_owner_recid'] = str(my_partner['recid']) + new_data['valide'] = "1" + new_data['locked'] = "0" + + key_data = {} + key_data['inscription_id'] = str(diction['inscription_id']) + key_data['class_id'] = str(diction['class_id']) + key_data['class_eu_id'] = str(local_val['_id']) + key_data['valide'] = "1" + key_data['partner_owner_recid'] = str(my_partner['recid']) + + result = MYSY_GV.dbname['inscription_liste_ue'].find_one_and_update( + key_data, + {"$set": new_data}, + upsert=True, + return_document=ReturnDocument.AFTER + ) + if ("_id" not in result.keys()): + mycommon.myprint( + " Impossible de valider l'inscription pour la formation initiale (2) ") + return False, "Impossible de valider l'inscription pour la formation initiale (2) " """ @@ -6775,12 +6837,18 @@ def AcceptAttendeeInscription(diction): new_apprenant_diction['_id'] = str(is_apprenant_existe['_id']) local_apprenant_id = str(is_apprenant_existe['_id']) + + if ("tab_ue_ids" in new_apprenant_diction.keys()): + del new_apprenant_diction['tab_ue_ids'] + local_status, local_retval = apprenant_mgt.Update_Apprenant(new_apprenant_diction) if (local_status is False): return local_status, local_retval else: # Il faut créer un dossier apprenant + if ("tab_ue_ids" in new_apprenant_diction.keys()): + del new_apprenant_diction['tab_ue_ids'] local_status, local_retval = apprenant_mgt.Add_Apprenant(new_apprenant_diction) if( local_status is False): diff --git a/Job_Cron_Common.py b/Job_Cron_Common.py index d2194af..5670d4b 100644 --- a/Job_Cron_Common.py +++ b/Job_Cron_Common.py @@ -2712,9 +2712,7 @@ def Cron_Qualiopi_Automatic_Traitement_Notification(diction): toaddrs = ",".join(tab_destination_mail) dest_email = toaddrs - print(" ### toaddrs 01010222 = ", dest_email) - - + #print(" ### toaddrs 01010222 = ", dest_email) msg['to'] = dest_email val = smtpserver.send_message(msg) diff --git a/Log/log_file.log b/Log/log_file.log index 059523d..3ef98d4 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -65606,3 +65606,8755 @@ WARNING:werkzeug: * Debugger is active! INFO:werkzeug: * Debugger PIN: 106-697-313 INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\note_evaluation_mgt.py', reloading INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a0316ee349c1e82f4dc3"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3687.999999994645, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a0316ee349c1e82f4dc2"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3718.9999999827705, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a1426d39d20e8ded4cd2"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3171.9999999913853, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a1426d39d20e8ded4cd1"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3171.9999999913853, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:18:32.194Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:18:32.195Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:18:42.196Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:18:42.196Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:18:52.197Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:18:52.197Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:02.198Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:02.198Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:12.198Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:12.198Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:22.200Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:22.200Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:32.201Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:32.201Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:42.202Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:42.202Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:52.203Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:19:52.203Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:02.203Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:02.203Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:12.204Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:12.204Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:22.205Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:22.205Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:32.206Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:32.207Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:42.208Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:42.208Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:52.209Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:20:52.209Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:02.209Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:02.209Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:12.211Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:12.211Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:22.212Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:22.213Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:32.214Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:32.214Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:42.215Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:42.215Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:52.215Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:21:52.216Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:02.215Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:02.216Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:12.216Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:12.218Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:22.218Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:22.219Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:32.218Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:32.220Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:42.219Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:42.221Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:52.220Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:22:52.221Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:02.220Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:02.221Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:12.220Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:12.222Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:22.221Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:22.224Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:32.222Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:32.226Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:42.222Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:42.227Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:52.224Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:23:52.228Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:24:02.225Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 14, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "driverConnectionId": 1, "serverConnectionId": 14, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:24:02.229Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 13, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "driverConnectionId": 1, "serverConnectionId": 13, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a254fde778ac42ca9c8d"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4592.999999993481, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a254fde778ac42ca9c8c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4592.999999993481, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:01.630Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:01.630Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:11.630Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:11.632Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:21.631Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:21.633Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:31.632Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:31.634Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:41.633Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:41.635Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:51.633Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:27:51.635Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:01.635Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:01.636Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:11.635Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:11.637Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:21.636Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:21.638Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:31.637Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:31.638Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:41.639Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:41.639Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:51.639Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:28:51.639Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:01.640Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:01.640Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:11.642Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:11.642Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:21.643Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:21.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:31.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:31.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:41.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:41.646Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:51.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:29:51.647Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:01.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 18, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "driverConnectionId": 1, "serverConnectionId": 18, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:01.647Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 17, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "driverConnectionId": 1, "serverConnectionId": 17, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a45bf4eca997b4879713"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a45bf4eca997b4879712"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:20.508Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:20.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:30.508Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:30.513Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:40.510Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:40.515Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:50.510Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:30:50.516Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:00.511Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:00.516Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:10.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:10.517Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:20.513Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:20.517Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:30.514Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:30.518Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:40.516Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:40.520Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:50.516Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:31:50.521Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:00.518Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 21, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "driverConnectionId": 1, "serverConnectionId": 21, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:00.522Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 22, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "driverConnectionId": 1, "serverConnectionId": 22, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a522c02f54ef95d4481b"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 500.0, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a522c02f54ef95d4481c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:19.398Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:19.401Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:29.398Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:29.401Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:39.400Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:39.403Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:49.402Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:49.404Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:59.404Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:32:59.405Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:09.404Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:09.406Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:19.406Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:19.407Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:29.408Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:29.408Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:39.420Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:39.420Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9969.000000011874, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:49.431Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:49.433Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9967.99999999348, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:59.448Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:33:59.467Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:09.451Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:09.469Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:19.455Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10046.000000002095, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:19.525Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9953.000000008615, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:29.456Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:29.575Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:39.457Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:39.581Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:49.458Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:49.583Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:59.460Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:34:59.583Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:09.460Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:09.585Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:19.462Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:19.585Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:29.462Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:29.586Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:39.463Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:39.587Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:49.465Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:49.589Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:59.468Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:35:59.591Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:36:09.470Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:36:09.592Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:36:19.471Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 26, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "driverConnectionId": 1, "serverConnectionId": 26, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:36:19.592Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 25, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "driverConnectionId": 1, "serverConnectionId": 25, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a59957206fa0926ad3c8"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5092.999999993481, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a59957206fa0926ad3c7"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5062.000000005355, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:36:58.939Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 29, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:36:58.987Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 30, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:08.940Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 29, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:08.988Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 30, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:18.941Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 29, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:18.991Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 30, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:28.942Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 29, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:28.991Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 30, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:38.943Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 29, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "driverConnectionId": 1, "serverConnectionId": 29, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:37:38.993Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 30, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "driverConnectionId": 1, "serverConnectionId": 30, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a6a6061141396bbc3c5e"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 6625.0, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a6a6061141396bbc3c5f"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 6609.99999998603, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a7002e61a94de659f3c1"}, "driverConnectionId": 1, "serverConnectionId": 33, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9937.999999994645, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:38:28.465Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 33, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a7002e61a94de659f3c1"}, "driverConnectionId": 1, "serverConnectionId": 33, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a7002e61a94de659f3c2"}, "driverConnectionId": 1, "serverConnectionId": 34, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:38:28.471Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 34, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a7002e61a94de659f3c2"}, "driverConnectionId": 1, "serverConnectionId": 34, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a7002e61a94de659f3c1"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5062.000000005355, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a7002e61a94de659f3c2"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5062.000000005355, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9921.999999991385, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:27.509Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9953.000000008615, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:27.513Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:37.518Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:37.518Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:47.520Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:47.520Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:57.539Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10032.00000000652, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:40:57.543Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:07.541Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:07.545Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:17.542Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:17.546Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:27.542Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:27.547Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:37.542Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:37.549Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:47.543Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:47.550Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:57.544Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:41:57.552Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:07.545Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:07.552Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:17.546Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:17.553Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:27.546Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:27.555Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:37.547Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:37.555Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:47.547Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:47.557Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:57.549Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9985.000000015134, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:42:57.558Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:07.549Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9985.000000015134, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:07.560Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:17.550Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:17.561Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:27.552Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:27.562Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:37.553Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:37.563Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:47.554Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:47.565Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:57.555Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:43:57.565Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:07.557Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:07.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:17.558Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:17.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9985.000000015134, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:27.560Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:27.569Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:37.561Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:37.570Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:47.561Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:47.572Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:57.562Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:44:57.572Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:07.564Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:07.572Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:17.566Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:17.573Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:27.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:27.574Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:37.569Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:37.576Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:47.569Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:47.576Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:57.571Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 37, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "driverConnectionId": 1, "serverConnectionId": 37, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:45:57.577Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 38, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "driverConnectionId": 1, "serverConnectionId": 38, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3b"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a777c6d5d4fbc8951a3c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 500.0, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:46:30.708Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:46:30.712Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:46:40.710Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:46:40.713Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:46:50.718Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:46:50.725Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9969.000000011874, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:00.727Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:00.734Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10140.999999974156, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:10.882Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10296.000000002095, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:11.023Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:20.883Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10187.999999994645, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:21.212Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:30.885Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:31.212Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:40.885Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:41.213Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:50.886Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:47:51.215Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:00.888Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:01.216Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:10.889Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:11.216Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:20.889Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:21.217Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:30.890Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:31.218Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:40.891Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:41.220Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:50.891Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:48:51.222Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:00.893Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:01.223Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:10.893Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:11.224Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:20.894Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:21.224Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:30.895Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:31.225Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:40.896Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:41.227Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:50.896Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 43, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "driverConnectionId": 1, "serverConnectionId": 43, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:49:51.227Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 41, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "driverConnectionId": 1, "serverConnectionId": 41, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a1"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2546.0000000020955, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a8e25bfe41d33e3d75a2"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3062.999999994645, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "driverConnectionId": 1, "serverConnectionId": 47, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.000000025844, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:51:05.993Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 47, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "driverConnectionId": 1, "serverConnectionId": 47, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "driverConnectionId": 1, "serverConnectionId": 45, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10031.00000001723, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:51:05.997Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 45, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "driverConnectionId": 1, "serverConnectionId": 45, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "driverConnectionId": 1, "serverConnectionId": 47, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:51:15.993Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 47, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "driverConnectionId": 1, "serverConnectionId": 47, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "driverConnectionId": 1, "serverConnectionId": 45, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:51:15.999Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 45, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "driverConnectionId": 1, "serverConnectionId": 45, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "driverConnectionId": 1, "serverConnectionId": 47, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:51:25.995Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 47, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "driverConnectionId": 1, "serverConnectionId": 47, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "driverConnectionId": 1, "serverConnectionId": 45, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:51:26.001Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 45, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "driverConnectionId": 1, "serverConnectionId": 45, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a9d7c9d2744da2957930"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 8593.99999998277, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834a9d7c9d2744da295792f"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 8594.000000011874, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9969.000000011874, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:52:53.550Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:52:53.573Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:03.552Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9937.999999994645, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:03.574Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9889.999999984866, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:13.553Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9905.999999988126, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:13.574Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:23.554Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:23.576Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9922.00000002049, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:33.554Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9953.000000008615, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:33.577Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:43.556Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:43.578Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9985.000000015134, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:53.557Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:53:53.580Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:03.557Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:03.581Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9985.000000015134, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:13.559Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:13.581Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:23.560Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:23.581Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:33.562Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:33.582Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:43.563Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:43.582Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:53.565Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:54:53.584Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:03.567Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:03.586Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:13.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:13.586Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:23.570Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:23.586Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:33.571Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 49, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "driverConnectionId": 1, "serverConnectionId": 49, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:55:33.587Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 51, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "driverConnectionId": 1, "serverConnectionId": 51, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834aa39bfe7daa7413b63ef"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3594.0000000118744, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834aa39bfe7daa7413b63f0"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 3594.0000000118744, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10671.999999991385, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:56:43.434Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 55, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10735.000000015134, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:56:43.398Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 53, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9217.99999999348, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:56:53.399Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 53, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9296.999999991385, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:56:53.435Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 55, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9969.000000011874, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:57:03.400Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 53, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9967.99999999348, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:57:03.435Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 55, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:57:13.401Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 53, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:57:13.435Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 55, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:57:23.405Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 53, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "driverConnectionId": 1, "serverConnectionId": 53, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:57:23.439Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 55, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "driverConnectionId": 1, "serverConnectionId": 55, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-26 19:57:23.499727 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-26 19:57:23.499727 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-26 19:57:23.500756 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-26 19:57:23.504711 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-26 19:57:23.504711 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834ab297bcb98e368520d35"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834ab297bcb98e368520d34"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1062.000000005355, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 11953.999999997905, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:58:50.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 57, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 11937.000000005355, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:58:50.246Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 58, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 8015.999999974156, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:59:00.247Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 58, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 8030.999999988126, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:59:00.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 57, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9952.99999997951, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:59:10.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 57, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:59:10.247Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 58, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:59:20.249Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 58, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "driverConnectionId": 1, "serverConnectionId": 58, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T17:59:20.249Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 57, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "driverConnectionId": 1, "serverConnectionId": 57, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-26 19:59:21.468352 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-26 19:59:21.469270 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-26 19:59:21.469270 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-26 19:59:21.469270 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-26 19:59:21.469270 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834abbc2e1599f1e972f159"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1594.0000000118744, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834abbc2e1599f1e972f158"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1594.0000000118744, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca4"}, "driverConnectionId": 1, "serverConnectionId": 61, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9953.000000008615, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T18:07:01.285Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 61, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca5"}, "driverConnectionId": 1, "serverConnectionId": 63, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9969.000000011874, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T18:07:01.286Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 63, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca4"}, "driverConnectionId": 1, "serverConnectionId": 61, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca5"}, "driverConnectionId": 1, "serverConnectionId": 63, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca4"}, "driverConnectionId": 1, "serverConnectionId": 61, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T18:07:11.285Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 61, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca4"}, "driverConnectionId": 1, "serverConnectionId": 61, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca5"}, "driverConnectionId": 1, "serverConnectionId": 63, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T18:07:11.286Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 63, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca5"}, "driverConnectionId": 1, "serverConnectionId": 63, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-26 20:07:11.691868 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-26 20:07:11.691868 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-26 20:07:11.691868 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-26 20:07:11.691868 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-26 20:07:11.691868 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca4"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 500.0, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834ad9d3936e4b3c3a63ca5"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ae30c258813c496e8a94"}, "driverConnectionId": 1, "serverConnectionId": 65, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9889.999999984866, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T18:09:08.938Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 65, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6834ae30c258813c496e8a95"}, "driverConnectionId": 1, "serverConnectionId": 66, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9905.999999988126, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-26T18:09:08.939Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 66, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ae30c258813c496e8a94"}, "driverConnectionId": 1, "serverConnectionId": 65, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6834ae30c258813c496e8a95"}, "driverConnectionId": 1, "serverConnectionId": 66, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-26 20:09:12.518988 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-26 20:09:12.518988 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-26 20:09:12.518988 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-26 20:09:12.518988 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-26 20:09:12.518988 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834ae30c258813c496e8a94"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4094.0000000118744, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6834ae30c258813c496e8a95"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4094.0000000118744, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9859.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:44:42.802Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:44:42.866Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:44:52.804Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:44:52.868Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:02.805Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:02.869Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:12.807Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:12.869Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:22.808Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:22.870Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:32.810Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:32.871Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:42.810Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 73, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "driverConnectionId": 1, "serverConnectionId": 73, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:45:42.873Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 74, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "driverConnectionId": 1, "serverConnectionId": 74, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ebe625fdfb7f294014dc"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1016.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ebe625fdfb7f294014dd"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1014.9999999557622, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:12.563Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 77, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:12.564Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 78, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:22.565Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 77, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:22.566Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 78, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:32.566Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 77, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:32.567Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 78, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:42.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 78, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:42.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 77, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:52.569Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 77, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:46:52.569Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 78, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "driverConnectionId": 1, "serverConnectionId": 77, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "driverConnectionId": 1, "serverConnectionId": 78, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ec402cacde90741ac80b"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9202.99999997951, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ec402cacde90741ac80a"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9218.99999998277, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:22.596Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 81, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:22.602Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 83, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:32.600Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 81, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:32.603Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 83, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:42.603Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 81, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:42.605Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 83, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:52.612Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 83, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "driverConnectionId": 1, "serverConnectionId": 83, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:47:52.615Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 81, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "driverConnectionId": 1, "serverConnectionId": 81, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ec90897fa9e53ed21363"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5077.999999979511, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ec90897fa9e53ed21364"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5077.999999979511, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "driverConnectionId": 1, "serverConnectionId": 85, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9920.999999972992, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:48:32.020Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 85, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "driverConnectionId": 1, "serverConnectionId": 85, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835eccce39022727822c551"}, "driverConnectionId": 1, "serverConnectionId": 86, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9920.999999972992, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:48:32.021Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 86, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835eccce39022727822c551"}, "driverConnectionId": 1, "serverConnectionId": 86, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "driverConnectionId": 1, "serverConnectionId": 85, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:48:42.021Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 85, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "driverConnectionId": 1, "serverConnectionId": 85, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835eccce39022727822c551"}, "driverConnectionId": 1, "serverConnectionId": 86, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:48:42.023Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 86, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835eccce39022727822c551"}, "driverConnectionId": 1, "serverConnectionId": 86, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "driverConnectionId": 1, "serverConnectionId": 85, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:48:52.022Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 85, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "driverConnectionId": 1, "serverConnectionId": 85, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835eccce39022727822c551"}, "driverConnectionId": 1, "serverConnectionId": 86, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:48:52.023Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 86, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835eccce39022727822c551"}, "driverConnectionId": 1, "serverConnectionId": 86, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835eccbe39022727822c550"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4063.0000000237487, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835eccce39022727822c551"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4079.0000000270084, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "driverConnectionId": 1, "serverConnectionId": 89, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9952.99999997951, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:49:25.939Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 89, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "driverConnectionId": 1, "serverConnectionId": 89, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "driverConnectionId": 1, "serverConnectionId": 91, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9967.99999999348, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:49:25.945Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 91, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "driverConnectionId": 1, "serverConnectionId": 91, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "driverConnectionId": 1, "serverConnectionId": 89, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:49:35.941Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 89, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "driverConnectionId": 1, "serverConnectionId": 89, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "driverConnectionId": 1, "serverConnectionId": 91, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:49:35.946Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 91, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "driverConnectionId": 1, "serverConnectionId": 91, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "driverConnectionId": 1, "serverConnectionId": 89, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:49:45.942Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 89, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "driverConnectionId": 1, "serverConnectionId": 89, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "driverConnectionId": 1, "serverConnectionId": 91, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:49:45.946Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 91, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "driverConnectionId": 1, "serverConnectionId": 91, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ed01ad54546daa0d430c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4093.9999999827705, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ed01ad54546daa0d430b"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4109.99999998603, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:root:2025-05-27 18:50:18.371067 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 18:50:18.371067 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 18:50:18.371067 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 18:50:18.371067 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 18:50:18.371067 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ed3662cc066a45574018"}, "driverConnectionId": 1, "serverConnectionId": 93, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:50:18.796Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 93, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ed3662cc066a45574019"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef0e348c074ce4d1c025"}, "driverConnectionId": 1, "serverConnectionId": 98, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10031.00000001723, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:58:00.861Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 98, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef0e348c074ce4d1c025"}, "driverConnectionId": 1, "serverConnectionId": 98, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef0e348c074ce4d1c026"}, "driverConnectionId": 1, "serverConnectionId": 99, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10031.00000001723, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:58:00.859Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 99, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef0e348c074ce4d1c026"}, "driverConnectionId": 1, "serverConnectionId": 99, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef0e348c074ce4d1c026"}, "driverConnectionId": 1, "serverConnectionId": 99, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:58:10.861Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 99, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef0e348c074ce4d1c026"}, "driverConnectionId": 1, "serverConnectionId": 99, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef0e348c074ce4d1c025"}, "driverConnectionId": 1, "serverConnectionId": 98, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T16:58:10.862Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 98, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef0e348c074ce4d1c025"}, "driverConnectionId": 1, "serverConnectionId": 98, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 18:58:11.853094 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 18:58:11.853094 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 18:58:11.853094 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 18:58:11.853094 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 18:58:11.853094 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ef0e348c074ce4d1c026"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ef0e348c074ce4d1c025"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1516.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:root:2025-05-27 19:00:18.937720 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:00:18.937720 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:00:18.937720 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:00:18.937720 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:00:18.937720 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:23.590Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:23.591Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:00:24.560418 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:00:24.560418 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:00:24.560418 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:00:24.560418 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:00:24.560418 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efa4815094b59fd4c13a"}, "driverConnectionId": 1, "serverConnectionId": 106, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:30.421Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 106, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efa4815094b59fd4c13a"}, "driverConnectionId": 1, "serverConnectionId": 106, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efa4815094b59fd4c13b"}, "driverConnectionId": 1, "serverConnectionId": 107, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10046.999999962281, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:30.673Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 107, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efa4815094b59fd4c13b"}, "driverConnectionId": 1, "serverConnectionId": 107, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:33.590Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:33.592Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efa4815094b59fd4c13a"}, "driverConnectionId": 1, "serverConnectionId": 106, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:40.421Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 106, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efa4815094b59fd4c13a"}, "driverConnectionId": 1, "serverConnectionId": 106, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efa4815094b59fd4c13b"}, "driverConnectionId": 1, "serverConnectionId": 107, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:40.674Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 107, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efa4815094b59fd4c13b"}, "driverConnectionId": 1, "serverConnectionId": 107, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:43.591Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:43.594Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efa4815094b59fd4c13b"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efa4815094b59fd4c13a"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4562.000000034459, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +INFO:root:2025-05-27 19:00:51.363951 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:00:51.363951 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:00:51.363951 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:00:51.363951 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:00:51.363951 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:53.593Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:53.594Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efbfe59f91c458abb3a7"}, "driverConnectionId": 1, "serverConnectionId": 110, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:57.201Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 110, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efbfe59f91c458abb3a7"}, "driverConnectionId": 1, "serverConnectionId": 110, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efbfe59f91c458abb3a6"}, "driverConnectionId": 1, "serverConnectionId": 111, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:00:57.204Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 111, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efbfe59f91c458abb3a6"}, "driverConnectionId": 1, "serverConnectionId": 111, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efbfe59f91c458abb3a7"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2016.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efbfe59f91c458abb3a6"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2016.0000000032596, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:03.594Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:03.595Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:01:05.464425 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:01:05.464425 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:01:05.464425 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:01:05.465424 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:01:05.465424 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efcd813c68dd4c6cce9b"}, "driverConnectionId": 1, "serverConnectionId": 114, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:11.293Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 114, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efcd813c68dd4c6cce9b"}, "driverConnectionId": 1, "serverConnectionId": 114, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efcd813c68dd4c6cce9c"}, "driverConnectionId": 1, "serverConnectionId": 115, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:11.294Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 115, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efcd813c68dd4c6cce9c"}, "driverConnectionId": 1, "serverConnectionId": 115, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efcd813c68dd4c6cce9b"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1015.0000000139698, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efcd813c68dd4c6cce9c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1015.0000000139698, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:13.594Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:13.596Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:01:18.518023 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:01:18.518023 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:01:18.518023 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:01:18.518023 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:01:18.518023 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:23.595Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:23.596Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efda8b856360e90c47c3"}, "driverConnectionId": 1, "serverConnectionId": 118, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:24.353Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 118, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efda8b856360e90c47c3"}, "driverConnectionId": 1, "serverConnectionId": 118, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efda8b856360e90c47c2"}, "driverConnectionId": 1, "serverConnectionId": 119, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:24.353Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 119, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efda8b856360e90c47c2"}, "driverConnectionId": 1, "serverConnectionId": 119, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efda8b856360e90c47c2"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efda8b856360e90c47c3"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:33.596Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:33.596Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:01:36.626211 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:01:36.626211 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:01:36.626211 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:01:36.626211 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:01:36.626211 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efebd1abf608a0e7495c"}, "driverConnectionId": 1, "serverConnectionId": 122, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:41.402Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 122, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efebd1abf608a0e7495c"}, "driverConnectionId": 1, "serverConnectionId": 122, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835efebd1abf608a0e7495d"}, "driverConnectionId": 1, "serverConnectionId": 124, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:41.413Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 124, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835efebd1abf608a0e7495d"}, "driverConnectionId": 1, "serverConnectionId": 124, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efebd1abf608a0e7495c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2032.0000000065193, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835efebd1abf608a0e7495d"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:43.600Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:43.601Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:53.602Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:53.602Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:01:53.791127 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:01:53.791127 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:01:53.791127 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:01:53.791127 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:01:53.791127 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835effdf8c183fe172c0789"}, "driverConnectionId": 1, "serverConnectionId": 126, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:59.020Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 126, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835effdf8c183fe172c0789"}, "driverConnectionId": 1, "serverConnectionId": 126, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835effdf8c183fe172c078a"}, "driverConnectionId": 1, "serverConnectionId": 127, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:01:59.021Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 127, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835effdf8c183fe172c078a"}, "driverConnectionId": 1, "serverConnectionId": 127, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:03.602Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 103, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "driverConnectionId": 1, "serverConnectionId": 103, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:03.602Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 102, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "driverConnectionId": 1, "serverConnectionId": 102, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835effdf8c183fe172c078a"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5579.000000027008, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835effdf8c183fe172c0789"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5579.000000027008, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ef9d7f757447c97b5186"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835ef9d7f757447c97b5185"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2031.0000000172295, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:root:2025-05-27 19:02:16.920207 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:02:16.920207 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:02:16.920207 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:02:16.920207 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:02:16.920207 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f012e3fabaade6e75b9f"}, "driverConnectionId": 1, "serverConnectionId": 130, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:20.400Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 130, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f012e3fabaade6e75b9f"}, "driverConnectionId": 1, "serverConnectionId": 130, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f012e3fabaade6e75ba0"}, "driverConnectionId": 1, "serverConnectionId": 132, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:20.503Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 132, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f012e3fabaade6e75ba0"}, "driverConnectionId": 1, "serverConnectionId": 132, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:02:22.795614 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:02:22.795614 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:02:22.796617 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:02:22.796617 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:02:22.796617 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f01aa0b381f708d5a64d"}, "driverConnectionId": 1, "serverConnectionId": 134, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:28.426Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 134, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f01aa0b381f708d5a64d"}, "driverConnectionId": 1, "serverConnectionId": 134, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f01aa0b381f708d5a64c"}, "driverConnectionId": 1, "serverConnectionId": 135, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:28.429Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 135, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f01aa0b381f708d5a64c"}, "driverConnectionId": 1, "serverConnectionId": 135, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f012e3fabaade6e75b9f"}, "driverConnectionId": 1, "serverConnectionId": 130, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:30.401Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 130, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f012e3fabaade6e75b9f"}, "driverConnectionId": 1, "serverConnectionId": 130, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f012e3fabaade6e75ba0"}, "driverConnectionId": 1, "serverConnectionId": 132, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:30.505Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 132, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f012e3fabaade6e75ba0"}, "driverConnectionId": 1, "serverConnectionId": 132, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f01aa0b381f708d5a64c"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 6062.000000034459, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f01aa0b381f708d5a64d"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 6062.000000034459, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f012e3fabaade6e75b9f"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5063.000000023749, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f012e3fabaade6e75ba0"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5046.999999962281, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0370f0e525ca24f61b0"}, "driverConnectionId": 1, "serverConnectionId": 138, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:57.503Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 138, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0370f0e525ca24f61b0"}, "driverConnectionId": 1, "serverConnectionId": 138, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0370f0e525ca24f61b1"}, "driverConnectionId": 1, "serverConnectionId": 139, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:02:57.504Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 139, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0370f0e525ca24f61b1"}, "driverConnectionId": 1, "serverConnectionId": 139, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:03:01.669183 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:03:01.669183 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:03:01.669183 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:03:01.669183 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:03:01.669183 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0370f0e525ca24f61b1"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4639.999999955762, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0370f0e525ca24f61b0"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4639.999999955762, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:root:2025-05-27 19:03:22.496703 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:03:22.497709 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:03:22.497709 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:03:22.497709 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:03:22.497709 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:24.369Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:24.371Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:03:28.343062 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:03:28.343062 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:03:28.343062 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:03:28.343062 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:03:28.343062 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:34.008Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:34.009Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:34.371Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:34.372Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:44.008Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:44.009Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:44.372Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:44.374Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:54.010Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:54.011Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:54.375Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:03:54.377Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:04.012Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:04.013Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:04.375Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:04.377Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:14.013Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:14.014Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:14.376Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:14.378Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:24.013Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:24.017Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:24.377Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:24.378Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:34.014Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:34.018Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:34.378Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:34.379Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:44.015Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 146, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "driverConnectionId": 1, "serverConnectionId": 146, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:44.020Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 147, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "driverConnectionId": 1, "serverConnectionId": 147, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:44.378Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:44.379Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f05cf1d87332d10154be"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 8579.000000027008, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f05bf1d87332d10154bd"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 8594.000000040978, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:54.380Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:04:54.381Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:04.381Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:04.382Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:05:04.393237 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:05:04.393237 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:05:04.393237 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:05:04.393237 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:05:04.393237 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "driverConnectionId": 1, "serverConnectionId": 151, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:09.121Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 151, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "driverConnectionId": 1, "serverConnectionId": 151, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "driverConnectionId": 1, "serverConnectionId": 150, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:09.122Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 150, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "driverConnectionId": 1, "serverConnectionId": 150, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:14.381Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:14.382Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "driverConnectionId": 1, "serverConnectionId": 151, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:19.122Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 151, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "driverConnectionId": 1, "serverConnectionId": 151, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "driverConnectionId": 1, "serverConnectionId": 150, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:19.125Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 150, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "driverConnectionId": 1, "serverConnectionId": 150, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:24.382Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:24.385Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "driverConnectionId": 1, "serverConnectionId": 151, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:29.126Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 151, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "driverConnectionId": 1, "serverConnectionId": 151, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "driverConnectionId": 1, "serverConnectionId": 150, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:29.127Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 150, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "driverConnectionId": 1, "serverConnectionId": 150, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0bba739a79057ec84d9"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1014.9999999557622, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0bba739a79057ec84d8"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 1014.9999999557622, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:34.386Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:34.387Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:05:39.739982 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:05:39.739982 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:05:39.739982 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:05:39.739982 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:05:39.739982 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:44.386Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:44.388Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0df9e03484fa6f31139"}, "driverConnectionId": 1, "serverConnectionId": 154, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:45.092Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 154, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0df9e03484fa6f31139"}, "driverConnectionId": 1, "serverConnectionId": 154, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0df9e03484fa6f31138"}, "driverConnectionId": 1, "serverConnectionId": 155, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:45.095Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 155, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0df9e03484fa6f31138"}, "driverConnectionId": 1, "serverConnectionId": 155, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:54.388Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:05:54.389Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0df9e03484fa6f31139"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9670.999999972992, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0df9e03484fa6f31138"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9670.999999972992, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +INFO:root:2025-05-27 19:06:01.771321 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:06:01.772323 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:06:01.772323 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:06:01.772323 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:06:01.772323 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:04.388Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:04.389Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:07.335Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 159, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:07.335Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 158, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:14.389Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:14.391Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:17.335Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 159, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:17.335Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 158, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:24.392Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:24.395Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:27.336Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 158, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:27.338Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 159, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:34.393Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:34.395Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:37.337Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 158, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "driverConnectionId": 1, "serverConnectionId": 158, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:37.339Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 159, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "driverConnectionId": 1, "serverConnectionId": 159, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0f509492010fad78c86"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4047.000000020489, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f0f509492010fad78c87"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 4047.000000020489, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:44.402Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10032.00000000652, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:44.419Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:06:52.615166 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:06:52.615166 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:06:52.615166 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:06:52.615166 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:06:52.615166 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:54.404Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:54.419Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "driverConnectionId": 1, "serverConnectionId": 162, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:56.539Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 162, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "driverConnectionId": 1, "serverConnectionId": 162, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "driverConnectionId": 1, "serverConnectionId": 163, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:06:56.621Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 163, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "driverConnectionId": 1, "serverConnectionId": 163, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:04.404Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:04.420Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "driverConnectionId": 1, "serverConnectionId": 162, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:06.543Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 162, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "driverConnectionId": 1, "serverConnectionId": 162, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "driverConnectionId": 1, "serverConnectionId": 163, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:06.625Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 163, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "driverConnectionId": 1, "serverConnectionId": 163, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:14.405Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:14.423Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "driverConnectionId": 1, "serverConnectionId": 162, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:16.543Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 162, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "driverConnectionId": 1, "serverConnectionId": 162, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "driverConnectionId": 1, "serverConnectionId": 163, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:16.626Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 163, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "driverConnectionId": 1, "serverConnectionId": 163, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f126b3cc504934161a05"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 7125.0, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f126b3cc504934161a06"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 7108.99999999674, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:24.409Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:24.424Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Restarting with stat +INFO:root:2025-05-27 19:07:30.556125 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:07:30.556125 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:07:30.556125 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:07:30.556125 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:07:30.556125 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:34.411Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:34.425Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:36.324Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:36.324Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:44.413Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:44.427Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:46.326Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:46.326Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:54.413Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:54.430Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:56.326Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:07:56.331Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:04.416Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:04.432Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:06.327Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:06.333Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:14.416Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:14.435Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:16.328Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:16.333Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:24.418Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:24.437Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:26.328Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:26.334Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:34.419Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:34.438Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:36.329Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:36.334Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:44.420Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:44.438Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:46.331Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:46.336Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:54.424Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:54.439Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:56.332Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:08:56.338Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:04.426Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:04.439Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:06.332Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:06.338Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:14.428Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:14.441Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:16.333Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:16.338Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:24.428Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:24.442Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:26.333Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:26.339Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:34.430Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:34.444Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:36.339Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:36.341Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:44.437Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:44.444Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:46.341Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:46.341Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:54.438Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:54.445Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:56.341Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:09:56.341Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:04.442Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:04.448Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:06.343Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:06.343Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:14.443Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:14.449Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:16.343Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:16.343Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:24.444Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:24.449Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:26.343Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:26.344Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:34.446Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:34.451Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:36.344Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:36.345Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:44.446Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:44.451Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:46.347Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:46.348Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:54.450Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:54.452Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:56.349Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:10:56.350Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:04.452Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:04.454Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:06.357Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:06.358Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:14.455Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:14.455Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:16.359Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:16.360Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:24.456Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:24.456Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:26.359Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:26.360Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:34.457Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:34.458Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:36.361Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:36.361Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:44.458Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:44.461Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:46.361Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 166, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "driverConnectionId": 1, "serverConnectionId": 166, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:46.362Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 167, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "driverConnectionId": 1, "serverConnectionId": 167, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f14e4aaa0153123a11ff"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 6593.9999999827705, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f14e4aaa0153123a11fe"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 6593.9999999827705, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:werkzeug: * Restarting with stat +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:54.462Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:11:54.463Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:11:59.580518 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-27 19:11:59.580518 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-27 19:11:59.581540 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-27 19:11:59.581540 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-27 19:11:59.581540 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 542-089-889 +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:04.463Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:04.464Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:05.136Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:05.137Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:14.464Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:14.464Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:15.136Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:15.139Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:24.465Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:24.467Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:25.139Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:25.139Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:34.467Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:34.469Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:35.140Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:35.141Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:44.469Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:44.470Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:45.141Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:45.141Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:54.470Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:54.471Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:55.142Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:12:55.143Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:04.473Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:04.476Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:05.146Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:05.146Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:14.475Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:14.478Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:15.146Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:15.150Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:24.477Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:24.479Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:25.149Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:25.150Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:34.478Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:34.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:35.150Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:35.152Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:44.479Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:44.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:45.152Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:45.154Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:54.479Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:54.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:55.154Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:13:55.155Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:04.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:04.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:05.155Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:05.156Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:14.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:14.482Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:15.156Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:15.158Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:24.483Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:24.485Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:25.158Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:25.160Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:34.487Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:34.487Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:35.161Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:35.162Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:44.489Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:44.493Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:45.161Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:45.162Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:54.490Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:54.495Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:55.174Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:14:55.175Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:04.491Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:04.496Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:05.175Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:05.177Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:14.492Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:14.496Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:15.175Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:15.178Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:24.493Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:24.496Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:25.176Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:25.179Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:34.494Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:34.499Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:35.176Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:35.179Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:44.497Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:44.501Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:45.178Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:45.181Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:54.498Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:54.504Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:55.179Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:15:55.181Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:04.499Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:04.505Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:05.190Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:05.191Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:14.500Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:14.506Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:15.191Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:15.192Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:24.502Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:24.507Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:25.192Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:25.192Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:34.506Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:34.508Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:35.193Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:35.193Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:44.509Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:44.509Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:45.194Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:45.202Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:54.509Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:54.510Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:55.196Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:16:55.205Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:04.511Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:04.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:05.197Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:05.207Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:14.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:14.514Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:15.202Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:15.208Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:24.513Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:24.515Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:25.204Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:25.210Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:34.513Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:34.516Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:35.209Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:35.210Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:44.515Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:44.519Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:45.211Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:45.212Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:54.519Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:54.519Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:55.214Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:17:55.216Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:04.520Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:04.521Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:05.217Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:05.221Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:14.521Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:14.524Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:15.220Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:15.224Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:24.524Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:24.526Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:25.222Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:25.224Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:34.528Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:34.528Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:35.222Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:35.226Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:44.529Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:44.530Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:45.225Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:45.229Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:54.530Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:54.531Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:55.227Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:18:55.232Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:04.531Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:04.533Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:05.229Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:05.236Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:14.532Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:14.534Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:15.231Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:15.238Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:24.532Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:24.535Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:25.232Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:25.238Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:34.532Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:34.535Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:35.235Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:35.238Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:44.534Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:44.540Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:45.236Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:45.239Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:54.536Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:54.542Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:55.240Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:19:55.240Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:04.537Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:04.543Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:05.241Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:05.241Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:14.541Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:14.545Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:15.243Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:15.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:24.545Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:24.546Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:25.243Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:25.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:34.562Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:34.563Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:35.243Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:35.245Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:44.563Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:44.563Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:45.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:45.246Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:54.570Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:54.570Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:55.244Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:20:55.246Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:04.574Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:04.575Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:05.246Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:05.247Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:14.576Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:14.576Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:15.248Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:15.248Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:24.577Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:24.577Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:25.248Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:25.248Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:34.582Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:34.584Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:35.250Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:35.250Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:44.588Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:44.588Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:45.252Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:45.252Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:54.592Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:54.593Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:55.252Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:21:55.253Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:04.594Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:04.595Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:05.252Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:05.254Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:14.594Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:14.595Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:15.254Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:15.255Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:24.596Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:24.598Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:25.255Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:25.255Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:34.600Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:34.610Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:35.256Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:35.256Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:44.602Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:44.611Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:45.256Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:45.258Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:54.604Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:54.613Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:55.277Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:22:55.277Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:04.604Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:04.613Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:05.279Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:05.280Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:14.609Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:14.614Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:15.281Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:15.282Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:24.611Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:24.616Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:25.282Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:25.284Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:34.612Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:34.618Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:35.295Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:35.295Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:44.614Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:44.620Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:45.296Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:45.296Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:54.615Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:54.622Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:55.297Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:23:55.297Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:04.616Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:04.622Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:05.299Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:05.299Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:14.618Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:14.624Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:15.299Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:15.300Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:24.621Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:24.626Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:25.309Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:25.314Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:34.621Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:34.626Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:35.314Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:35.316Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:44.625Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:44.630Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:45.315Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:45.317Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:54.630Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:54.632Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:55.316Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:24:55.317Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:04.631Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:04.632Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:05.319Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:05.320Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:14.632Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:14.632Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:15.321Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:15.321Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:24.633Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:24.633Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:25.322Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:25.323Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:34.633Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:34.634Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:35.323Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:35.324Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:44.634Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:44.634Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:45.325Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:45.326Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:54.636Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:54.638Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:55.327Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:25:55.327Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:04.640Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:04.642Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:05.328Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:05.330Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:14.643Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:14.643Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:15.331Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:15.331Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:24.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:24.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:25.335Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:25.335Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:34.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:34.645Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:35.336Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:35.337Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:44.645Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:44.645Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:45.340Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:45.341Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:54.646Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:54.646Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:55.345Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:26:55.347Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:04.648Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:04.648Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:05.349Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:05.349Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:14.650Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:14.650Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:15.349Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:15.350Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:24.650Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:24.650Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:25.350Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:25.352Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:34.651Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:34.651Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:35.353Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:35.354Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:44.652Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:44.652Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:45.355Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:45.355Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:54.653Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:54.653Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:55.356Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:27:55.356Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:04.653Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:04.653Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:05.358Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:05.358Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:14.653Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:14.653Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:15.359Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:15.361Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:24.654Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:24.654Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:25.360Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:25.362Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:34.656Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:34.656Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:35.361Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:35.362Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:44.658Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:44.662Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:45.364Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:45.365Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:54.665Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:54.667Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:55.368Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:28:55.368Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:04.667Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:04.668Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:05.369Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:05.371Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:14.670Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:14.671Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:15.374Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:15.375Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:24.672Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:24.672Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:25.375Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:25.377Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:34.675Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:34.676Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:35.377Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:35.379Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:44.678Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:44.680Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:45.380Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:45.381Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:54.679Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:54.684Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:55.380Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:29:55.381Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:04.680Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:04.686Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:05.382Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:05.383Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:14.681Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:14.686Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10030.999999959022, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:15.406Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10030.999999959022, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:15.406Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:24.682Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:24.688Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:25.411Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:25.411Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:34.686Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:34.690Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:35.413Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:35.413Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:44.686Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:44.691Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:45.414Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:45.416Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:54.686Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:54.692Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:55.417Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:30:55.417Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:04.687Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:04.693Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:05.417Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:05.418Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:14.688Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:14.694Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:15.418Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:15.419Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:24.689Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:24.695Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:25.420Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:25.421Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:34.690Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:34.696Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:35.421Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:35.422Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:44.691Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:44.696Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:45.424Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:45.424Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:54.691Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:54.697Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:55.424Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:31:55.424Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:04.691Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:04.698Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:05.426Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:05.427Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:14.692Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:14.698Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:15.429Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:15.431Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:24.693Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:24.701Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:25.434Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:25.434Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:34.693Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:34.702Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:35.435Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:35.436Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:44.695Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:44.704Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:45.436Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:45.437Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:54.697Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:54.707Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:55.438Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:32:55.439Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:04.698Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:04.709Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:05.439Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:05.439Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:14.700Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:14.711Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:15.441Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:15.442Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:24.700Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:24.711Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:25.443Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:25.445Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:34.701Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:34.713Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:35.444Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:35.446Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:44.702Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:44.714Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:45.444Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:45.447Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:54.704Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:54.715Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:55.446Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:33:55.449Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:04.704Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:04.716Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:05.447Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:05.450Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:14.705Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:14.717Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:15.448Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:15.452Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:24.709Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:24.719Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:25.449Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:25.453Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:34.711Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:34.721Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:35.450Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:35.455Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:44.712Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:44.724Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:45.452Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:45.456Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:54.716Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:54.728Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:55.454Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:34:55.459Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:04.716Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:04.730Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:05.456Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:05.460Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:14.718Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:14.731Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:15.458Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:15.463Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:24.720Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:24.734Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:25.459Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:25.464Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:35:28.552589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:35:28] "GET /test_return HTTP/1.1" 404 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:34.721Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:34.735Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:35.464Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:35.466Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:44.722Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:44.740Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:45.466Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:45.468Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:54.727Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:54.741Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:55.468Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:35:55.470Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:04.727Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:04.742Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:05.471Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:05.472Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:14.728Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:14.743Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:15.474Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:15.477Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:24.729Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:24.743Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:25.475Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:25.478Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:34.731Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:34.747Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:35.477Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:35.478Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:44.731Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:44.748Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:45.479Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:45.479Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:36:50.617490 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:36:50] "GET /myclass/api/test_return HTTP/1.1" 308 - +INFO:root:2025-05-27 19:36:50.622477 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:36:50] "GET /myclass/api/test_return/ HTTP/1.1" 200 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:54.733Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:54.751Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:55.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:36:55.480Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:04.734Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:04.753Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9984.99999998603, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:05.481Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:05.481Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:14.734Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:14.754Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:15.483Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:15.483Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:24.735Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:24.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:25.488Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:25.489Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:34.736Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:34.756Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:35.490Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:35.490Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:44.737Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:44.759Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:45.490Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:45.492Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:54.739Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:54.761Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:55.492Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:37:55.493Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:04.740Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:04.763Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:05.492Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:05.494Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:14.742Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:14.763Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:15.493Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:15.495Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:24.744Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:24.765Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:25.495Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:25.496Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:34.746Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:34.767Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:35.495Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:35.496Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:44.747Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:44.768Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:45.497Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:45.497Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:54.748Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:54.769Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:55.499Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:38:55.499Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:04.750Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:04.771Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:05.500Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:05.501Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:14.751Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:14.772Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:15.503Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:15.503Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:24.752Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:24.773Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:25.504Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:25.509Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:34.752Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:34.773Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:35.506Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:35.510Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:44.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:44.775Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:45.507Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:45.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:54.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:54.776Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:55.508Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:39:55.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:04.757Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:04.777Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:05.509Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:05.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:14.758Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:14.779Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:15.512Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:15.513Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:24.761Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:24.781Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:25.514Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:25.514Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:34.764Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:34.784Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:35.519Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:35.519Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:44.778Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10031.00000001723, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:44.814Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:45.529Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:45.530Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:54.790Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:54.835Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:55.537Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:40:55.539Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:04.801Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:04.849Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:05.541Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:05.542Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:14.805Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:14.865Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:15.544Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:15.545Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:24.810Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:24.874Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:25.552Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:25.558Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:34.812Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:34.889Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:35.562Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:35.568Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:44.815Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:44.897Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:45.571Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:45.576Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:54.815Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:54.908Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:55.577Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:41:55.583Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:04.821Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:04.911Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:05.588Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:05.591Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:14.824Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:14.914Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:15.591Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:15.591Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:24.826Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:24.916Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:25.599Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:25.599Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:34.828Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:34.918Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:35.606Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:35.608Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:44.830Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:44.919Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:45.609Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:45.609Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:54.830Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:54.920Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:55.610Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:42:55.610Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:04.832Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:04.921Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:05.611Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:05.611Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:14.834Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:14.924Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:15.612Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:15.612Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:24.834Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:24.925Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:25.613Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:25.613Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:34.836Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:34.926Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:35.614Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:35.614Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:44.836Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:44.926Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:45.615Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:45.615Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:54.838Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:54.927Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:55.617Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:43:55.617Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:04.839Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:04.928Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:05.619Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:05.619Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:14.841Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:14.932Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:15.621Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:15.621Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:24.847Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:24.938Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:25.621Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:25.623Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:34.847Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:34.941Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:35.624Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:35.626Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:44.852Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:44.944Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:45.625Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:45.629Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:54.852Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:54.945Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:55.628Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:44:55.631Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:04.853Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:04.947Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:05.629Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:05.634Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:14.855Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:14.949Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:15.630Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:15.635Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:24.855Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:24.950Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:25.631Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:25.638Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:34.857Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:34.950Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:35.639Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:35.644Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:44.857Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:44.951Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:45.647Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:45.649Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:54.858Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:54.952Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:55.649Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:45:55.651Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:04.858Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:04.954Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:05.652Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:05.655Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:14.860Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:14.956Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:15.655Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:15.659Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:24.862Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:24.957Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:25.658Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:25.660Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:34.862Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:34.957Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:35.660Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:35.662Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:44.862Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:44.958Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:45.661Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:45.662Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:54.865Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:54.960Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:55.662Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:46:55.663Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:04.867Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:04.960Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:05.662Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:05.664Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:14.868Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:14.961Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:15.664Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:15.666Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:24.870Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:24.963Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:25.665Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:25.667Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:34.873Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:34.965Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10031.00000001723, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:35.699Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10047.00000002049, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:35.702Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:44.877Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:44.967Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:45.709Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:45.709Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:54.884Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:54.969Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:55.710Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:47:55.710Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:04.884Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:04.971Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:05.710Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:05.710Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:14.885Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:14.971Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:15.712Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:15.712Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:24.895Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:24.973Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:25.712Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:25.712Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:34.897Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:34.973Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:35.714Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:35.714Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:44.898Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:44.973Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:45.715Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:45.715Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:54.900Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:54.974Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 9983.99999999674, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:55.715Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:48:55.715Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:04.902Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:04.977Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:05.717Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:05.717Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:14.903Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:14.982Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:15.730Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:15.730Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:24.904Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:24.983Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:25.733Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:25.733Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:34.905Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:34.983Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:35.734Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:35.735Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:44.905Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:45.006Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:45.735Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:45.736Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:54.907Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:55.007Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:55.737Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:49:55.738Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:04.910Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:05.009Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:05.739Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:05.739Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:14.912Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:15.009Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:15.743Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:15.743Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:24.913Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:25.011Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:25.746Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:25.746Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:34.917Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:35.014Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:35.749Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:35.749Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:44.920Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:45.017Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:45.749Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:45.750Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:54.920Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:55.018Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:55.752Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:50:55.752Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:04.922Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:05.019Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:05.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:05.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:14.923Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:15.021Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:15.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:15.755Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:24.926Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:25.024Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:25.757Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:25.757Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:51:31.951167 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection created", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection ready", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.030999999959021807} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.045999999972991645} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partnair_account\", \"pipeline\": [{\"$match\": {\"email\": \"mysytraining+dev@gmail.com\", \"pwd\": \"JvMysedrBsDMy01!+\", \"locked\": \"1\", \"active\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 114.271, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partnair_account\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partnair_account\", \"pipeline\": [{\"$match\": {\"email\": \"mysytraining+dev@gmail.com\", \"pwd\": \"JvMysedrBsDMy01!+\", \"locked\": \"0\", \"active\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 10.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partnair_account\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"email\": \"mysytraining+dev@gmail.com\", \"pwd\": \"JvMysedrBsDMy01!+\", \"locked\": \"0\", \"active\": \"1\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.987, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2024-12-15 11:08:05.173096\", \"token\": \"DkzAZVLLzANQ1LHnRRTK4O4VYRnP1IfKXA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "", "operation": "update", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "", "operation": "update", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"update\": \"partner_token\", \"ordered\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\", \"updates\": [{\"q\": {\"valide\": \"1\", \"partner_account_id\": \"65f04934549224c14c3f6039\"}, \"u\": {\"$set\": {\"valide\": \"0\", \"end_date\": \"2025-05-27 19:51:32.157604\", \"date_update\": \"2025-05-27 19:51:32.157604\"}}, \"multi\": true}]}", "commandName": "update", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 79.419, "reply": "{\"n\": 1, \"nModified\": 1, \"ok\": 1.0}", "commandName": "update", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "", "operation": "insert", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "", "operation": "insert", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"insert\": \"partner_token\", \"ordered\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\", \"documents\": [{\"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\", \"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}}]}", "commandName": "insert", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 15.998999999999999, "reply": "{\"n\": 1, \"ok\": 1.0}", "commandName": "insert", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "", "operation": "findAndModify", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "", "operation": "findAndModify", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"findAndModify\": \"partnair_account\", \"query\": {\"email\": \"mysytraining+dev@gmail.com\", \"pwd\": \"JvMysedrBsDMy01!+\", \"active\": \"1\", \"locked\": \"0\"}, \"new\": true, \"update\": {\"$set\": {\"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\"}}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "findAndModify", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"lastErrorObject\": {\"n\": 1, \"updatedExisting\": true}, \"value\": {\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\"...", "commandName": "findAndModify", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"user_access_right\", \"filter\": {\"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"user_id\": \"65f04945549224c14c3f605d\"}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 15.037999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"674053100e4e3bb352149727\"}, \"module_name\": \"article_avis\", \"user_id\": \"65f04945549224c14c3f605d\", \"date_update\": \"2024-10-13 12:43:31.672599\", \"locked\": \"0\", \"module\": \"article_avis\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"read\": true, \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"write\": true}, {\"_id\": {\"$oid\": \"670b9d4d864b06615ca0e819\"}, \"module_name\": \"historique\", \"user_id\": \"65f04945549224c14c3f605d\", \"date_update\": \"2024-10-13 12:43:31.672599\", \"locked\": \"0\", \"module\": \"historique\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"read\": true, \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}, {\"_id\": {\"$oid\": \"6648828da5d7c6fb1bcdba8d\"}, \"module_name\": \"note_evaluation\", \"user_id\": \"65f04945549224c14c3f605d\", \"date_update\": \"2024-10-13 12:43:31.671598\", \"locked\": \"0\", \"module\": \"note_evaluation\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:51:32.359073 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.506, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"config_name\": \"partner_jour_heure\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be0e\"}, \"config_name\": \"partner_jour_heure\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"config_name\": \"partner_devise\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be0f\"}, \"config_name\": \"partner_devise\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"myclass\", \"filter\": {\"$and\": [{\"valide\": \"1\"}, {\"locked\": \"0\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}]}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 79.637, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66def22a19f54d3436deac0f\"}, \"external_code\": \"FI-SOL_V2\", \"class_level\": \"3\", \"condition_handicape\": \"

Condition handicap

\", \"cpf\": \"1\", \"description\": \"

Ce métier revêt une importance capitale au sein du réseau de services ferroviaires, assurant que les trains soient méticuleusement préparés et conformes aux normes requises avant leur mise en circulation. La désignation de cette fonction peut différer d'une entreprise à l'autre, se déclinant sous divers intitulés tels qu'opérateur de production fret, agent de sécurité au sol, agent de sol, technicien vérificateur, expert en reconnaissance de matériel, responsable de la production opérationnelle ou encore correspondant de sécurité. Les professionnels occupant ce poste, qu'ils soient hommes ou femmes, se doivent de réaliser un éventail d'op&e...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"3\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.023, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af224d70cf1f6fce95e2d\"}, \"code\": \"3\", \"description\": \"CAP, CAPA, CTM, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-398\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"6\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0219999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af291d70cf1f6fce95e30\"}, \"code\": \"6\", \"description\": \"Licence, Licence PRO, BUT, DNA, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"mysy-licence-informatique-502_dup_e\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.506, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.01, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"6\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af291d70cf1f6fce95e30\"}, \"code\": \"6\", \"description\": \"Licence, Licence PRO, BUT, DNA, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"mysy-licence-informatique-502\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.012, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.983, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"technicien-vendeur-conseil-921\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.016, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.985, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"assistant-d-administration-et-de-communication-commerciale-da6\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"3\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af224d70cf1f6fce95e2d\"}, \"code\": \"3\", \"description\": \"CAP, CAPA, CTM, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"conduire-un-projet-af4\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.008, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 7}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 292, "operationId": 292, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.992, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 292, "operationId": 292, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12382, "operationId": 12382, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12382, "operationId": 12382, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17421, "operationId": 17421, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17421, "operationId": 17421, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18716, "operationId": 18716, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18716, "operationId": 18716, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19718, "operationId": 19718, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19718, "operationId": 19718, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19895, "operationId": 19895, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19895, "operationId": 19895, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5447, "operationId": 5447, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.016, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5447, "operationId": 5447, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"preparateur-de-commande-en-entreprot-dbc\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21726, "operationId": 21726, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.021, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21726, "operationId": 21726, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14771, "operationId": 14771, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.962, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14771, "operationId": 14771, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"engin-de-chantier-caces-r482-ff6\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11538, "operationId": 11538, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11538, "operationId": 11538, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1869, "operationId": 1869, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1869, "operationId": 1869, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19912, "operationId": 19912, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19912, "operationId": 19912, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25667, "operationId": 25667, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25667, "operationId": 25667, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-olfactotherapie-f42\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26299, "operationId": 26299, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26299, "operationId": 26299, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17035, "operationId": 17035, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17035, "operationId": 17035, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9894, "operationId": 9894, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9894, "operationId": 9894, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:51:32.669523 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:32.674268 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:32.675278 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection created", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +INFO:root:2025-05-27 19:51:32.691789 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:51:32.692788 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection created", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 12.51, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection ready", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.015000000013969839} +DEBUG:pymongo.connection:{"message": "Connection created", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection ready", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection created", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection ready", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.01600000000325963} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"image_ch\", \"filter\": {\"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"type\": \"profil\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.1800000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.4, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.085, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"active\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_domaine\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"activite\", \"filter\": {\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"employee_assigned_to_id\": \"65f04945549224c14c3f605d\", \"status\": \"0\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 9.96, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"661677ee5b6d35797cc8d48e\"}, \"class_external_code\": \"FI-SOL\", \"locked\": \"0\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"date_update\": \"2024-09-09 14:50:44.037237\", \"img\": {\"$binary\": {\"base64\": \"aVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQU1nQUFBRElDQUlBQUFBaU9qbkpBQUFpWkhwVVdIUlNZWGNnY0hKdlptbHNaU0IwZVhCbElHVjRhV1lBQUhqYXBadHBkaDA1Y29YL1l4VmVBdVpoT1JqUDhRNjhmSDhYbWFRb2llenF0a3NsOGZFTm1RQWk0ZzRCUExQLzU3K1ArUy8rcTdGVkUxT3B1ZVZzK1MrMjJIem5RYlhQZi8zKzYyeTgvOTcvNXNkcjd2Zm56ZWNMbnFjQ1A4UHphODN2K3orZWQ1OFhlSDUwSHFVdkY2cnpmV0g4L2tLTDcvWHJIeGZ5ejQrZ0VlbnhlaS9VM2dzRi83emczZ3YwWjFvMnQxcStUbUhzNStmNytXY1orR3YwajUvdjI5NDMvL2w3TEt6ZVN0d25lTCtEQzVaL1EvRFBBSUwrUmhNNkR5TC82bVVHekJ2MFRPSGZFT3A3TVJia3UzWDYvSzh4b3FPaHhtL2Y5RnRVUGgrNTc1ODNmMFlyK3ZjdDRZOUZ6cDgvdjMzZXVQVEhDK0h6UHY3cm5XTjlIL25mbjkvUm5XZEVmNnkrL3A2ejZybHpaaFk5WnBZNnY1UDZtTXA5eFBzR3Q5Q3RxMkZvMlJiK0ppNVI3cC9HbjBwV1QxSmgyV2tIZjZacnpoT1A0NkpicnJ2ajl2MDUzV1NJMFcvakN3KzhuejdjSjJzb...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.296, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66393ad2e120588471f9955f\"}, \"code\": \"FR_DOM16u\", \"nom\": \"S\u00e9curit\u00e9, environnementsss\", \"description\": \"S\u00e9curit\u00e9, environnement\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\", \"date_update\": \"2024-09-03 11:32:42.173075\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"66393ad2e120588471f9955e\"}, \"code\": \"FR_DOM15\", \"nom\": \"Sciences, \u00e9lectronique, m\u00e9canique, microtechnique & informatique\", \"description\": \"Sciences, \u00e9lectronique, m\u00e9canique, microtechnique & informatique\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\"}, {\"_id\": {\"$oid\": \"66393ad2e120588471f9955d\"}, \"code\": \"FR_DOM14\", \"nom\": \"Sant\u00e9 et social\", \"description\": \"Sant\u00e9 et social\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\",...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.778, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66db5d977ea2a39817aeaebc\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"employee_assigned_to_id\": \"65f04945549224c14c3f605d\", \"description\": \"ddd\", \"detail\": \"sdsqdsq\", \"deadline\": \"13/09/2024\", \"status\": \"0\", \"type\": \"email\", \"related_collection\": \"partnair_account\", \"related_collection_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-09-06 21:52:55.076468\", \"created_by\": \"6617f968847f325c4b83990d\", \"recid\": \"a8e3622b1ebc77b4cfd68591ee4f434797b2b201f7a1dceec9\"}, {\"_id\": {\"$oid\": \"66df153bcba53af4916d2274\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"employee_assigned_to_id\": \"65f04945549224c14c3f605d\", \"description\": \"sqdqs\", \"detail\": \"qsds\", \"deadline\": \"08/09/2024\", \"status\": \"0\", \"type\": \"meeting\", \"related_collection\": \"partnair_account\", \"related_collection_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"activite\", \"pipeline\": [{\"$match\": {\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"employee_assigned_to_id\": \"65f04945549224c14c3f605d\", \"status\": \"0\", \"locked\": \"0\", \"employee_assigned_view_statut\": {\"$ne\": \"1\"}}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection ready", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.03200000000651926} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.48, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.368, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.368, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.activite\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.304, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.304, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"active\": \"1\", \"locked\": \"0\", \"is_partner_admin_account\": \"1\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"pack\", \"filter\": {\"code_pack\": \"gold\", \"valide\": \"1\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.259017\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "", "operation": "findAndModify", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "", "operation": "findAndModify", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"findAndModify\": \"partnair_account\", \"query\": {\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"active\": \"1\", \"locked\": \"0\"}, \"new\": true, \"update\": {\"$set\": {\"firstconnexion\": \"0\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\"}}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "findAndModify", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"62f0e385ba6718e1245a9b7f\"}, \"code_pack\": \"gold\", \"designation\": \"gold\", \"descritption\": \"gold\", \"prix_ht\": \"550\", \"valide\": \"1\", \"nb_formation\": \"999\", \"ranking\": \"30\", \"lms_account\": \"1\"}], \"ns\": \"cherifdb_dev.pack\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"lastErrorObject\": {\"n\": 1, \"updatedExisting\": true}, \"value\": {\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\"...", "commandName": "findAndModify", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:32.732294 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_metier\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.485, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"663a457d1400dc29bf6960e0\"}, \"code\": \"testMET01\", \"nom\": \"test metier\", \"class_domaine_id\": \"66393ad2e120588471f99551\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-05-07 17:15:09.116043\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, {\"_id\": {\"$oid\": \"663a12d110d1c222970e67ae\"}, \"code\": \"AgrMetier02\", \"nom\": \"Agr Metier 02\", \"class_domaine_id\": \"66393ad2e120588471f99550\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-05-07 13:38:57.540742\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, {\"_id\": {\"$oid\": \"663a12c110d1c222970e67ad\"}, \"code\": \"agri_met01\", \"nom\": \"Agr Metier 01\", \"class_domaine_id\": \"66393ad2e120588471f99550\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-05-07 13:38:41.746449\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd82271...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_domaine\", \"filter\": {\"_id\": {\"$oid\": \"66393ad2e120588471f99551\"}, \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66393ad2e120588471f99551\"}, \"code\": \"FR_DOM02\", \"nom\": \"Arts & culture\", \"description\": \"Arts & culture\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\"}], \"ns\": \"cherifdb_dev.class_domaine\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_domaine\", \"filter\": {\"_id\": {\"$oid\": \"66393ad2e120588471f99550\"}, \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66393ad2e120588471f99550\"}, \"code\": \"FR_DOM01\", \"nom\": \"Agriculture & Agroalimentaire\", \"description\": \"Agriculture & Agroalimentaire\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\"}], \"ns\": \"cherifdb_dev.class_domaine\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_domaine\", \"filter\": {\"_id\": {\"$oid\": \"66393ad2e120588471f99550\"}, \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66393ad2e120588471f99550\"}, \"code\": \"FR_DOM01\", \"nom\": \"Agriculture & Agroalimentaire\", \"description\": \"Agriculture & Agroalimentaire\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\"}], \"ns\": \"cherifdb_dev.class_domaine\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_domaine\", \"filter\": {\"_id\": {\"$oid\": \"66393ad2e120588471f99559\"}, \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66393ad2e120588471f99559\"}, \"code\": \"FR_DOM10\", \"nom\": \"Information, Communication\", \"description\": \"Information, Communication\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\"}], \"ns\": \"cherifdb_dev.class_domaine\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:51:32.823536 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.027, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.113, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.888, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.954, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_categorie\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.045, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"663a45601400dc29bf6960df\"}, \"code\": \"TTAICHA\", \"nom\": \"Test Achat u\", \"class_domaine_id\": \"66393ad2e120588471f99556\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-05-07 17:14:48.897052\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, {\"_id\": {\"$oid\": \"66393e0ae120588471f99566\"}, \"code\": \"FR_CAT04\", \"nom\": \"Categorie 04\", \"description\": \"Categorie 04\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\", \"class_domaine_id\": \"66393ad2e120588471f99550\", \"date_update\": \"2024-05-07 16:30:05.283752\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"66393e0ae120588471f99565\"}, \"code\": \"FR_CAT03\", \"nom\": \"Categorie 03\", \"description\": \"Categorie 03\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"priorite\": \"1\", \"class_domaine_id\": ...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:32] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:51:33.024066 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:51:33.027067 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.01600000000325963} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9980000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0309999999999997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9700000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.01600000000325963} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_specific_fields\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"related_collection\": \"myclass\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6618e2f87e71f0fa87a6e9dc\"}, \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-04-12 09:39:09.713935\", \"related_collection\": \"myclass\", \"field_type\": \"string\", \"is_mandatory\": \"0\", \"is_public\": \"1\", \"field_label\": \"Version Catalogue\", \"field_name\": \"my_campusfer1\", \"is_displayed\": \"1\"}], \"ns\": \"cherifdb_dev.base_specific_fields\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9970000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"config_name\": \"partner_jour_heure\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be0e\"}, \"config_name\": \"partner_jour_heure\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"config_name\": \"partner_devise\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be0f\"}, \"config_name\": \"partner_devise\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"myclass\", \"filter\": {\"$and\": [{\"valide\": \"1\"}, {\"locked\": \"0\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}]}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 8.005999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66def22a19f54d3436deac0f\"}, \"external_code\": \"FI-SOL_V2\", \"class_level\": \"3\", \"condition_handicape\": \"

Condition handicap

\", \"cpf\": \"1\", \"description\": \"

Ce métier revêt une importance capitale au sein du réseau de services ferroviaires, assurant que les trains soient méticuleusement préparés et conformes aux normes requises avant leur mise en circulation. La désignation de cette fonction peut différer d'une entreprise à l'autre, se déclinant sous divers intitulés tels qu'opérateur de production fret, agent de sécurité au sol, agent de sol, technicien vérificateur, expert en reconnaissance de matériel, responsable de la production opérationnelle ou encore correspondant de sécurité. Les professionnels occupant ce poste, qu'ils soient hommes ou femmes, se doivent de réaliser un éventail d'op&e...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-398\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9959999999999999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"mysy-licence-informatique-502_dup_e\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"mysy-licence-informatique-502\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"technicien-vendeur-conseil-921\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"assistant-d-administration-et-de-communication-commerciale-da6\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"conduire-un-projet-af4\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 7}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.8899999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9980000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"preparateur-de-commande-en-entreprot-dbc\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9970000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"engin-de-chantier-caces-r482-ff6\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9940000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-olfactotherapie-f42\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.507, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:33] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:34.929Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:35.029Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:35.763Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10014.999999955762, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:35.763Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:51:43.857092 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:43.861091 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 6.026, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +INFO:root:2025-05-27 19:51:43.867100 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:root:2025-05-27 19:51:43.871101 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:root:2025-05-27 19:51:43.874123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:51:43.877615 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 13.535, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 7.4910000000000005, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.009, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection created", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.014999999955762178} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.connection:{"message": "Connection ready", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.014999999955762178} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.014999999955762178} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.013, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.013, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_specific_fields\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"related_collection\": \"inscription\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9859999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.base_specific_fields\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partnair_account\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.986, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partnair_account\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.509, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.509, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.503, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_client\", \"filter\": {\"$and\": [{\"is_financeur\": \"1\"}, {\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}]}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.01600000000325963} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"base_partner_session_step\", \"pipeline\": [{\"$match\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6661d409f26a0e44f380e507\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"raison_sociale\": \"part nom3_client\", \"nom\": \"part nom3_client\", \"client_type_id\": \"66cdcd7a6a87f22b7c7c5b19\", \"is_company\": \"0\", \"is_fournisseur\": \"0\", \"is_client\": \"1\", \"is_financeur\": \"1\", \"adr_adresse\": \"adresse02\", \"adr_ville\": \"ville02\", \"email\": \"mysytraining+apprenant2@gmail.com\", \"telephone\": \"10101\", \"invoice_email\": \"mysytraining+apprenant2@gmail.com\", \"invoice_adresse\": \"adresse02\", \"invoice_ville\": \"ville02\", \"invoice_code_postal\": \"code_postal02\", \"invoice_pays\": \"pays02\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-08-27 15:38:33.529419\", \"update_by\": \"65f04934549224c14c3f6039\", \"recid\": \"0eb1d3a5e9520352f1516bb95be81957d685a785356cb8bd47\"}, {\"_id\": {\"$oid\": \"66d48c2be3d62a16dce4df3f\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"raison_sociale\": \"FIN_OPCO_1\", \"nom\": \"FIN_OPCO_1\", \"siret\": \"FIN_...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"ressource_materielle\", \"filter\": {\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:43] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_specific_fields\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"related_collection\": \"session_formation\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.125, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 6}], \"ns\": \"cherifdb_dev.base_partner_session_step\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.base_specific_fields\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"ressource_humaine\", \"filter\": {\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fea17b87450cc1e05936f2\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"ref_interne\": \"sdfsd\", \"capacite_ideale\": \"0\", \"capacite_max\": \"0\", \"acces_handicape\": \"0\", \"code_categorie\": \"autre\", \"nom\": \"sdfsd\", \"description\": \"sdfsd\", \"fournisseur\": \"sdf\", \"type\": \"CONSO\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-03-23 10:31:39.156109\", \"update_by\": \"65f04934549224c14c3f6039\", \"recid\": \"6d57a41226a77996c980d4bad3dfc017b5f4bd4204f9a0e42d\"}, {\"_id\": {\"$oid\": \"65fea19787450cc1e05936f3\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"ref_interne\": \"sdf\", \"capacite_ideale\": \"12\", \"capacite_max\": \"85\", \"acces_handicape\": \"1\", \"prix_achat_by\": \"fixe\", \"code_categorie\": \"salle\", \"nom\": \"sdf\", \"description\": \"sdf\", \"prix_achat\": \"11\", \"type\": \"CONSO\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"qty_stock\": \"0\", \"valide\": \"1\", \"locked\": \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:43] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_session_step\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"sort\": {\"session_step_sequence\": 1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.5010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6617f4c177cb5462f767ca79\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"nom\": \"nom_Enseignant_3\", \"prenom\": \"Prenom_3\", \"date_naissance\": \"12/12/2012\", \"ismanager\": \"0\", \"fonction\": \"emp_fonction01ds\", \"civilite\": \"m\", \"adr_code_postal\": \"582222\", \"adr_ville\": \"paris01\", \"adr_pays\": \"France\", \"email\": \"mysytraining+enseingnant3@gmail.com\", \"telephone\": \"1222222\", \"telephone_mobile\": \"6555555\", \"linkedin\": \"emp_link01\", \"facebook\": \"em_face01\", \"twitter\": \"dd\", \"profil\": \"enseignant\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-09-08 11:02:57.450183\", \"update_by\": \"65f04934549224c14c3f6039\", \"is_partner_admin_account\": \"0\", \"recid\": \"f9bb00f5b88574872a604773e2b9f744955ab750beb4b8a28a\", \"list_competence\": [{\"date_update\": \"2024-04-11 16:52:56.731224\", \"valide\": \"1\", \"update_by\": \"65f04934549224c14c3f6039\", \"locked\": \"0\", \"competence\": \"Coop\u00e9rer avec les parents d'\u00e9l\u00e8ves\", \"niveau\": \"expertise\",...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6698151756218ff73c9c53fb\"}, \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"session_step_name\": \"Init\", \"date_update\": \"2024-07-17 21:01:43.721943\", \"locked\": \"0\", \"session_step_sequence\": \"0\", \"valide\": \"1\"}, {\"_id\": {\"$oid\": \"65f05a36c544f77525a30634\"}, \"session_step_name\": \"Projet\", \"session_step_sequence\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-03-12 14:35:50.482070\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"65f05a36c544f77525a30635\"}, \"session_step_name\": \"Planification\", \"session_step_sequence\": \"2\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-03-12 14:35:50.483068\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"65f05a36c544f77525a30636\"}, \"session_step_name\": \"Planifi\u00e9e\", \"session_step_sequenc...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:43] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:51:44.203329 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.987, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.898, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:root:2025-05-27 19:51:44.221470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:51:44.222339 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:root:2025-05-27 19:51:44.231337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:51:44.230337 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:44.233337 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.015000000013969839} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 6.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"attestation_certificat\", \"filter\": {\"$or\": [{\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\"}, {\"partner_recid\": \"default\", \"valide\": \"1\"}]}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"639c648d2a5fe29d5d7883e2\"}, \"type\": \"A\", \"nom\": \"attest1\", \"partner_recid\": \"default\", \"template_name\": \"Mysy_attestion_modele1_tpl\", \"preview_url\": \"https://img.mysy-training.com/attestation_preview/Mysy_attestion_modele1_preview.png\", \"signature_url\": \"signature_url1\", \"valide\": \"1\"}, {\"_id\": {\"$oid\": \"639c648d2a5fe29d5d7883e3\"}, \"type\": \"A\", \"nom\": \"attestion_model_2\", \"partner_recid\": \"default\", \"template_name\": \"Mysy_attestion_modele2_tpl\", \"preview_url\": \"https://img.mysy-training.com/attestation_preview/Mysy_attestion_modele1_preview.png\", \"signature_url\": \"https://img.mysy-training.com/attestation_default/Signature_cherif.png\", \"valide\": \"1\"}, {\"_id\": {\"$oid\": \"639c648d2a5fe29d5d7883e5\"}, \"type\": \"C\", \"nom\": \"attest4\", \"partner_recid\": \"default\", \"template_name\": \"template4\", \"preview_url\": \"https://img.mysy-training.com/Ok_PNG.png\", \"signature_url\": \"signature_url4\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.attestation_certificat\"}, \"ok...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partnair_account\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:44] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partnair_account\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"config_name\": \"partner_jour_heure\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"site_formation\", \"filter\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}]}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be0e\"}, \"config_name\": \"partner_jour_heure\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"config_name\": \"signature_digital\", \"locked\": \"0\", \"valide\": \"1\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$sort\": {\"_id\": -1}}, {\"$lookup\": {\"from\": \"myclass\", \"localField\": \"class_internal_url\", \"foreignField\": \"internal_url\", \"pipeline\": [{\"$match\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$project\": {\"title\": 1, \"domaine\": 1, \"duration\": 1, \"duration_unit\": 1, \"external_code\": 1, \"published\": 1, \"recyclage_delai\": 1, \"recyclage_periodicite\": 1, \"lms_class_code\": 1, \"_id\": 1}}], \"as\": \"myclass_collection\"}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9980000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"date_update\": \"2024-03-12 14:35:50.503466\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"code_site\": \"site_01\", \"nom_site\": \"Site Principale de Formation\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.site_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be12\"}, \"config_name\": \"signature_digital\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"config_value\": \"1\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_client\", \"filter\": {\"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"config_name\": \"partner_devise\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:44] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:44] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65fe9e3a69e803a8e023be0f\"}, \"config_name\": \"partner_devise\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"locked\": \"0\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66ea85fafc781f6b8d9397c3\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"is_prospect\": \"1\", \"raison_sociale\": \"sdfdsf\", \"nom\": \"sdfdsf\", \"siret\": \"SII123456789\", \"is_company\": \"1\", \"email\": \"qsqsd@qsdqs.fr\", \"telephone\": \"0123456789\", \"invoice_email\": \"qsqsd@qsdqs.fr\", \"invoice_nom\": \"sdfdsf\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-09-18 09:49:14.188886\", \"update_by\": \"65f04934549224c14c3f6039\", \"recid\": \"e73301bc192ac4f799e92a9e146b42243409f5406f2ff653a7\"}, {\"_id\": {\"$oid\": \"66ea85175c8ae17dee62f342\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"is_prospect\": \"1\", \"raison_sociale\": \"qsdsqdsq\", \"nom\": \"qsdsqdsq\", \"siret\": \"qsdsqdsq\", \"is_company\": \"1\", \"email\": \"qsdsq@qsdsq.fr\", \"telephone\": \"0123456789\", \"invoice_email\": \"q...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:44] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"myclass\", \"filter\": {\"$and\": [{\"valide\": \"1\"}, {\"locked\": \"0\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}]}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.002000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66def22a19f54d3436deac0f\"}, \"external_code\": \"FI-SOL_V2\", \"class_level\": \"3\", \"condition_handicape\": \"

Condition handicap

\", \"cpf\": \"1\", \"description\": \"

Ce métier revêt une importance capitale au sein du réseau de services ferroviaires, assurant que les trains soient méticuleusement préparés et conformes aux normes requises avant leur mise en circulation. La désignation de cette fonction peut différer d'une entreprise à l'autre, se déclinant sous divers intitulés tels qu'opérateur de production fret, agent de sécurité au sol, agent de sol, technicien vérificateur, expert en reconnaissance de matériel, responsable de la production opérationnelle ou encore correspondant de sécurité. Les professionnels occupant ce poste, qu'ils soient hommes ou femmes, se doivent de réaliser un éventail d'op&e...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"3\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af224d70cf1f6fce95e2d\"}, \"code\": \"3\", \"description\": \"CAP, CAPA, CTM, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-398\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"6\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af291d70cf1f6fce95e30\"}, \"code\": \"6\", \"description\": \"Licence, Licence PRO, BUT, DNA, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"mysy-licence-informatique-502_dup_e\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.031, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"6\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9700000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af291d70cf1f6fce95e30\"}, \"code\": \"6\", \"description\": \"Licence, Licence PRO, BUT, DNA, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"mysy-licence-informatique-502\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"technicien-vendeur-conseil-921\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.039, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"assistant-d-administration-et-de-communication-commerciale-da6\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"3\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"657af224d70cf1f6fce95e2d\"}, \"code\": \"3\", \"description\": \"CAP, CAPA, CTM, ...\", \"locked\": \"0\", \"partner_owner_recid\": \"default\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"conduire-un-projet-af4\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 7}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 292, "operationId": 292, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 292, "operationId": 292, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12382, "operationId": 12382, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12382, "operationId": 12382, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17421, "operationId": 17421, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17421, "operationId": 17421, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18716, "operationId": 18716, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18716, "operationId": 18716, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19718, "operationId": 19718, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19718, "operationId": 19718, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19895, "operationId": 19895, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19895, "operationId": 19895, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5447, "operationId": 5447, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5447, "operationId": 5447, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"preparateur-de-commande-en-entreprot-dbc\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21726, "operationId": 21726, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21726, "operationId": 21726, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14771, "operationId": 14771, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14771, "operationId": 14771, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"engin-de-chantier-caces-r482-ff6\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11538, "operationId": 11538, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11538, "operationId": 11538, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1869, "operationId": 1869, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1869, "operationId": 1869, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19912, "operationId": 19912, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19912, "operationId": 19912, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25667, "operationId": 25667, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25667, "operationId": 25667, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-olfactotherapie-f42\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26299, "operationId": 26299, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26299, "operationId": 26299, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"class_niveau_formation\", \"filter\": {\"code\": \"0\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"default\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17035, "operationId": 17035, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.class_niveau_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17035, "operationId": 17035, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9894, "operationId": 9894, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.609, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9894, "operationId": 9894, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 163.614, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6707909797308f17f8a74e5a\"}, \"code_session\": \"tetet\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"13/10/2024\", \"session_etape\": \"Projet\", \"date_fin\": \"15/10/2024\", \"distantiel\": \"0\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"0\", \"prix_session\": \"2590\", \"titre\": \"ezrez\", \"is_bpf\": \"0\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"06/10/2024\", \"date_fin_inscription\": \"13/10/2024\", \"date_update\": \"2024-10-10 10:30:15.207691\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"myclass_collection\": [{\"_id\": {\"$oid\": \"65f04a3483026d79b3e74b40\"}, \"external_code\": \"MYSY_Demo_AP\", \"duration\": 21.0, \"duration_unit\": \"jour\", \"published\": \"1\", \"title\": \"DEMO 1 PRATICIEN EN AROMATHERAPIE INTEGRATIVE\", \"lms_class_code\": \"a01f9697e8\", \"recyclage_delai\": \"5\", \"recyclage_periodicite\": \"moi...", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 6.013, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 5.119000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"demo-1-praticien-en-aromatherapie-integrative-b59\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6707909797308f17f8a74e5a\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 12.992999999999999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29358, "operationId": 29358, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.028, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26962, "operationId": 26962, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.024, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24464, "operationId": 24464, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.9769999999999994, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5705, "operationId": 5705, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.047, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28145, "operationId": 28145, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6707909797308f17f8a74e5a\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23281, "operationId": 23281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6707909797308f17f8a74e5a\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6707909797308f17f8a74e5a\"}, \"code_session\": \"tetet\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"13/10/2024\", \"session_etape\": \"Projet\", \"date_fin\": \"15/10/2024\", \"distantiel\": \"0\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"0\", \"prix_session\": \"2590\", \"titre\": \"ezrez\", \"is_bpf\": \"0\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"06/10/2024\", \"date_fin_inscription\": \"13/10/2024\", \"date_update\": \"2024-10-10 10:30:15.207691\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16827, "operationId": 16827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9961, "operationId": 9961, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.016, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 491, "operationId": 491, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66e561baf6d6f0c1ee9620d3\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9840000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2995, "operationId": 2995, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66e561baf6d6f0c1ee9620d3\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.038, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11942, "operationId": 11942, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66e561baf6d6f0c1ee9620d3\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4827, "operationId": 4827, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5436, "operationId": 5436, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0260000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32391, "operationId": 32391, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.988, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14604, "operationId": 14604, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3902, "operationId": 3902, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66e561baf6d6f0c1ee9620d3\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 153, "operationId": 153, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66e561baf6d6f0c1ee9620d3\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 292, "operationId": 292, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66e561baf6d6f0c1ee9620d3\"}, \"code_session\": \"sess_test\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"22/09/2024\", \"session_etape\": \"2\", \"date_fin\": \"26/09/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Juin\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"08/08/2024\", \"date_update\": \"2024-09-14 12:13:35.105811\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 292, "operationId": 292, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12382, "operationId": 12382, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12382, "operationId": 12382, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17421, "operationId": 17421, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17421, "operationId": 17421, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18716, "operationId": 18716, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0330000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18716, "operationId": 18716, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19718, "operationId": 19718, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.984, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19718, "operationId": 19718, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66cdeb5d7e8061b7b6f9b068\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19895, "operationId": 19895, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19895, "operationId": 19895, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5447, "operationId": 5447, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0399999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5447, "operationId": 5447, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21726, "operationId": 21726, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.028, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21726, "operationId": 21726, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14771, "operationId": 14771, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.975, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14771, "operationId": 14771, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11538, "operationId": 11538, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11538, "operationId": 11538, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b068\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1869, "operationId": 1869, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1869, "operationId": 1869, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b068\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19912, "operationId": 19912, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b068\"}, \"code_session\": \"IFOD_44_Sess_RESA_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"24/06/2024\", \"session_etape\": \"2\", \"date_fin\": \"27/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1800.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Reservation\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"22/06/2024\", \"date_update\": \"2024-08-27 17:06:05.670165\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19912, "operationId": 19912, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25667, "operationId": 25667, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25667, "operationId": 25667, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26299, "operationId": 26299, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26299, "operationId": 26299, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b066\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 17035, "operationId": 17035, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 9}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 17035, "operationId": 17035, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b066\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9894, "operationId": 9894, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9894, "operationId": 9894, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66cdeb5d7e8061b7b6f9b066\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28703, "operationId": 28703, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28703, "operationId": 28703, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23811, "operationId": 23811, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23811, "operationId": 23811, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31322, "operationId": 31322, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 13.015, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31322, "operationId": 31322, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30333, "operationId": 30333, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0149999999999997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30333, "operationId": 30333, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17673, "operationId": 17673, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17673, "operationId": 17673, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b066\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4664, "operationId": 4664, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4664, "operationId": 4664, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b066\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15141, "operationId": 15141, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.031, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b066\"}, \"code_session\": \"IFOD_44_Sess_JUIN_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"22/09/2024\", \"session_etape\": \"2\", \"date_fin\": \"26/09/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Juin\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"08/08/2024\", \"date_update\": \"2024-09-14 12:09:13.097557\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15141, "operationId": 15141, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 7711, "operationId": 7711, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 7711, "operationId": 7711, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28253, "operationId": 28253, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0070000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28253, "operationId": 28253, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66c737645287bda935749408\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6868, "operationId": 6868, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6868, "operationId": 6868, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66c737645287bda935749408\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25547, "operationId": 25547, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.004, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25547, "operationId": 25547, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"technicien-vendeur-conseil-921\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66c737645287bda935749408\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27644, "operationId": 27644, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.985, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27644, "operationId": 27644, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32662, "operationId": 32662, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.031, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32662, "operationId": 32662, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32757, "operationId": 32757, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.984, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32757, "operationId": 32757, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20037, "operationId": 20037, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0330000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20037, "operationId": 20037, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12859, "operationId": 12859, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12859, "operationId": 12859, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66c737645287bda935749408\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8723, "operationId": 8723, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.972, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8723, "operationId": 8723, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66c737645287bda935749408\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9741, "operationId": 9741, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66c737645287bda935749408\"}, \"date_debut\": \"26/08/2024\", \"date_fin\": \"30/08/2024\", \"nb_participant\": \"2\", \"class_id\": \"66558c71fd47c656dcaf362f\", \"code_session\": \"Sess_Devis_133_nicole\", \"session_status\": \"1\", \"date_debut_inscription\": \"26/08/2024\", \"date_fin_inscription\": \"30/08/2024\", \"distantiel\": \"0\", \"presentiel\": \"0\", \"prix_session\": \"2000.0\", \"titre\": \"Sess_Devis_133_nicole\", \"is_bpf\": \"0\", \"price_by\": \"persession\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"date_update\": \"2024-08-22 15:04:36.506541\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9741, "operationId": 9741, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27529, "operationId": 27529, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27529, "operationId": 27529, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 778, "operationId": 778, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 778, "operationId": 778, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"site_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12316, "operationId": 12316, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0170000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"date_update\": \"2024-03-12 14:35:50.503466\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"code_site\": \"site_01\", \"nom_site\": \"Site Principale de Formation\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.site_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12316, "operationId": 12316, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66c3845c60feb2fd003fa393\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3035, "operationId": 3035, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.024, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3035, "operationId": 3035, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66c3845c60feb2fd003fa393\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22190, "operationId": 22190, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0070000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22190, "operationId": 22190, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66c3845c60feb2fd003fa393\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1842, "operationId": 1842, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.971, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"67025fed79f01066aee40ef6\"}, \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_header_type\": \"devis\", \"order_header_client_id\": \"664cbe288111b7f0e212d4ae\", \"order_header_description\": \"qsdsq\", \"order_header_status\": \"3\", \"order_header_inclus_bpf\": \"1\", \"nb_relance_auto\": \"6\", \"relance_auto\": \"1\", \"frequence_relance_auto\": \"1\", \"order_header_condition_paiement_id\": \"65f05a36c544f77525a30640\", \"order_header_ref_client\": \"sqds\", \"order_header_email_client\": \"contact@mysy-training.com\", \"order_header_vendeur_id\": \"6617f4c177cb5462f767ca79\", \"order_header_date_cmd\": \"06/10/2024\", \"order_header_date_expiration\": \"04/01/2025\", \"order_header_adr_fact_adresse\": \"2 place de la facture\", \"order_header_adr_fact_code_postal\": \"75004\", \"order_header_adr_fact_ville\": \"paris\", \"order_header_adr_fact_pays\": \"France\", \"order_header_ref_interne\": \"Devis_139\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-10-06 19:23:34.219...", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1842, "operationId": 1842, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 288, "operationId": 288, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.024, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 288, "operationId": 288, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30106, "operationId": 30106, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.992, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30106, "operationId": 30106, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9040, "operationId": 9040, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.03, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9040, "operationId": 9040, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 8942, "operationId": 8942, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 8942, "operationId": 8942, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66c3845c60feb2fd003fa393\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19264, "operationId": 19264, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.967, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19264, "operationId": 19264, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66c3845c60feb2fd003fa393\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22648, "operationId": 22648, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.032, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66c3845c60feb2fd003fa393\"}, \"date_debut\": \"26/08/2024\", \"date_fin\": \"28/08/2024\", \"nb_participant\": \"2\", \"class_id\": \"668ce2355ea20fbfc5d4d8fa\", \"code_session\": \"Sess_Devis_133\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"26/08/2024\", \"date_fin_inscription\": \"28/08/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"prix_session\": \"227.0\", \"session_ondemande\": \"0\", \"session_etape\": \"Init\", \"titre\": \"Sess_Devis_133u\", \"is_bpf\": \"0\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"price_by\": \"persession\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"date_update\": \"2024-08-20 13:02:14.850534\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22648, "operationId": 22648, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27446, "operationId": 27446, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27446, "operationId": 27446, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23805, "operationId": 23805, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23805, "operationId": 23805, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"site_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15890, "operationId": 15890, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"date_update\": \"2024-03-12 14:35:50.503466\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"code_site\": \"site_01\", \"nom_site\": \"Site Principale de Formation\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.site_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15890, "operationId": 15890, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66c0d58feca5acd6f5c839c0\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6729, "operationId": 6729, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.004, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 17}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6729, "operationId": 6729, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66c0d58feca5acd6f5c839c0\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24370, "operationId": 24370, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.019, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24370, "operationId": 24370, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"mysy-licence-informatique-502\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66c0d58feca5acd6f5c839c0\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15350, "operationId": 15350, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9840000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15350, "operationId": 15350, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15006, "operationId": 15006, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15006, "operationId": 15006, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31101, "operationId": 31101, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31101, "operationId": 31101, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24393, "operationId": 24393, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.018, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24393, "operationId": 24393, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3548, "operationId": 3548, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.982, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3548, "operationId": 3548, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66c0d58feca5acd6f5c839c0\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19629, "operationId": 19629, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0399999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19629, "operationId": 19629, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66c0d58feca5acd6f5c839c0\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12623, "operationId": 12623, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.988, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66c0d58feca5acd6f5c839c0\"}, \"code_session\": \"L_INFO_S1_v3\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"11/08/2024\", \"session_etape\": \"Init\", \"date_fin\": \"15/08/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"35\", \"prix_session\": \"12000\", \"titre\": \"Licence info Semestre 1 V3\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"location_type\": \"autre\", \"is_bpf\": \"1\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"28/05/2024\", \"date_fin_inscription\": \"30/06/2024\", \"contenu_ftion\": \"

qsdqsdqssq

\\r\\n

sqdsqqs

\\r\\n

qsdqsdqs

\\r\\n

qsd

\", \"date_update\": \"2024-08-17 18:57:43.229990\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12623, "operationId": 12623, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24084, "operationId": 24084, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24084, "operationId": 24084, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19954, "operationId": 19954, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19954, "operationId": 19954, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66bf5b34d222813c09f5d091\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18756, "operationId": 18756, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18756, "operationId": 18756, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66bf5b34d222813c09f5d091\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11840, "operationId": 11840, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11840, "operationId": 11840, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66bf5b34d222813c09f5d091\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4966, "operationId": 4966, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.024, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4966, "operationId": 4966, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7376, "operationId": 7376, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.576, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7376, "operationId": 7376, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13931, "operationId": 13931, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13931, "operationId": 13931, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26308, "operationId": 26308, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26308, "operationId": 26308, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16944, "operationId": 16944, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16944, "operationId": 16944, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66bf5b34d222813c09f5d091\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32439, "operationId": 32439, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32439, "operationId": 32439, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66bf5b34d222813c09f5d091\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24626, "operationId": 24626, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66bf5b34d222813c09f5d091\"}, \"date_debut\": \"18/08/2024\", \"date_fin\": \"21/08/2024\", \"nb_participant\": \"2\", \"class_id\": \"668ce2355ea20fbfc5d4d8fa\", \"code_session\": \"Sess_Devis_132\", \"session_status\": \"1\", \"date_debut_inscription\": \"18/08/2024\", \"date_fin_inscription\": \"21/08/2024\", \"prix_session\": \"227.0\", \"titre\": \"Sess_Devis_132\", \"price_by\": \"persession\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"date_update\": \"2024-08-16 15:59:16.873641\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24626, "operationId": 24626, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11323, "operationId": 11323, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11323, "operationId": 11323, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5537, "operationId": 5537, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9940000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5537, "operationId": 5537, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"site_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 21538, "operationId": 21538, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"date_update\": \"2024-03-12 14:35:50.503466\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"code_site\": \"site_01\", \"nom_site\": \"Site Principale de Formation\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.site_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 21538, "operationId": 21538, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66b4860cec1b921f4edac80b\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16118, "operationId": 16118, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16118, "operationId": 16118, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66b4860cec1b921f4edac80b\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2082, "operationId": 2082, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2082, "operationId": 2082, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"mysy-licence-informatique-502\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66b4860cec1b921f4edac80b\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22929, "operationId": 22929, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.038, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22929, "operationId": 22929, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16541, "operationId": 16541, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16541, "operationId": 16541, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4833, "operationId": 4833, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.979, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4833, "operationId": 4833, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31115, "operationId": 31115, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31115, "operationId": 31115, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4639, "operationId": 4639, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.988, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4639, "operationId": 4639, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66b4860cec1b921f4edac80b\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29658, "operationId": 29658, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29658, "operationId": 29658, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66b4860cec1b921f4edac80b\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22704, "operationId": 22704, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66b4860cec1b921f4edac80b\"}, \"code_session\": \"L_INFO_S1_v2_dup\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"25/08/2024\", \"session_etape\": \"Init\", \"date_fin\": \"29/08/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"35\", \"prix_session\": \"12000\", \"titre\": \"Licence info Semestre 1 laa\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"location_type\": \"autre\", \"is_bpf\": \"1\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"31/05/2024\", \"date_fin_inscription\": \"30/06/2024\", \"contenu_ftion\": \"

qsdqsdqssq

\\r\\n

sqdsqqs

\\r\\n

qsdqsdqs

\\r\\n

qsd

\", \"date_update\": \"2024-08-20 21:07:30.249875\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22704, "operationId": 22704, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9930, "operationId": 9930, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9930, "operationId": 9930, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 13977, "operationId": 13977, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 13977, "operationId": 13977, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"site_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2306, "operationId": 2306, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"date_update\": \"2024-03-12 14:35:50.503466\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"code_site\": \"site_01\", \"nom_site\": \"Site Principale de Formation\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.site_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2306, "operationId": 2306, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66b1278b2c4fb56a0d853268\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31673, "operationId": 31673, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.038, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 9}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31673, "operationId": 31673, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66b1278b2c4fb56a0d853268\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22386, "operationId": 22386, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.019, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22386, "operationId": 22386, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"mysy-licence-informatique-502\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66b1278b2c4fb56a0d853268\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5021, "operationId": 5021, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5021, "operationId": 5021, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28745, "operationId": 28745, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9810000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28745, "operationId": 28745, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26924, "operationId": 26924, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26924, "operationId": 26924, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19072, "operationId": 19072, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.005, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19072, "operationId": 19072, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6270, "operationId": 6270, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6270, "operationId": 6270, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66b1278b2c4fb56a0d853268\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5829, "operationId": 5829, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.48, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5829, "operationId": 5829, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66b1278b2c4fb56a0d853268\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26777, "operationId": 26777, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.017, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66b1278b2c4fb56a0d853268\"}, \"code_session\": \"L_INFO_S1_v2\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"11/08/2024\", \"session_etape\": \"Init\", \"date_fin\": \"14/08/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"35\", \"prix_session\": \"12000\", \"titre\": \"Licence info Semestre 1\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"location_type\": \"autre\", \"is_bpf\": \"1\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"28/05/2024\", \"date_fin_inscription\": \"30/06/2024\", \"contenu_ftion\": \"

qsdqsdqssq

\\r\\n

sqdsqqs

\\r\\n

qsdqsdqs

\\r\\n

qsd

\", \"date_update\": \"2024-08-06 18:56:53.733470\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26777, "operationId": 26777, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15573, "operationId": 15573, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15573, "operationId": 15573, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5097, "operationId": 5097, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5097, "operationId": 5097, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"669f71b33d6bab8d6b52038d\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16512, "operationId": 16512, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16512, "operationId": 16512, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"669f71b33d6bab8d6b52038d\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23986, "operationId": 23986, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23986, "operationId": 23986, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"669f71b33d6bab8d6b52038d\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13290, "operationId": 13290, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13290, "operationId": 13290, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9161, "operationId": 9161, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9161, "operationId": 9161, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18636, "operationId": 18636, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18636, "operationId": 18636, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22355, "operationId": 22355, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22355, "operationId": 22355, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24767, "operationId": 24767, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24767, "operationId": 24767, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"669f71b33d6bab8d6b52038d\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23655, "operationId": 23655, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23655, "operationId": 23655, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"669f71b33d6bab8d6b52038d\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15574, "operationId": 15574, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"669f71b33d6bab8d6b52038d\"}, \"code_session\": \"IFOD_22_Sess_AOUT_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"10/08/2024\", \"session_etape\": \"2\", \"date_fin\": \"15/08/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Juin\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"08/06/2024\", \"date_update\": \"2024-07-23 11:02:43.085218\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"2\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15574, "operationId": 15574, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4031, "operationId": 4031, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4031, "operationId": 4031, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12052, "operationId": 12052, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12052, "operationId": 12052, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"669f532d02e2265c09bb198d\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27350, "operationId": 27350, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9940000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27350, "operationId": 27350, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"669f532d02e2265c09bb198d\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1150, "operationId": 1150, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1150, "operationId": 1150, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"669f532d02e2265c09bb198d\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16941, "operationId": 16941, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16941, "operationId": 16941, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21724, "operationId": 21724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21724, "operationId": 21724, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13966, "operationId": 13966, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13966, "operationId": 13966, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3430, "operationId": 3430, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3430, "operationId": 3430, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31107, "operationId": 31107, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.034, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31107, "operationId": 31107, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"669f532d02e2265c09bb198d\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30191, "operationId": 30191, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.963, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30191, "operationId": 30191, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"669f532d02e2265c09bb198d\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18007, "operationId": 18007, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"669f532d02e2265c09bb198d\"}, \"code_session\": \"IFOD_22_SEPT_RESA_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"24/09/2024\", \"session_etape\": \"2\", \"date_fin\": \"29/09/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1800.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Reservation\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"22/06/2024\", \"date_update\": \"2024-07-23 11:02:43.119573\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18007, "operationId": 18007, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11337, "operationId": 11337, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11337, "operationId": 11337, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15457, "operationId": 15457, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15457, "operationId": 15457, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"668ce240cebf6975cec72d6a\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12287, "operationId": 12287, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0149999999999997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12287, "operationId": 12287, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"668ce240cebf6975cec72d6a\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27753, "operationId": 27753, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0250000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27753, "operationId": 27753, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"668ce240cebf6975cec72d6a\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10383, "operationId": 10383, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.966, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10383, "operationId": 10383, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14945, "operationId": 14945, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9970000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14945, "operationId": 14945, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8909, "operationId": 8909, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 5.011, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8909, "operationId": 8909, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32209, "operationId": 32209, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0250000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32209, "operationId": 32209, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9758, "operationId": 9758, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9758, "operationId": 9758, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"668ce240cebf6975cec72d6a\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24221, "operationId": 24221, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.5430000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24221, "operationId": 24221, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"668ce240cebf6975cec72d6a\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18588, "operationId": 18588, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"668ce240cebf6975cec72d6a\"}, \"code_session\": \"S_OCT_RESA\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"14/10/2024\", \"date_fin\": \"19/10/2024\", \"distantiel\": \"1\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"15\", \"prix_session\": \"227.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Ttre_02\", \"location_type\": \"extra\", \"is_bpf\": \"1\", \"adresse\": \"7 avenue de la Lib\\u00e9ration\", \"code_postal\": \"33270\", \"ville\": \"Floirac\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"01/06/2024\", \"date_fin_inscription\": \"13/10/2024\", \"date_update\": \"2024-07-17 20:59:56.700128\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18588, "operationId": 18588, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6422, "operationId": 6422, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6422, "operationId": 6422, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24946, "operationId": 24946, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24946, "operationId": 24946, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"668ce240cebf6975cec72d68\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27506, "operationId": 27506, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.588, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27506, "operationId": 27506, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"668ce240cebf6975cec72d68\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13030, "operationId": 13030, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.011, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13030, "operationId": 13030, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"668ce240cebf6975cec72d68\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16413, "operationId": 16413, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16413, "operationId": 16413, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29168, "operationId": 29168, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29168, "operationId": 29168, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 900, "operationId": 900, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 900, "operationId": 900, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32591, "operationId": 32591, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32591, "operationId": 32591, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18762, "operationId": 18762, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18762, "operationId": 18762, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"668ce240cebf6975cec72d68\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1655, "operationId": 1655, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1655, "operationId": 1655, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"668ce240cebf6975cec72d68\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17410, "operationId": 17410, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"668ce240cebf6975cec72d68\"}, \"code_session\": \"S_AOUT_ABZ\", \"class_internal_url\": \"besoin-de-securite--une-autre-lecture-des-comportements-a41\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"30/07/2024\", \"session_etape\": \"Planification\", \"date_fin\": \"02/08/2024\", \"distantiel\": \"1\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"15\", \"prix_session\": \"227.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Ttre_01\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"7 avenue de la Lib\\u00e9ration\", \"code_postal\": \"33270\", \"ville\": \"Floirac\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"01/06/2024\", \"date_fin_inscription\": \"26/06/2024\", \"date_update\": \"2024-07-17 21:04:12.433363\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"2\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17410, "operationId": 17410, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6359, "operationId": 6359, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6359, "operationId": 6359, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27624, "operationId": 27624, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27624, "operationId": 27624, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66674f8ec5b050c7a203b359\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20537, "operationId": 20537, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20537, "operationId": 20537, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66674f8ec5b050c7a203b359\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21548, "operationId": 21548, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21548, "operationId": 21548, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"technicien-vendeur-conseil-921\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66674f8ec5b050c7a203b359\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6483, "operationId": 6483, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6483, "operationId": 6483, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27595, "operationId": 27595, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.542, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27595, "operationId": 27595, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4041, "operationId": 4041, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4041, "operationId": 4041, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3602, "operationId": 3602, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.016, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3602, "operationId": 3602, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24350, "operationId": 24350, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0170000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24350, "operationId": 24350, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66674f8ec5b050c7a203b359\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10291, "operationId": 10291, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.969, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10291, "operationId": 10291, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66674f8ec5b050c7a203b359\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30836, "operationId": 30836, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66674f8ec5b050c7a203b359\"}, \"code_session\": \"S_JUIN_RESA_V2\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"24/07/2024\", \"session_etape\": \"Planification\", \"date_fin\": \"30/07/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"20\", \"prix_session\": \"3332.7\", \"price_by\": \"perstagiaire\", \"titre\": \"Ttre_02_V2\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"83 Route de la Fortune\", \"code_postal\": \"73210\", \"ville\": \"Aime-La-Plagne\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"03/05/2024\", \"date_fin_inscription\": \"29/06/2024\", \"date_update\": \"2024-07-23 08:43:22.131757\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30836, "operationId": 30836, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9374, "operationId": 9374, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9374, "operationId": 9374, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11020, "operationId": 11020, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.03, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11020, "operationId": 11020, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66674f8ec5b050c7a203b357\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4596, "operationId": 4596, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.973, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4596, "operationId": 4596, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66674f8ec5b050c7a203b357\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24021, "operationId": 24021, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.789, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24021, "operationId": 24021, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"technicien-vendeur-conseil-921\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66674f8ec5b050c7a203b357\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27348, "operationId": 27348, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.023, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27348, "operationId": 27348, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23199, "operationId": 23199, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23199, "operationId": 23199, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19668, "operationId": 19668, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19668, "operationId": 19668, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24484, "operationId": 24484, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24484, "operationId": 24484, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 8281, "operationId": 8281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 8281, "operationId": 8281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66674f8ec5b050c7a203b357\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4734, "operationId": 4734, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4734, "operationId": 4734, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66674f8ec5b050c7a203b357\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 53, "operationId": 53, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66674f8ec5b050c7a203b357\"}, \"code_session\": \"S_JUIN_01_V2\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"19/06/2024\", \"date_fin\": \"28/09/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"20\", \"prix_session\": \"3332.7\", \"price_by\": \"perstagiaire\", \"titre\": \"Ttre_01_V2\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"83 Route de la Fortune\", \"code_postal\": \"73210\", \"ville\": \"Aime-La-Plagne\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"03/05/2024\", \"date_fin_inscription\": \"26/09/2024\", \"date_update\": \"2024-06-10 21:10:06.369285\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"2\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 53, "operationId": 53, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1999, "operationId": 1999, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1999, "operationId": 1999, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26418, "operationId": 26418, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26418, "operationId": 26418, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"site_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27938, "operationId": 27938, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05a36c544f77525a30644\"}, \"date_update\": \"2024-03-12 14:35:50.503466\", \"update_by\": \"65f04934549224c14c3f6039\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"code_site\": \"site_01\", \"nom_site\": \"Site Principale de Formation\", \"valide\": \"1\", \"locked\": \"0\"}], \"ns\": \"cherifdb_dev.site_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27938, "operationId": 27938, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6655b8341634c7e7304aaf42\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6900, "operationId": 6900, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6900, "operationId": 6900, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6655b8341634c7e7304aaf42\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3788, "operationId": 3788, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3788, "operationId": 3788, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"mysy-licence-informatique-502\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6655b8341634c7e7304aaf42\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18127, "operationId": 18127, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18127, "operationId": 18127, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 467, "operationId": 467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0330000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 467, "operationId": 467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3728, "operationId": 3728, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.962, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3728, "operationId": 3728, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14893, "operationId": 14893, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.292, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14893, "operationId": 14893, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24648, "operationId": 24648, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.01, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24648, "operationId": 24648, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6655b8341634c7e7304aaf42\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22483, "operationId": 22483, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22483, "operationId": 22483, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6655b8341634c7e7304aaf42\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17807, "operationId": 17807, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6655b8341634c7e7304aaf42\"}, \"code_session\": \"L_INFO_S1\", \"class_internal_url\": \"mysy-licence-informatique-502\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"04/08/2024\", \"date_fin\": \"31/12/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"35\", \"prix_session\": \"12000\", \"titre\": \"Licence info Semestre 1\", \"site_formation_id\": \"65f05a36c544f77525a30644\", \"location_type\": \"autre\", \"is_bpf\": \"1\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"28/05/2024\", \"date_fin_inscription\": \"30/06/2024\", \"contenu_ftion\": \"

qsdqsdqssq

\\r\\n

sqdsqqs

\\r\\n

qsdqsdqs

\\r\\n

qsd

\", \"date_update\": \"2024-06-26 16:54:25.756245\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17807, "operationId": 17807, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2421, "operationId": 2421, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2421, "operationId": 2421, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14310, "operationId": 14310, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14310, "operationId": 14310, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66558d1d40412204b5bc6a11\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6617, "operationId": 6617, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.004, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6617, "operationId": 6617, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66558d1d40412204b5bc6a11\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22813, "operationId": 22813, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22813, "operationId": 22813, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"technicien-vendeur-conseil-921\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66558d1d40412204b5bc6a11\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9514, "operationId": 9514, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.349, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9514, "operationId": 9514, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14309, "operationId": 14309, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14309, "operationId": 14309, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7616, "operationId": 7616, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7616, "operationId": 7616, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18935, "operationId": 18935, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18935, "operationId": 18935, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17451, "operationId": 17451, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.995, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17451, "operationId": 17451, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66558d1d40412204b5bc6a11\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20600, "operationId": 20600, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20600, "operationId": 20600, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66558d1d40412204b5bc6a11\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5249, "operationId": 5249, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66558d1d40412204b5bc6a11\"}, \"code_session\": \"S_JUIN_RESA\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"17/06/2024\", \"date_fin\": \"28/06/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"20\", \"prix_session\": \"3332.7\", \"price_by\": \"perstagiaire\", \"titre\": \"Ttre_02\", \"location_type\": \"extra\", \"is_bpf\": \"1\", \"adresse\": \"83 Route de la Fortune\", \"code_postal\": \"73210\", \"ville\": \"Aime-La-Plagne\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"17/05/2024\", \"date_fin_inscription\": \"28/05/2024\", \"date_update\": \"2024-05-28 09:51:57.097406\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5249, "operationId": 5249, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16519, "operationId": 16519, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16519, "operationId": 16519, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31556, "operationId": 31556, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31556, "operationId": 31556, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66558d1d40412204b5bc6a0f\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22798, "operationId": 22798, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22798, "operationId": 22798, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66558d1d40412204b5bc6a0f\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30303, "operationId": 30303, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30303, "operationId": 30303, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"technicien-vendeur-conseil-921\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66558d1d40412204b5bc6a0f\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6224, "operationId": 6224, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6224, "operationId": 6224, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11008, "operationId": 11008, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11008, "operationId": 11008, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5844, "operationId": 5844, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.008, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5844, "operationId": 5844, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32609, "operationId": 32609, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.013, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32609, "operationId": 32609, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14989, "operationId": 14989, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14989, "operationId": 14989, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66558d1d40412204b5bc6a0f\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32702, "operationId": 32702, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 32702, "operationId": 32702, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66558d1d40412204b5bc6a0f\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3195, "operationId": 3195, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66558d1d40412204b5bc6a0f\"}, \"code_session\": \"S_JUIN_01\", \"class_internal_url\": \"technicien-vendeur-conseil-921\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"03/06/2024\", \"date_fin\": \"14/06/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"20\", \"prix_session\": \"3332.7\", \"price_by\": \"perstagiaire\", \"titre\": \"Ttre_01\", \"location_type\": \"intra\", \"is_bpf\": \"0\", \"adresse\": \"83 Route de la Fortune\", \"code_postal\": \"73210\", \"ville\": \"Aime-La-Plagne\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"03/05/2024\", \"date_fin_inscription\": \"14/05/2024\", \"date_update\": \"2024-06-26 19:25:35.144344\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3195, "operationId": 3195, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20485, "operationId": 20485, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20485, "operationId": 20485, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3093, "operationId": 3093, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.016, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3093, "operationId": 3093, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66470507ca564fc4bf39a4c4\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14343, "operationId": 14343, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.983, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14343, "operationId": 14343, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66470507ca564fc4bf39a4c4\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30523, "operationId": 30523, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30523, "operationId": 30523, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66470507ca564fc4bf39a4c4\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1587, "operationId": 1587, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1587, "operationId": 1587, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29314, "operationId": 29314, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29314, "operationId": 29314, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9503, "operationId": 9503, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9503, "operationId": 9503, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 7448, "operationId": 7448, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 7448, "operationId": 7448, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25200, "operationId": 25200, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25200, "operationId": 25200, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66470507ca564fc4bf39a4c4\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13458, "operationId": 13458, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13458, "operationId": 13458, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66470507ca564fc4bf39a4c4\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6618, "operationId": 6618, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.024, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66470507ca564fc4bf39a4c4\"}, \"code_session\": \"IFOD_02_Sess_RESA_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"24/06/2024\", \"date_fin\": \"27/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1800.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Reservation\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"22/06/2024\", \"date_update\": \"2024-05-17 09:19:35.224700\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6618, "operationId": 6618, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20580, "operationId": 20580, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20580, "operationId": 20580, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19796, "operationId": 19796, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19796, "operationId": 19796, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66470507ca564fc4bf39a4c2\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14798, "operationId": 14798, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14798, "operationId": 14798, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"66470507ca564fc4bf39a4c2\", \"class_internal_url\": \"conduire-un-projet-af4\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15281, "operationId": 15281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15281, "operationId": 15281, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"conduire-un-projet-af4\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"66470507ca564fc4bf39a4c2\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19589, "operationId": 19589, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19589, "operationId": 19589, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20798, "operationId": 20798, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0070000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20798, "operationId": 20798, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28009, "operationId": 28009, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28009, "operationId": 28009, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27157, "operationId": 27157, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27157, "operationId": 27157, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20472, "operationId": 20472, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20472, "operationId": 20472, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66470507ca564fc4bf39a4c2\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23622, "operationId": 23622, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23622, "operationId": 23622, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"66470507ca564fc4bf39a4c2\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18538, "operationId": 18538, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66470507ca564fc4bf39a4c2\"}, \"code_session\": \"IFOD_02_Sess_JUIN_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"10/06/2024\", \"date_fin\": \"13/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Juin\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"08/06/2024\", \"date_update\": \"2024-05-17 09:19:35.187533\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"2\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18538, "operationId": 18538, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12292, "operationId": 12292, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12292, "operationId": 12292, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6038, "operationId": 6038, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6038, "operationId": 6038, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6643298441efccf7bb038d62\", \"class_internal_url\": \"assistant-d-administration-et-de-communication-commerciale-da6\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24179, "operationId": 24179, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 4}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24179, "operationId": 24179, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6643298441efccf7bb038d62\", \"class_internal_url\": \"assistant-d-administration-et-de-communication-commerciale-da6\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18190, "operationId": 18190, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.045, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18190, "operationId": 18190, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"assistant-d-administration-et-de-communication-commerciale-da6\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6643298441efccf7bb038d62\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29657, "operationId": 29657, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.955, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29657, "operationId": 29657, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7958, "operationId": 7958, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7958, "operationId": 7958, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6191, "operationId": 6191, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 6191, "operationId": 6191, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19815, "operationId": 19815, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.042, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19815, "operationId": 19815, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22888, "operationId": 22888, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.959, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 22888, "operationId": 22888, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6643298441efccf7bb038d62\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19156, "operationId": 19156, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19156, "operationId": 19156, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6643298441efccf7bb038d62\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11511, "operationId": 11511, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6643298441efccf7bb038d62\"}, \"code_session\": \"IFOD_02_Sess_2022-2023\", \"class_internal_url\": \"assistant-d-administration-et-de-communication-commerciale-da6\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"01/01/2025\", \"date_fin\": \"30/09/2025\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"2500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session 2022-2023\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"04/05/2024\", \"date_update\": \"2024-05-14 11:06:12.816616\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"2\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11511, "operationId": 11511, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16202, "operationId": 16202, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.035, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16202, "operationId": 16202, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2634, "operationId": 2634, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2634, "operationId": 2634, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"662e94d7b97cb28bc53d6576\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24272, "operationId": 24272, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24272, "operationId": 24272, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"662e94d7b97cb28bc53d6576\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20055, "operationId": 20055, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20055, "operationId": 20055, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"662e94d7b97cb28bc53d6576\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20328, "operationId": 20328, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20328, "operationId": 20328, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22646, "operationId": 22646, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9890000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22646, "operationId": 22646, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26362, "operationId": 26362, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.018, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26362, "operationId": 26362, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4886, "operationId": 4886, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.983, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4886, "operationId": 4886, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18875, "operationId": 18875, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.031, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18875, "operationId": 18875, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6576\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28433, "operationId": 28433, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9700000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28433, "operationId": 28433, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6576\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29869, "operationId": 29869, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6576\"}, \"code_session\": \"mspb_03_18_mois\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"01/01/2025\", \"date_fin\": \"12/06/2026\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"750.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION JUILLET 18 Mois\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"17/01/2024\", \"date_fin_inscription\": \"06/07/2024\", \"date_update\": \"2024-05-05 13:08:52.660710\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29869, "operationId": 29869, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20142, "operationId": 20142, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20142, "operationId": 20142, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23844, "operationId": 23844, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23844, "operationId": 23844, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"662e94d7b97cb28bc53d6574\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1416, "operationId": 1416, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1416, "operationId": 1416, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"662e94d7b97cb28bc53d6574\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21881, "operationId": 21881, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21881, "operationId": 21881, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"662e94d7b97cb28bc53d6574\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31998, "operationId": 31998, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31998, "operationId": 31998, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10322, "operationId": 10322, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.467, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10322, "operationId": 10322, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18651, "operationId": 18651, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18651, "operationId": 18651, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 10021, "operationId": 10021, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 10021, "operationId": 10021, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5699, "operationId": 5699, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5699, "operationId": 5699, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6574\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3557, "operationId": 3557, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3557, "operationId": 3557, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6574\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28476, "operationId": 28476, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6574\"}, \"code_session\": \"mspb_01_SESS_02\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"17/06/2024\", \"date_fin\": \"21/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"15\", \"prix_session\": \"750.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION JUIN\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"20/01/2024\", \"date_fin_inscription\": \"15/06/2024\", \"date_update\": \"2024-04-28 20:26:31.404935\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28476, "operationId": 28476, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27892, "operationId": 27892, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27892, "operationId": 27892, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24389, "operationId": 24389, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24389, "operationId": 24389, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"662e94d7b97cb28bc53d6572\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5075, "operationId": 5075, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5075, "operationId": 5075, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"662e94d7b97cb28bc53d6572\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10712, "operationId": 10712, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10712, "operationId": 10712, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"662e94d7b97cb28bc53d6572\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2600, "operationId": 2600, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2600, "operationId": 2600, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2510, "operationId": 2510, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2510, "operationId": 2510, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21003, "operationId": 21003, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21003, "operationId": 21003, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26869, "operationId": 26869, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26869, "operationId": 26869, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17861, "operationId": 17861, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17861, "operationId": 17861, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6572\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14688, "operationId": 14688, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 14688, "operationId": 14688, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6572\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 13401, "operationId": 13401, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"662e94d7b97cb28bc53d6572\"}, \"code_session\": \"mspb_01_SESS_01\", \"class_internal_url\": \"le-tuteur-de-stage-dans-la-formation-en-soins-infirmiers-bb8\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"01/01/2025\", \"date_fin\": \"30/09/2025\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"10\", \"prix_session\": \"750.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION MAI\", \"location_type\": \"intra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"04/05/2024\", \"date_update\": \"2024-05-09 16:09:43.174864\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 13401, "operationId": 13401, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9789, "operationId": 9789, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9789, "operationId": 9789, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15255, "operationId": 15255, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15255, "operationId": 15255, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"661bc733ffe5846941faa335\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16423, "operationId": 16423, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16423, "operationId": 16423, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"661bc733ffe5846941faa335\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5002, "operationId": 5002, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 5002, "operationId": 5002, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"661bc733ffe5846941faa335\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10585, "operationId": 10585, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10585, "operationId": 10585, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24182, "operationId": 24182, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24182, "operationId": 24182, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10285, "operationId": 10285, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10285, "operationId": 10285, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27088, "operationId": 27088, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27088, "operationId": 27088, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31426, "operationId": 31426, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31426, "operationId": 31426, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"661bc733ffe5846941faa335\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28617, "operationId": 28617, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28617, "operationId": 28617, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"661bc733ffe5846941faa335\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23757, "operationId": 23757, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"661bc733ffe5846941faa335\"}, \"code_session\": \"MAP1_SESS_03\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"01/02/2025\", \"date_fin\": \"30/04/2025\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1500.0\", \"price_by\": \"persession\", \"titre\": \"SESSION PREPA MAI\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"17/01/2024\", \"date_fin_inscription\": \"16/05/2024\", \"date_update\": \"2024-05-09 17:14:21.376676\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23757, "operationId": 23757, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9832, "operationId": 9832, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9832, "operationId": 9832, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30932, "operationId": 30932, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30932, "operationId": 30932, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"661bc733ffe5846941faa333\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4169, "operationId": 4169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.045, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4169, "operationId": 4169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"661bc733ffe5846941faa333\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2154, "operationId": 2154, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2154, "operationId": 2154, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"661bc733ffe5846941faa333\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25721, "operationId": 25721, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25721, "operationId": 25721, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 17189, "operationId": 17189, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 17189, "operationId": 17189, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19976, "operationId": 19976, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19976, "operationId": 19976, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31329, "operationId": 31329, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 31329, "operationId": 31329, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2368, "operationId": 2368, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2368, "operationId": 2368, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"661bc733ffe5846941faa333\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28692, "operationId": 28692, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28692, "operationId": 28692, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"661bc733ffe5846941faa333\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 21425, "operationId": 21425, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"661bc733ffe5846941faa333\"}, \"code_session\": \"MAP1_SESS_02\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"20/05/2024\", \"date_fin\": \"20/05/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"15\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION HABILITATION ELEC MAI\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"20/01/2024\", \"date_fin_inscription\": \"19/05/2024\", \"date_update\": \"2024-04-14 14:08:19.415245\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 21425, "operationId": 21425, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 10555, "operationId": 10555, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 10555, "operationId": 10555, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3434, "operationId": 3434, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3434, "operationId": 3434, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"661bc733ffe5846941faa331\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16549, "operationId": 16549, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16549, "operationId": 16549, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"661bc733ffe5846941faa331\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7441, "operationId": 7441, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7441, "operationId": 7441, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"661bc733ffe5846941faa331\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9512, "operationId": 9512, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9512, "operationId": 9512, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30145, "operationId": 30145, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.028, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 30145, "operationId": 30145, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18060, "operationId": 18060, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18060, "operationId": 18060, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 21718, "operationId": 21718, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 21718, "operationId": 21718, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3753, "operationId": 3753, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3753, "operationId": 3753, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"661bc733ffe5846941faa331\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16139, "operationId": 16139, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16139, "operationId": 16139, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"661bc733ffe5846941faa331\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12423, "operationId": 12423, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"661bc733ffe5846941faa331\"}, \"code_session\": \"MAP1_SESS_01\", \"class_internal_url\": \"les-fondamentaux-du-management-de-projet--savoir-conduire-a-la-reussite-de-vos-projets-f29\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"06/05/2024\", \"date_fin\": \"06/05/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"10\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION CACES R480 MAI\", \"location_type\": \"intra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"05/05/2024\", \"date_update\": \"2024-04-14 14:08:19.339197\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12423, "operationId": 12423, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16279, "operationId": 16279, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 16279, "operationId": 16279, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25996, "operationId": 25996, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25996, "operationId": 25996, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6617ef6977cb5462f767ca58\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16687, "operationId": 16687, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16687, "operationId": 16687, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6617ef6977cb5462f767ca58\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12529, "operationId": 12529, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 2}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12529, "operationId": 12529, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"operateur-polyvalent-des-operations-au-sol-08a\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6617ef6977cb5462f767ca58\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22549, "operationId": 22549, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 22549, "operationId": 22549, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 17437, "operationId": 17437, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.036, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 17437, "operationId": 17437, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19866, "operationId": 19866, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19866, "operationId": 19866, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12949, "operationId": 12949, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.983, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12949, "operationId": 12949, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 193, "operationId": 193, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9840000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 193, "operationId": 193, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca58\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23195, "operationId": 23195, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23195, "operationId": 23195, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca58\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3297, "operationId": 3297, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca58\"}, \"code_session\": \"FI-SOL_SESS_03\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"17/05/2024\", \"date_fin\": \"17/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"5750.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION PREPA MAI 3\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"17/01/2024\", \"date_fin_inscription\": \"15/05/2024\", \"date_update\": \"2024-04-11 20:00:05.726758\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 3297, "operationId": 3297, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20416, "operationId": 20416, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20416, "operationId": 20416, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28286, "operationId": 28286, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28286, "operationId": 28286, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6617ef6977cb5462f767ca56\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16105, "operationId": 16105, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16105, "operationId": 16105, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6617ef6977cb5462f767ca56\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24488, "operationId": 24488, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24488, "operationId": 24488, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"operateur-polyvalent-des-operations-au-sol-08a\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6617ef6977cb5462f767ca56\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16282, "operationId": 16282, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 16282, "operationId": 16282, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12455, "operationId": 12455, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12455, "operationId": 12455, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25734, "operationId": 25734, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25734, "operationId": 25734, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18114, "operationId": 18114, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18114, "operationId": 18114, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11701, "operationId": 11701, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0070000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11701, "operationId": 11701, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca56\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31316, "operationId": 31316, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.969, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31316, "operationId": 31316, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca56\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20671, "operationId": 20671, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca56\"}, \"code_session\": \"FI-SOL_SESS_02\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"20/05/2024\", \"date_fin\": \"21/05/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"15\", \"prix_session\": \"5750.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION MAI 2\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"20/01/2024\", \"date_fin_inscription\": \"18/05/2024\", \"date_update\": \"2024-04-11 20:00:05.692410\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20671, "operationId": 20671, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5786, "operationId": 5786, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5786, "operationId": 5786, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12263, "operationId": 12263, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 12263, "operationId": 12263, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6617ef6977cb5462f767ca54\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4313, "operationId": 4313, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 3}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4313, "operationId": 4313, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6617ef6977cb5462f767ca54\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24355, "operationId": 24355, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 24355, "operationId": 24355, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"operateur-polyvalent-des-operations-au-sol-08a\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6617ef6977cb5462f767ca54\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31185, "operationId": 31185, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 31185, "operationId": 31185, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20053, "operationId": 20053, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20053, "operationId": 20053, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 912, "operationId": 912, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 912, "operationId": 912, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 10808, "operationId": 10808, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 10808, "operationId": 10808, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1832, "operationId": 1832, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1832, "operationId": 1832, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca54\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20945, "operationId": 20945, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20945, "operationId": 20945, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca54\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4313, "operationId": 4313, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6617ef6977cb5462f767ca54\"}, \"code_session\": \"FI-SOL_SESS_01\", \"class_internal_url\": \"operateur-polyvalent-des-operations-au-sol-08a\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"06/05/2024\", \"date_fin\": \"12/05/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"10\", \"prix_session\": \"5750.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION MAI 1\", \"location_type\": \"intra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"04/05/2024\", \"date_update\": \"2024-05-13 16:13:57.678617\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4313, "operationId": 4313, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27756, "operationId": 27756, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 27756, "operationId": 27756, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28321, "operationId": 28321, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 28321, "operationId": 28321, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"660312c8b248a31a3da138d2\", \"class_internal_url\": \"engin-de-chantier-caces-r482-ff6\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19558, "operationId": 19558, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 5}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19558, "operationId": 19558, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"660312c8b248a31a3da138d2\", \"class_internal_url\": \"engin-de-chantier-caces-r482-ff6\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23646, "operationId": 23646, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 23646, "operationId": 23646, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"engin-de-chantier-caces-r482-ff6\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"660312c8b248a31a3da138d2\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27982, "operationId": 27982, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9600000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 27982, "operationId": 27982, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 481, "operationId": 481, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 481, "operationId": 481, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4144, "operationId": 4144, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.519, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4144, "operationId": 4144, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23196, "operationId": 23196, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.017, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 23196, "operationId": 23196, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20222, "operationId": 20222, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20222, "operationId": 20222, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"660312c8b248a31a3da138d2\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7129, "operationId": 7129, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.01, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7129, "operationId": 7129, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"660312c8b248a31a3da138d2\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2161, "operationId": 2161, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"660312c8b248a31a3da138d2\"}, \"code_session\": \"001_S_CACES_R482\", \"class_internal_url\": \"engin-de-chantier-caces-r482-ff6\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"06/05/2024\", \"date_fin\": \"14/05/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"10\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION CACES R480 MAI\", \"location_type\": \"intra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"26/04/2024\", \"date_update\": \"2024-03-26 19:24:08.177405\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"invoiced_statut\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2161, "operationId": 2161, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5535, "operationId": 5535, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 5535, "operationId": 5535, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20450, "operationId": 20450, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20450, "operationId": 20450, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6601c822e3300c89ee4ba0a4\", \"class_internal_url\": \"preparateur-de-commande-en-entreprot-dbc\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11173, "operationId": 11173, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9959999999999999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11173, "operationId": 11173, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"6601c822e3300c89ee4ba0a4\", \"class_internal_url\": \"preparateur-de-commande-en-entreprot-dbc\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10466, "operationId": 10466, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10466, "operationId": 10466, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"preparateur-de-commande-en-entreprot-dbc\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"6601c822e3300c89ee4ba0a4\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12044, "operationId": 12044, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9959999999999999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 12044, "operationId": 12044, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21659, "operationId": 21659, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.381, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 21659, "operationId": 21659, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26292, "operationId": 26292, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26292, "operationId": 26292, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26439, "operationId": 26439, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26439, "operationId": 26439, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17253, "operationId": 17253, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17253, "operationId": 17253, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6601c822e3300c89ee4ba0a4\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20024, "operationId": 20024, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20024, "operationId": 20024, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"6601c822e3300c89ee4ba0a4\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26154, "operationId": 26154, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6601c822e3300c89ee4ba0a4\"}, \"code_session\": \"001_S_PCE\", \"class_internal_url\": \"preparateur-de-commande-en-entreprot-dbc\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"17/05/2024\", \"date_fin\": \"17/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1500.0\", \"price_by\": \"perstagiaire\", \"titre\": \"SESSION PREPA MAI\", \"location_type\": \"extra\", \"is_bpf\": \"0\", \"adresse\": \"48 Rue Jean Jaur\\u00e8s\", \"code_postal\": \"78130\", \"ville\": \"Les Mureaux\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"17/01/2024\", \"date_fin_inscription\": \"06/05/2024\", \"date_update\": \"2024-03-26 19:24:08.296359\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26154, "operationId": 26154, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29510, "operationId": 29510, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29510, "operationId": 29510, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4745, "operationId": 4745, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4745, "operationId": 4745, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6076\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20649, "operationId": 20649, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 20649, "operationId": 20649, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6076\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13186, "operationId": 13186, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 13186, "operationId": 13186, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"demo-1-praticien-en-aromatherapie-integrative-623\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"65f04a3f549224c14c3f6076\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8313, "operationId": 8313, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8313, "operationId": 8313, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4474, "operationId": 4474, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.5430000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4474, "operationId": 4474, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28022, "operationId": 28022, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.505, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28022, "operationId": 28022, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2168, "operationId": 2168, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0050000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2168, "operationId": 2168, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14018, "operationId": 14018, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 14018, "operationId": 14018, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6076\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18787, "operationId": 18787, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0330000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18787, "operationId": 18787, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6076\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9905, "operationId": 9905, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6076\"}, \"code_session\": \"SESS_02_DEMO_AR\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"15/04/2024\", \"date_fin\": \"16/04/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"10\", \"prix_session\": \"1000.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Avril\", \"location_type\": \"intra\", \"is_bpf\": \"0\", \"adresse\": \"5 passage de la Providence 04\", \"code_postal\": \"75001\", \"ville\": \"Paris 4\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"06/01/2024\", \"date_fin_inscription\": \"07/04/2024\", \"date_update\": \"2024-04-07 16:53:33.815935\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 9905, "operationId": 9905, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17958, "operationId": 17958, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17958, "operationId": 17958, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 7391, "operationId": 7391, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 7391, "operationId": 7391, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6074\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10202, "operationId": 10202, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 10202, "operationId": 10202, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6074\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3625, "operationId": 3625, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3625, "operationId": 3625, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"demo-1-praticien-en-aromatherapie-integrative-623\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"65f04a3f549224c14c3f6074\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26477, "operationId": 26477, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 26477, "operationId": 26477, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4414, "operationId": 4414, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4414, "operationId": 4414, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9314, "operationId": 9314, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 9314, "operationId": 9314, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25824, "operationId": 25824, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 25824, "operationId": 25824, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29334, "operationId": 29334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 29334, "operationId": 29334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6074\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25874, "operationId": 25874, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 25874, "operationId": 25874, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6074\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24372, "operationId": 24372, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6074\"}, \"code_session\": \"SESS_01_DEMO_AR\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-623\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"17/02/2024\", \"date_fin\": \"27/02/2024\", \"distantiel\": \"1\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"20\", \"prix_session\": \"2550.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Fev\", \"is_bpf\": \"0\", \"adresse\": \"4 passage de la Providence 02\", \"code_postal\": \"75002\", \"ville\": \"Paris 3\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"15/02/2024\", \"date_update\": \"2024-03-23 18:19:35.917763\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 24372, "operationId": 24372, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20159, "operationId": 20159, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.045, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 20159, "operationId": 20159, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11833, "operationId": 11833, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.555, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11833, "operationId": 11833, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6072\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28070, "operationId": 28070, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.006, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28070, "operationId": 28070, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6072\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7487, "operationId": 7487, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7487, "operationId": 7487, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"demo-1-praticien-en-aromatherapie-integrative-b59\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"65f04a3f549224c14c3f6072\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28297, "operationId": 28297, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 28297, "operationId": 28297, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7518, "operationId": 7518, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7518, "operationId": 7518, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8177, "operationId": 8177, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8177, "operationId": 8177, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17773, "operationId": 17773, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17773, "operationId": 17773, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32270, "operationId": 32270, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 32270, "operationId": 32270, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6072\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1763, "operationId": 1763, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 1763, "operationId": 1763, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6072\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2668, "operationId": 2668, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6072\"}, \"code_session\": \"SESS_02_DEMO_AP\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"27/03/2024\", \"date_fin\": \"02/04/2024\", \"distantiel\": \"0\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"15\", \"prix_session\": \"1550.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Avril\", \"location_type\": \"extra\", \"is_bpf\": \"1\", \"adresse\": \"3 passage de la Providence 03\", \"code_postal\": \"75001\", \"ville\": \"Paris 2\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"04/02/2024\", \"date_fin_inscription\": \"26/03/2024\", \"date_update\": \"2024-03-24 10:08:23.601315\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 2668, "operationId": 2668, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17192, "operationId": 17192, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 17192, "operationId": 17192, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 13985, "operationId": 13985, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 13985, "operationId": 13985, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6070\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"status\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3102, "operationId": 3102, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 3102, "operationId": 3102, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +77216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:44.931Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"session_id\": \"65f04a3f549224c14c3f6070\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"status\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8480, "operationId": 8480, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 8480, "operationId": 8480, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_order_header\", \"pipeline\": [{\"$match\": {\"$and\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"order_header_type\": \"devis\", \"is_validated\": \"0\", \"date_envoi_quotation\": {\"$exists\": true}}]}}, {\"$sort\": {\"_id\": -1}}, {\"$addFields\": {\"partner_order_header_Id\": {\"$toString\": \"$_id\"}}}, {\"$lookup\": {\"from\": \"partner_order_line\", \"localField\": \"partner_order_header_Id\", \"foreignField\": \"order_header_id\", \"pipeline\": [{\"$match\": {\"$and\": [{\"order_line_formation\": \"demo-1-praticien-en-aromatherapie-integrative-b59\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"order_line_session_id\": \"65f04a3f549224c14c3f6070\"}, {\"valide\": \"1\"}]}}], \"as\": \"partner_order_line_collection\"}}, {\"$unwind\": \"$partner_order_line_collection\"}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29213, "operationId": 29213, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.partner_order_header\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 29213, "operationId": 29213, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7627, "operationId": 7627, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0150000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 7627, "operationId": 7627, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4802, "operationId": 4802, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0219999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 4802, "operationId": 4802, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4099, "operationId": 4099, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.963, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 4099, "operationId": 4099, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30527, "operationId": 30527, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 30527, "operationId": 30527, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6070\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2625, "operationId": 2625, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 2625, "operationId": 2625, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation\", \"filter\": {\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6070\"}, \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1543, "operationId": 1543, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04a3f549224c14c3f6070\"}, \"code_session\": \"SESS_01_DEMO_AP\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"05/02/2024\", \"date_fin\": \"09/02/2024\", \"distantiel\": \"1\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"10\", \"prix_session\": \"1550.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Fev\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"2 passage de la Providence 01\", \"code_postal\": \"75001\", \"ville\": \"Paris 1\", \"pays\": \"France\", \"session_status\": \"1\", \"date_debut_inscription\": \"03/01/2024\", \"date_fin_inscription\": \"03/02/2024\", \"date_update\": \"2024-03-12 13:27:43.586931\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1543, "operationId": 1543, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1924, "operationId": 1924, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607de65f99d0cda6ada37d\"}, \"config_name\": \"session_warning\", \"config_value\": \"1\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-05-12 21:16:42.570096\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 1924, "operationId": 1924, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"base_partner_setup\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"config_name\": \"session_warning_lead_time\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11023, "operationId": 11023, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66607e005f99d0cda6ada37e\"}, \"config_name\": \"session_warning_lead_time\", \"config_value\": \"15\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2024-06-06 12:09:16.303449\"}], \"ns\": \"cherifdb_dev.base_partner_setup\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11023, "operationId": 11023, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:44] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:45.031Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:45.764Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:45.764Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:51:49.051260 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:49.053646 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:51:49.055645 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:49.058646 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +INFO:root:2025-05-27 19:51:49.056662 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:51:49.061662 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.015000000013969839} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 6.989999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.005, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 5.002000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 6.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.01600000000325963} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 5.997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9949999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9849999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9940000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"inscription\", \"filter\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"status\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"emargement\", \"filter\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\"}, \"sort\": {\"date\": 1, \"sequence_start\": 1, \"sequence_end\": 1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"inscription\", \"filter\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"status\": \"1\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.emargement\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation_sequence\", \"filter\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.024, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"6707909797308f17f8a74e5a\"}, \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$lookup\": {\"from\": \"myclass\", \"localField\": \"class_internal_url\", \"foreignField\": \"internal_url\", \"pipeline\": [{\"$project\": {\"title\": 1, \"_id\": 1, \"lms_class_code\": 1, \"external_code\": 1, \"published\": 1, \"recyclage_delai\": 1, \"recyclage_periodicite\": 1}}], \"as\": \"myclass\"}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation_sequence\", \"filter\": {\"session_id\": \"6707909797308f17f8a74e5a\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.98, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation_sequence\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.003, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation_sequence\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.015000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6707909797308f17f8a74e5a\"}, \"code_session\": \"tetet\", \"class_internal_url\": \"demo-1-praticien-en-aromatherapie-integrative-b59\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"13/10/2024\", \"session_etape\": \"Projet\", \"date_fin\": \"15/10/2024\", \"distantiel\": \"0\", \"presentiel\": \"0\", \"session_ondemande\": \"0\", \"nb_participant\": \"0\", \"prix_session\": \"2590\", \"titre\": \"ezrez\", \"is_bpf\": \"0\", \"adresse\": \" \", \"session_status\": \"1\", \"date_debut_inscription\": \"06/10/2024\", \"date_fin_inscription\": \"13/10/2024\", \"date_update\": \"2024-10-10 10:30:15.207691\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"myclass\": [{\"_id\": {\"$oid\": \"65f04a3483026d79b3e74b40\"}, \"external_code\": \"MYSY_Demo_AP\", \"published\": \"1\", \"title\": \"DEMO 1 PRATICIEN EN AROMATHERAPIE INTEGRATIVE\", \"lms_class_code\": \"a01f9697e8\", \"recyclage_delai\": \"5\", \"recyclage_periodicite\": \"mois\"}]}], \"ns\": \"cherifdb_dev.session_formation\"}, \"ok\":...", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"status\": \"1\", \"session_id\": \"6707909797308f17f8a74e5a\", \"client_rattachement_id\": {\"$exists\": true}}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.019, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"$or\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"status\": \"1\", \"session_id\": \"6707909797308f17f8a74e5a\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"status\": \"1\", \"session_id\": \"6707909797308f17f8a74e5a\"}]}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.017, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:51:49.400860 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.01600000000325963} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.018, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.98, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.995, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"download_files\", \"filter\": {\"object_owner_collection\": \"session_formation\", \"object_owner_id\": \"6707909797308f17f8a74e5a\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"sort\": {\"_id\": -1, \"document_display_order\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9959999999999999, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.download_files\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:51:49] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:54.931Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:55.034Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:55.766Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:51:55.766Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:52:01.003052 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:52:01.007156 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:52:01.008049 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:root:2025-05-27 19:52:01.009196 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.028, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:root:2025-05-27 19:52:01.013150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:52:01.011087 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.021, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"BqnLymFyRre3Wpk8pHdF8Q==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.006, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 6, "serverConnectionId": 211, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9849999999999999, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 6} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9990000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9980000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9980000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0170000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"inscription\", \"filter\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"status\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.018, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"inscription\", \"filter\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"status\": \"1\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.984, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66d2d60a20b0167c8fc1087c\"}, \"email\": \"sdfsd@sdf.dr\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"civilite\": \"mme\", \"class_internal_url\": \"conduire-un-projet-af4\", \"client_rattachement_id\": \"6661d4c6f26a0e44f380e513\", \"date_au\": \"27/06/2024\", \"date_du\": \"24/06/2024\", \"date_naissance\": \"31/08/2024\", \"date_update\": \"2024-08-31 10:51:40.919806\", \"facture_client_rattachement_id\": \"6661d4c6f26a0e44f380e513\", \"financeur_rattachement_id\": \"65f05b37c544f77525a30645\", \"locked\": \"0\", \"modefinancement\": \"autre\", \"nom\": \"sdfdsf\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"prenom\": \"sdfsd\", \"price\": \"1800.0\", \"status\": \"0\", \"telephone\": \"0123456789\", \"type_apprenant\": \"0\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}], \"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.029, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"emargement\", \"filter\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"class_internal_url\": \"conduire-un-projet-af4\"}, \"sort\": {\"date\": 1, \"sequence_start\": 1, \"sequence_end\": 1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.029, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9940000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.9940000000000002, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.emargement\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_client\", \"filter\": {\"_id\": {\"$oid\": \"6661d4c6f26a0e44f380e513\"}, \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.5300000000000002, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.008, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6661d4c6f26a0e44f380e513\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"raison_sociale\": \"part nom6_client\", \"nom\": \"part nom6_client\", \"is_company\": \"0\", \"is_client\": \"1\", \"adr_adresse\": \"adresse05\", \"adr_code_postal\": \"code_postal05\", \"adr_ville\": \"ville05\", \"email\": \"mysy1000formation+02@gmail.com\", \"telephone\": \"10101\", \"invoice_email\": \"mysy1000formation+02@gmail.com\", \"invoice_adresse\": \"adresse05\", \"invoice_ville\": \"ville05\", \"invoice_code_postal\": \"code_postal05\", \"invoice_pays\": \"pays05\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-06-06 17:24:54.244189\", \"update_by\": \"65f04934549224c14c3f6039\", \"recid\": \"817627f5543ca818cf53fe790abde6c373a0e22fc8b52ecfaf\"}], \"ns\": \"cherifdb_dev.partner_client\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation_sequence\", \"filter\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_client\", \"filter\": {\"_id\": {\"$oid\": \"65f05b37c544f77525a30645\"}, \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "aggregate", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"670e800eee650264ee07d84c\"}, \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"type\": \"planning\", \"sequence_title\": \"Seq_Auto_10\", \"sequence_start\": \"24/06/2024 09:00\", \"sequence_end\": \"24/06/2024 12:00\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"670e800eee650264ee07d84d\"}, \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"type\": \"planning\", \"sequence_title\": \"Seq_Auto_10\", \"sequence_start\": \"24/06/2024 13:30\", \"sequence_end\": \"24/06/2024 17:00\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"670e800eee650264ee07d84e\"}, \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"type\": \"planning\", \"sequence_title\": \"Seq_Auto_11\", \"sequence_start\": \"25/06/2024 09:00\", \"sequence_end\": \"25/06/2024 12:00\", \"valide\": \"1\", \"locked\": \"0\", ...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"session_formation\", \"pipeline\": [{\"$match\": {\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b068\"}, \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}}, {\"$lookup\": {\"from\": \"myclass\", \"localField\": \"class_internal_url\", \"foreignField\": \"internal_url\", \"pipeline\": [{\"$project\": {\"title\": 1, \"_id\": 1, \"lms_class_code\": 1, \"external_code\": 1, \"published\": 1, \"recyclage_delai\": 1, \"recyclage_periodicite\": 1}}], \"as\": \"myclass\"}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f05b37c544f77525a30645\"}, \"partner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"raison_sociale\": \"RS Client 1\", \"nom\": \"Client 1\", \"is_company\": \"1\", \"is_fournisseur\": \"0\", \"is_client\": \"1\", \"is_financeur\": \"0\", \"adr_ville\": \"qs\", \"email\": \"mysytraining+client1@gmail.com\", \"invoice_email\": \"email_fact@ddd.fr\", \"invoice_condition_paiement_id\": \"65f05a36c544f77525a30642\", \"valide\": \"1\", \"locked\": \"0\", \"date_update\": \"2024-09-01 17:54:45.325323\", \"update_by\": \"65f04934549224c14c3f6039\", \"recid\": \"d114cdd727e734e0f270154304a58e799f07519d683f1552bf\", \"invoice_automatique\": \"mois\", \"type_pouvoir_public_id\": \"66cf17fea3e2553928fb361b\"}], \"ns\": \"cherifdb_dev.partner_client\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation_sequence\", \"filter\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"670e800eee650264ee07d84c\"}, \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"type\": \"planning\", \"sequence_title\": \"Seq_Auto_10\", \"sequence_start\": \"24/06/2024 09:00\", \"sequence_end\": \"24/06/2024 12:00\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"670e800eee650264ee07d84d\"}, \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"type\": \"planning\", \"sequence_title\": \"Seq_Auto_10\", \"sequence_start\": \"24/06/2024 13:30\", \"sequence_end\": \"24/06/2024 17:00\", \"valide\": \"1\", \"locked\": \"0\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"update_by\": \"65f04934549224c14c3f6039\"}, {\"_id\": {\"$oid\": \"670e800eee650264ee07d84e\"}, \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"type\": \"planning\", \"sequence_title\": \"Seq_Auto_11\", \"sequence_start\": \"25/06/2024 09:00\", \"sequence_end\": \"25/06/2024 12:00\", \"valide\": \"1\", \"locked\": \"0\", ...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 5.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66cdeb5d7e8061b7b6f9b068\"}, \"code_session\": \"IFOD_44_Sess_RESA_DEV\", \"class_internal_url\": \"conduire-un-projet-af4\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_debut\": \"24/06/2024\", \"session_etape\": \"2\", \"date_fin\": \"27/06/2024\", \"distantiel\": \"1\", \"presentiel\": \"1\", \"session_ondemande\": \"0\", \"nb_participant\": \"12\", \"prix_session\": \"1800.0\", \"price_by\": \"perstagiaire\", \"titre\": \"Session Reservation\", \"location_type\": \"intra\", \"is_bpf\": \"1\", \"adresse\": \"19 rue de l\u2019industrie\", \"code_postal\": \"L- 8069\", \"ville\": \"Bertrange\", \"pays\": \"Luxembourg\", \"session_status\": \"1\", \"date_debut_inscription\": \"05/01/2024\", \"date_fin_inscription\": \"22/06/2024\", \"date_update\": \"2024-08-27 17:06:05.670165\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\", \"myclass\": [{\"_id\": {\"$oid\": \"664240065407cfe49176e9a6\"}, \"external_code\": \"IFOD_01\", \"published\": \"1\", \"title\": \"CONDUIRE UN PROJET\", \"recyclage_delai\": \"6\"...", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"status\": \"1\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"client_rattachement_id\": {\"$exists\": true}}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"inscription\", \"pipeline\": [{\"$match\": {\"$or\": [{\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"status\": \"1\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\"}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"status\": \"1\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\"}]}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-05-27 19:52:01.331838 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.013, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0070000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"download_files\", \"filter\": {\"object_owner_collection\": \"session_formation\", \"object_owner_id\": \"66cdeb5d7e8061b7b6f9b068\", \"valide\": \"1\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\"}, \"sort\": {\"_id\": -1, \"document_display_order\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.download_files\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:01] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:04.932Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:05.035Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:05.769Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:05.769Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +INFO:root:2025-05-27 19:52:06.348433 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:52:06.349424 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +INFO:root:2025-05-27 19:52:06.352436 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +INFO:root:2025-05-27 19:52:06.360423 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-27 19:52:06.363413 : Security check : IP adresse '127.0.0.1' connected +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 12.989, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 10.997, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.971, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"locked\": \"0\", \"valide\": \"1\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 4.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.978, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 41, "operationId": 41, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "count", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"aggregate\": \"partner_token\", \"pipeline\": [{\"$match\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}}, {\"$group\": {\"_id\": 1, \"n\": {\"$sum\": 1}}}], \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.027, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.01, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": 1, \"n\": 1}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "aggregate", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 3.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 18467, "operationId": 18467, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.9940000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partner_token\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"valide\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"inscription\", \"filter\": {\"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"status\": \"1\"}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6835fba475962818d7830bed\"}, \"partner_account_id\": \"65f04934549224c14c3f6039\", \"email\": \"mysytraining+dev@gmail.com\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"date_update\": \"2025-05-27 19:51:32.241020\", \"valide\": \"1\", \"locked\": \"0\", \"start_date\": \"2025-05-27 19:51:32.241020\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"type\": \"partner\"}], \"ns\": \"cherifdb_dev.partner_token\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 4, "serverConnectionId": 209, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 4} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 0.0, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.inscription\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 6334, "operationId": 6334, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NUfmXUqFTvWzIl+rXHnDuQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:06] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.0219999999999998, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.038, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"partnair_account\", \"filter\": {\"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"active\": \"1\", \"locked\": \"0\"}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation_final_note_classement_detail\", \"filter\": {\"$and\": [{\"session_id\": {\"$in\": [\"66cdeb5d7e8061b7b6f9b068\"]}}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}]}, \"sort\": {\"ue_id\": -1, \"inscription_id\": -1, \"type_eval_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"kefIPCmzSVaeI0u05jHDBw==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"65f04934549224c14c3f6039\"}, \"invoice_taux_vat\": \"20\", \"nom\": \"Colas Rail\", \"invoice_nom\": \"Dev MySy Training\", \"email\": \"mysytraining+dev@gmail.com\", \"invoice_email\": \"mysytraining+dev@gmail.com\", \"telephone\": \"07 69 20 39 45\", \"invoice_telephone\": \"07 69 20 39 45\", \"pwd\": \"JvMysedrBsDMy01!+\", \"contact_nom\": \"nonn\", \"contact_prenom\": \"prenom\", \"recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"insert_key\": \"127d2e97c67b12b972361dada1046061c4c1e701efdeb04a2e\", \"stripe_account_id\": \"cus_PiwFGatTspm9yu\", \"stripe_paymentmethod_id\": \"pm_1OtUP4AbmaEugrFTyo4CzC8h\", \"active\": \"1\", \"locked\": \"0\", \"ispending\": \"0\", \"date_update\": \"2024-09-17 14:22:38.439559\", \"secret_key\": \"-AQftzepFolULAEBADXs2eEb4k3-s0WbYQ\", \"is_partner_admin_account\": \"1\", \"ressource_humaine_id\": \"65f04945549224c14c3f605d\", \"lastconnexion\": \"2025-05-27 19:51:32.729296\", \"token\": \"boUWM7QgMDwAa0IG_mCiPkA1dfFDGPYeGA\", \"firstconnexion\": \"0\", \"invoice_adr_city\": \"Paris\", \"...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 26500, "operationId": 26500, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3, "durationMS": 0.0} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"inscription\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\"}, \"sort\": {\"rang\": 1, \"note_finale\": -1, \"nom\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"NvaanZMJTzGFXAR3Hc9wnQ==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2, "durationMS": 0.0} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"session_formation_final_note_classement\", \"filter\": {\"$and\": [{\"session_id\": {\"$in\": [\"66cdeb5d7e8061b7b6f9b068\"]}}, {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\"}]}, \"sort\": {\"ue_id\": -1, \"inscription_id\": -1, \"type_eval_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.003, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation_final_note_classement_detail\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 1, "serverConnectionId": 206, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 1} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"66d2d60a20b0167c8fc1087c\"}, \"email\": \"sdfsd@sdf.dr\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"civilite\": \"mme\", \"class_internal_url\": \"conduire-un-projet-af4\", \"client_rattachement_id\": \"6661d4c6f26a0e44f380e513\", \"date_au\": \"27/06/2024\", \"date_du\": \"24/06/2024\", \"date_naissance\": \"31/08/2024\", \"date_update\": \"2024-08-31 10:51:40.919806\", \"facture_client_rattachement_id\": \"6661d4c6f26a0e44f380e513\", \"financeur_rattachement_id\": \"65f05b37c544f77525a30645\", \"locked\": \"0\", \"modefinancement\": \"autre\", \"nom\": \"sdfdsf\", \"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"prenom\": \"sdfsd\", \"price\": \"1800.0\", \"status\": \"0\", \"telephone\": \"0123456789\", \"type_apprenant\": \"0\", \"update_by\": \"65f04934549224c14c3f6039\", \"valide\": \"1\"}, {\"_id\": {\"$oid\": \"67078e6930a043d965bee834\"}, \"email\": \"billardman01@hotmail.com\", \"session_id\": \"66cdeb5d7e8061b7b6f9b068\", \"apprenant_id\": \"66c47d7174895742f46a0256\", \"civilite\": \"mme\", \"class_i...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 3, "serverConnectionId": 208, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 3} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.001, "reply": "{\"cursor\": {\"ns\": \"cherifdb_dev.session_formation_final_note_classement\"}, \"ok\": 1.0}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 2, "serverConnectionId": 207, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 2} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:06] "POST /myclass/api/Get_List_Evaluation_Inscriptio_Note_Classement_With_Filter HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:06] "POST /myclass/api/Get_List_Evaluation_Final_Note_Classement_Detail_With_Filter HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:06] "POST /myclass/api/Get_List_Evaluation_UE_Note_Classement_With_Filter HTTP/1.1" 200 - +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"myclass\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"_id\": {\"$oid\": \"664240065407cfe49176e9a6\"}}, \"sort\": {\"_id\": -1}, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.514, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"664240065407cfe49176e9a6\"}, \"external_code\": \"IFOD_01\", \"class_level\": \"3\", \"cpf\": \"1\", \"description\": \"

Repérer les modes d’organisation par projets et les relations avec les différents acteurs du projet
Situer le rôle du chef de projet sur les plans organisationnel et relationnel
Identifier les écarts entre management hiérarchique et management transversal
Elaborer un projet

\", \"display_rank\": \"999\", \"domaine\": \"66393ad2e120588471f99551\", \"duration\": 14.0, \"duration_unit\": \"heure\", \"freeacces\": \"1\", \"indexed\": \"0\", \"indexed_desc\": \"0\", \"indexed_obj\": \"0\", \"indexed_title\": \"1\", \"institut_formation\": \"ifodes\", \"internal_code\": \"Mysy_1715930315324912\", \"internal_url\": \"conduire-un-projet-af4\", \"isalaune\": \"1\", \"locked\": \"0\", \"note\": \"4.5\", \"objectif\": \"

Repérer les modes d’organisation par projets et les relations avec les différents acteurs du projet
Situer le r&o...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 19169, "operationId": 19169, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +DEBUG:pymongo.serverSelection:{"message": "Server selection started", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"unite_enseignement\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"_id\": {\"$oid\": \"6638a1d1ac6e18de05a921a4\"}}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 15724, "operationId": 15724, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 2.0010000000000003, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6638a1d1ac6e18de05a921a4\"}, \"code\": \"info101\", \"titre\": \"INITIATION A LA PROGRAMMATION\", \"duration\": \"50\", \"duration_unite\": \"heure\", \"objectif\": \"

Initiation   a la programmation par une approche imp´ erative

\", \"prerequis\": \"

aucun

\", \"programme\": \"

·         Spécification de programmes 3 5

\r\n

]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}} +DEBUG:pymongo.serverSelection:{"message": "Server selection succeeded", "selector": "Primary()", "operation": "find", "topologyDescription": "]>", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checkout started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked out", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5, "durationMS": 0.0} +DEBUG:pymongo.command:{"message": "Command started", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "command": "{\"find\": \"unite_enseignement\", \"filter\": {\"partner_owner_recid\": \"43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89\", \"valide\": \"1\", \"locked\": \"0\", \"_id\": {\"$oid\": \"6638a4beac6e18de05a921a6\"}}, \"limit\": 1, \"singleBatch\": true, \"lsid\": {\"id\": {\"$binary\": {\"base64\": \"T3C/AXvfSAi6GvbvQQiP9A==\", \"subType\": \"04\"}}}, \"$db\": \"cherifdb_dev\"}", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.command:{"message": "Command succeeded", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "durationMS": 1.5070000000000001, "reply": "{\"cursor\": {\"firstBatch\": [{\"_id\": {\"$oid\": \"6638a4beac6e18de05a921a6\"}, \"code\": \"info201\", \"titre\": \"ALGORITHMIQUE ET PROGRAMMATION IMPERATIVE 2\", \"duration\": \"50\", \"duration_unite\": \"heure\", \"description\": \"

Plusieurs variations de Lorem Ipsum peuvent être trouvées ici ou là, mais la majeure partie d'entre elles a été altérée par l'addition d'humour ou de mots aléatoires qui ne ressemblent pas une s...", "commandName": "find", "databaseName": "cherifdb_dev", "requestId": 11478, "operationId": 11478, "driverConnectionId": 5, "serverConnectionId": 210, "serverHost": "localhost", "serverPort": 27017} +DEBUG:pymongo.connection:{"message": "Connection checked in", "clientId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "driverConnectionId": 5} +INFO:werkzeug:127.0.0.1 - - [27/May/2025 19:52:06] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10015.00000001397, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:14.936Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:15.037Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:15.770Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:15.770Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:24.938Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:25.040Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:25.770Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:25.772Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:34.942Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:35.044Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:35.772Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:35.773Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:44.942Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:45.046Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:45.774Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:45.774Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:54.944Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:55.047Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:55.775Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:52:55.775Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:04.946Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:05.048Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:05.776Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:05.776Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:14.948Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:15.049Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10032.00000000652, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:15.795Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10032.00000000652, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:15.796Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10016.00000000326, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:24.951Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:25.050Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:25.797Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:25.799Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:34.951Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 143, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "driverConnectionId": 1, "serverConnectionId": 143, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:35.051Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 142, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "driverConnectionId": 1, "serverConnectionId": 142, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:35.798Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 170, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "driverConnectionId": 1, "serverConnectionId": 170, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat succeeded", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 10000.0, "reply": "{\"isWritablePrimary\": true, \"topologyVersion\": {\"processId\": {\"$oid\": \"6830cda60c9a655e670872ef\"}}, \"maxBsonObjectSize\": 16777216, \"maxMessageSizeBytes\": 48000000, \"maxWriteBatchSize\": 100000, \"localTime\": {\"$date\": \"2025-05-27T17:53:35.801Z\"}, \"logicalSessionTimeoutMinutes\": 30, \"connectionId\": 171, \"maxWireVersion\": 25, \"ok\": 1.0}"} +DEBUG:pymongo.topology:{"message": "Server heartbeat started", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "driverConnectionId": 1, "serverConnectionId": 171, "serverHost": "localhost", "serverPort": 27017, "awaited": true} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f25b75962818d7830bec"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2562.000000034459, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f25b75962818d7830beb"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 2562.000000034459, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f052c78502971f557b33"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5047.000000020489, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +DEBUG:pymongo.topology:{"message": "Server heartbeat failed", "topologyId": {"$oid": "6835f052c78502971f557b32"}, "serverHost": "localhost", "serverPort": 27017, "awaited": true, "durationMS": 5062.000000034459, "failure": "\"_OperationCancelled('operation cancelled')\"", "driverConnectionId": 1} +INFO:root:2025-05-28 16:04:52.372381 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-28 16:04:52.372381 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-28 16:04:52.372381 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-28 16:04:52.373380 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-28 16:04:52.373380 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2025-05-28 16:05:02.056601 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-28 16:05:02.056601 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-28 16:05:02.056601 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-28 16:05:02.057600 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-28 16:05:02.057600 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 144-028-535 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Continue\\Ela_back\\Back_Office\\.venv\\Lib\\site-packages\\pandas\\_libs\\tslib.cp312-win_amd64.pyd', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2025-05-28 16:26:31.599844 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-28 16:26:31.599844 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-28 16:26:31.599844 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-28 16:26:31.599844 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-28 16:26:31.599844 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2025-05-28 16:26:37.135525 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-28 16:26:37.135525 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-28 16:26:37.135525 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-28 16:26:37.135525 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-28 16:26:37.135525 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-05-28 16:27:02.773401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:02] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:03.021157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:03.142440 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:03.143440 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:03.143440 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:03.143440 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:03.163978 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:03.189029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:03.426923 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:03.456524 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:03.457530 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:05.297930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.297930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.298937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.299942 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.299942 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.304253 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:05.623415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.625471 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.627471 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.631478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.634470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:05.637473 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:05] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:06] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:08.328098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:08.330099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:08.331098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:08.333115 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:08.338174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-28 16:27:08.343152 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-05-28 16:27:08.653273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/May/2025 16:27:08] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - diff --git a/Session_Formation.py b/Session_Formation.py index 8c4a9ee..5dbb295 100644 --- a/Session_Formation.py +++ b/Session_Formation.py @@ -6793,7 +6793,6 @@ Depuis la session, l'utilisateur choisi le modele PDF et telecharge les conventions d'entreprise et les conventions individuelles. On créé un fichier zip qui sera téléchargé avec toutes les pièces jointes - """ def Prepare_and_Send_Convocation_From_Session_By_PDF(diction): try: @@ -6899,14 +6898,12 @@ def Prepare_and_Send_Convocation_From_Session_By_PDF(diction): return True, send_file(zip_file_name, as_attachment=True) - return False, " Impossible de générer les conventions par pdf PDF (1) " - - + return False, " Impossible de générer les convocations par PDF (1) " except Exception as e: exc_type, exc_obj, exc_tb = sys.exc_info() mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) - return False, " Impossible de générer les conventions par pdf PDF " + return False, " Impossible de générer les convocations par PDF " """ @@ -7522,12 +7519,7 @@ def Sent_Convocation_Stagiaire_By_Email(tab_files, Folder, diction): tab_files_to_attache_to_mail = [] for saved_file in tab_files: - """ - status, saved_file = mycommon.Upload_Save_PDF_IMG_File(file, Folder) - if (status is False): - mycommon.myprint("Impossible de récupérer correctement le fichier à importer") - return False, "Impossible de récupérer correctement le fichier à importer" - """ + file_to_attache_to_mail = MIMEBase('application', "octet-stream") file_to_attache_to_mail.set_payload(open(saved_file, "rb").read()) @@ -13892,7 +13884,7 @@ def Send_Email_request_presinscription_data_validation(diction): val = smtpserver.send_message(msg) smtpserver.close() - print(" Email envoyé 44" + str(val)) + print(" Email envoyé " + str(val)) return True, "Les demandes de mise à jour ont été envoyées" diff --git a/apprenant_mgt.py b/apprenant_mgt.py index a94287a..7b7aee2 100644 --- a/apprenant_mgt.py +++ b/apprenant_mgt.py @@ -232,7 +232,7 @@ def Update_Apprenant(diction): 'tuteur1_cp', 'tuteur1_ville', 'tuteur1_pays', 'tuteur1_include_com', 'tuteur2_nom', 'tuteur2_prenom', 'tuteur2_email', 'tuteur2_telephone', 'tuteur2_adresse', 'tuteur2_cp', 'tuteur2_ville', 'tuteur2_pays', 'tuteur2_include_com', 'civilite', 'date_naissance', - 'tuteur1_civilite', 'tuteur2_civilite' + 'tuteur1_civilite', 'tuteur2_civilite', ] incom_keys = diction.keys() @@ -854,7 +854,7 @@ def Apprenant_Inscrire_Session(diction): """ Verification des input acceptés """ - field_list = ['token', '_id', 'session_id', 'type_apprenant' , 'modefinancement', 'client_rattachement_id'] + field_list = ['token', '_id', 'session_id', 'type_apprenant' , 'modefinancement', 'client_rattachement_id', 'tab_ue_ids'] incom_keys = diction.keys() for val in incom_keys: @@ -947,6 +947,16 @@ def Apprenant_Inscrire_Session(diction): 'valide': '1', }) + local_class_id = "" + if( "class_id" not in session_data.keys() ): + class_data = MYSY_GV.dbname['myclass'].find_one({'internal_url':str(session_data['class_internal_url']), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if(class_data and '_id' in class_data.keys() ): + local_class_id = str(class_data['_id']) + new_data = {} new_data['token'] = diction['token'] @@ -958,25 +968,78 @@ def Apprenant_Inscrire_Session(diction): new_data['modefinancement'] = str(diction['modefinancement']) new_data['client_rattachement_id'] = client_rattachement_id - new_data['apprenant_id'] = str(apprenant_data['_id']) new_data['session_id'] = str(session_data['_id']) new_data['class_internal_url'] = session_data['class_internal_url'] new_data['status'] = "1" new_data['type_apprenant'] = str(type_apprenant) + new_data['tab_ue_ids'] = str(diction['tab_ue_ids']) + new_data['inscription_validation_date'] = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) - #new_data['date_update'] = str(datetime.now()) - #new_data['update_by'] = str(my_partner['_id']) - #new_data['partner_owner_recid'] = str(my_partner['recid']) - + print('### Inscription_mgt.AddStagiairetoClass new_data = ', new_data) local_status, local_retval = Inscription_mgt.AddStagiairetoClass(new_data) if( local_status is False ): return local_status, local_retval + """ + Vu que la fonction "AddStagiairetoClass" ne retroune pas l'_id, on va aller le recherche + "" " + qry = {'apprenant_id':str(str(apprenant_data['_id'])), + 'session_id':str(session_data['_id']), + 'class_id':str(local_class_id), + 'email':apprenant_data['email'] + } + new_inscrit_data = MYSY_GV.dbname['inscription'].find_one(qry) + + "" " + Verfier si 'tab_ue_ids' contient des valeurs, si oui alors il faut inscrire les ue dans la collection inscription_liste_ue + "" " + my_ue_ids = "" + tab_ue_ids = [] + if ("tab_ue_ids" in diction.keys()): + if diction['tab_ue_ids']: + my_ue_ids = diction['tab_ue_ids'] + tab_ue_ids_work = str(my_ue_ids).split(",") + + for tmp in tab_ue_ids_work: + if (tmp): + tab_ue_ids.append(tmp) + + for ue in tab_ue_ids: + new_data = {} + new_data['inscription_id'] = str(new_inscrit_data['_id']) + new_data['class_id'] = str(local_class_id) + new_data['class_eu_id'] = str(ue) + new_data['date_update'] = str(datetime.now()) + new_data['update_by'] = str(my_partner['_id']) + new_data['partner_owner_recid'] = str(my_partner['recid']) + new_data['valide'] = "1" + new_data['locked'] = "0" + + key_data = {} + key_data['inscription_id'] = str(new_inscrit_data['_id']) + key_data['class_id'] = str(local_class_id) + key_data['class_eu_id'] = str(ue) + key_data['valide'] = "1" + key_data['partner_owner_recid'] = str(my_partner['recid']) + + result = MYSY_GV.dbname['inscription_liste_ue'].find_one_and_update( + key_data, + {"$set": new_data}, + upsert=True, + return_document=ReturnDocument.AFTER + ) + if ("_id" not in result.keys()): + mycommon.myprint( + " Impossible de valider l'inscription pour la formation initiale (2) ") + return False, "Impossible de valider l'inscription pour la formation initiale (2) " + """ + + ## Add to log history now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) history_event_dict = {} @@ -1001,6 +1064,10 @@ def Apprenant_Inscrire_Session(diction): """ Inscrire une liste d'apprenant à une session de formation + +Si une unité d'enseignement est fourni, alors l'incription +concernant uniquement cette ue (collection : inscription_liste_ue) + """ def Apprenant_Inscrire_Session_List(diction): try: @@ -1009,7 +1076,8 @@ def Apprenant_Inscrire_Session_List(diction): """ Verification des input acceptés """ - field_list = ['token', 'list_apprenant_id', 'session_id', 'type_apprenant' , 'modefinancement', 'client_rattachement_id'] + field_list = ['token', 'list_apprenant_id', 'session_id', 'type_apprenant' , 'modefinancement', + 'client_rattachement_id', 'tab_ue_ids'] incom_keys = diction.keys() for val in incom_keys: @@ -1043,6 +1111,31 @@ def Apprenant_Inscrire_Session_List(diction): return local_status, my_partner + """ + S'il y a des ue, verifier la validité des ue + """ + my_ue_ids = "" + tab_ue_ids = [] + if ("tab_ue_ids" in diction.keys()): + if diction['tab_ue_ids']: + my_ue_ids = diction['tab_ue_ids'] + tab_ue_ids_work = str(my_ue_ids).split(",") + + for tmp in tab_ue_ids_work: + if( tmp ): + tab_ue_ids.append(tmp) + + for val in tab_ue_ids : + is_eu_count = MYSY_GV.dbname['unite_enseignement'].count_documents({'_id':ObjectId(str(val)), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_eu_count != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'unité d'enseignement "+str(val)+" est invalide ") + return False, " L'unité d'enseignement "+str(val)+" est invalide " + # Verifier que le type d'apprenant est bien valide @@ -1086,12 +1179,20 @@ def Apprenant_Inscrire_Session_List(diction): list_apprenant_id = [] + list_apprenant_id_work = [] if ("list_apprenant_id" in diction.keys()): if diction['list_apprenant_id']: - list_apprenant_id = str(diction['list_apprenant_id']).replace(",", ";").split(";") + list_apprenant_id_work = str(diction['list_apprenant_id']).replace(",", ";").split(";") + + for tmp in list_apprenant_id_work : + if( tmp): + list_apprenant_id.append(tmp) is_blocking_message = False blocking_message = "Erreur : " + + + for apprenant_id in list_apprenant_id : # Verifier que l'apprenant existe is_apprenant_exist = MYSY_GV.dbname['apprenant'].count_documents({'_id':ObjectId(str(apprenant_id)), @@ -1125,6 +1226,8 @@ def Apprenant_Inscrire_Session_List(diction): is_warning_message = False warning_message = "Warning : " # field_list = ['token', '_id', 'session_id', 'type_apprenant' , 'modefinancement'] + #print(" ### list_apprenant_id = ", list_apprenant_id) + for apprenant_id in list_apprenant_id: # Recuperer les données de l'apprenant @@ -1141,7 +1244,9 @@ def Apprenant_Inscrire_Session_List(diction): local_diction['type_apprenant'] = diction['type_apprenant'] local_diction['modefinancement'] = diction['modefinancement'] local_diction['client_rattachement_id'] = client_rattachement_id + local_diction['tab_ue_ids'] = str(diction['tab_ue_ids']) + print(" ### local_diction = ", local_diction) local_status, local_retval = Apprenant_Inscrire_Session(local_diction) if( local_status is False ): diff --git a/base_class_calcul_note.py b/base_class_calcul_note.py index e83aa9a..cee46a2 100644 --- a/base_class_calcul_note.py +++ b/base_class_calcul_note.py @@ -291,7 +291,6 @@ def run_ue_pre_calcul_moyenne_somme(diction): qry_key['type_eval'] = note_finale['type_eval'] qry_key['ue_id'] = note_finale['ue_id'] - new_data = note_finale new_data['date_update'] = str(datetime.now()) new_data['update_by'] = str(my_partner['_id']) @@ -323,7 +322,7 @@ def run_ue_pre_calcul_moyenne_somme(diction): print(" ### local_diction = ", local_diction) - local_status, local_retval = Cacul_UE_Note_Finale_For_calcul_mode_1(local_diction) + #local_status, local_retval = Cacul_UE_Note_Finale_For_calcul_mode_1(local_diction) return True, tab_note_final @@ -602,18 +601,34 @@ def Cacul_UE_Note_Finale_For_calcul_mode_1(diction): 'locked': '0', }) + if( type_eval_td_data is None ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " Aucun type d'évaluation de type 'TD', merci de vérifier le paramétrage des types d'évaluation ") + return False, " Aucun type d'évaluation de type 'TD', merci de vérifier le paramétrage des types d'évaluation " + type_eval_tp_data = MYSY_GV.dbname['type_evaluation'].find_one({'code': {'$regex': "tp", "$options": "i"}, 'partner_owner_recid': str(my_partner['recid']), 'valide': '1', 'locked': '0', }) + if (type_eval_tp_data is None): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Aucun type d'évaluation de type 'TP', merci de vérifier le paramétrage des types d'évaluation ") + return False, " Aucun type d'évaluation de type 'TP', merci de vérifier le paramétrage des types d'évaluation " + + type_eval_examen_data = MYSY_GV.dbname['type_evaluation'].find_one({'code': {'$regex': "Examen", "$options": "i"}, 'partner_owner_recid': str(my_partner['recid']), 'valide': '1', 'locked': '0', }) - + if (type_eval_examen_data is None): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Aucun type d'évaluation de type 'Examen', merci de vérifier le paramétrage des types d'évaluation ") + return False, " Aucun type d'évaluation de type 'Exame', merci de vérifier le paramétrage des types d'évaluation " @@ -1055,7 +1070,7 @@ def Get_List_Evaluation_UE_Note_Classement_With_Filter(diction): query = {"$and": [filt_session_id, filt_ue_id, data_cle, filt_inscrit_id, filt_apprenant_id_from_jury_seance]} - + #print(" ### session_formation_final_note_classement query = ", query) RetObject = [] val_tmp = 0 @@ -1069,8 +1084,8 @@ def Get_List_Evaluation_UE_Note_Classement_With_Filter(diction): if ("jury_note" not in retval.keys()): user['jury_note'] = "" - if ("jury_comment" not in retval.keys()): - user['jury_comment'] = "" + if ("jury_observation" not in retval.keys()): + user['jury_observation'] = "" if ("jury_validation" not in retval.keys()): user['jury_validation'] = "" @@ -1203,8 +1218,8 @@ def Get_List_Evaluation_Inscriptio_Note_Classement_With_Filter(diction): if( "jury_note" not in retval.keys() ): user['jury_note'] = "" - if ("jury_comment" not in retval.keys()): - user['jury_comment'] = "" + if ("jury_observation" not in retval.keys()): + user['jury_observation'] = "" if ("jury_validation" not in retval.keys()): user['jury_validation'] = "" @@ -1212,6 +1227,10 @@ def Get_List_Evaluation_Inscriptio_Note_Classement_With_Filter(diction): if ("jury_validation_champ_technique" not in retval.keys()): user['jury_validation_champ_technique'] = "" + if ("rang_calculation_date" not in retval.keys()): + user['rang_calculation_date'] = "" + + RetObject.append(mycommon.JSONEncoder().encode(user)) return True, RetObject @@ -1532,7 +1551,6 @@ def Get_List_base_calcul_note_class_and_ue_With_Filter(diction): Fonction globale de calcul en prenant en entrée une session """ - def Calcul_Note_Classement_Session(diction): try: diction = mycommon.strip_dictionary(diction) diff --git a/ela_index_bdd_classes.py b/ela_index_bdd_classes.py index 550d10c..2fcda9d 100644 --- a/ela_index_bdd_classes.py +++ b/ela_index_bdd_classes.py @@ -810,6 +810,14 @@ def ela_recherche_tokens(sentence): print(" VERIF APRES STEMISATION AA: " + str(tab_tokens4)) + """ + 24/05/2025 pr test on va annuler la Ela_stemmize_search + """ + tab_tokens4 = tab_tokens3 + + """ + end test : ca l'air de fonctionner à retester bien + """ tab_tokens4.sort() ''' diff --git a/email_inscription_mgt.py b/email_inscription_mgt.py index f8e07e7..10a8947 100644 --- a/email_inscription_mgt.py +++ b/email_inscription_mgt.py @@ -165,7 +165,7 @@ def incription_training_confirmation_mail(diction): "email": str(diction['email'])}, } - print(" ### BODY DATA = ", body) + #print(" ### BODY DATA = ", body) sourceHtml = template.render(params=body["params"]) diff --git a/jury_mgt.py b/jury_mgt.py index eef7dab..ca288c5 100644 --- a/jury_mgt.py +++ b/jury_mgt.py @@ -14,7 +14,7 @@ memo : """ import ast from zipfile import ZipFile - +import Inscription_mgt as Inscription_mgt import bson import pymongo import xlsxwriter @@ -24,6 +24,7 @@ from bson import ObjectId import re from datetime import datetime, date +import module_editique import partner_client import prj_common as mycommon import secrets @@ -62,7 +63,8 @@ def Add_Jury(diction): """ field_list = ['token', 'code', 'description', 'comment', 'responsable_id', 'session_id', 'email_jury', 'chef_jury_id', 'session_id', - 'ue_id', 'cible'] + 'ue_id', 'cible', 'adresse', 'code_postal', 'ville', 'pays', + 'site_formation_id', 'jury_salle'] incom_keys = diction.keys() for val in incom_keys: @@ -492,7 +494,8 @@ def Delete_Jury_Membre(diction): tab_jury_membre_ids_splited_ObjectID = [] for tmp in tab_jury_membre_ids_splited: - tab_jury_membre_ids_splited_ObjectID.append(ObjectId(str(tmp))) + if( tmp ): + tab_jury_membre_ids_splited_ObjectID.append(ObjectId(str(tmp))) qery_delete = {'_id': {'$in': tab_jury_membre_ids_splited_ObjectID}, 'jury_id': str(diction['jury_id']), @@ -590,7 +593,8 @@ def Update_Jury(diction): Verification des input acceptés """ field_list = ['token', 'code', 'description', 'email_jury', 'chef_jury_id', '_id', - 'session_id', 'cible', 'ue_id' ] + 'session_id', 'cible', 'ue_id', 'adresse', 'code_postal', 'ville', 'pays', + 'site_formation_id', 'jury_salle'] incom_keys = diction.keys() for val in incom_keys: @@ -954,7 +958,7 @@ def Delete_Jury_Seance(diction): """ Verification des input acceptés """ - field_list = ['token', 'jury_id', 'jury_seance_agenda_id'] + field_list = ['token', 'jury_id', 'jury_soutenance_id', ] incom_keys = diction.keys() for val in incom_keys: @@ -966,7 +970,7 @@ def Delete_Jury_Seance(diction): """ Verification des champs obligatoires """ - field_list_obligatoire = ['token', 'jury_id', 'jury_seance_agenda_id'] + field_list_obligatoire = ['token', 'jury_id', 'jury_soutenance_id'] for val in field_list_obligatoire: if val not in diction: @@ -1001,22 +1005,28 @@ def Delete_Jury_Seance(diction): # Supprenant des apprenants associée à cette seance du jury jury_seance_apprenant = MYSY_GV.dbname['jury_apprenant'].delete_many({'jury_id': str(diction['jury_id']), + 'jury_soutenance_id': str(diction['jury_soutenance_id']), 'partner_owner_recid': str( my_partner['recid']), }, ) # Suppression de l'entrée agenda associée - jury_seance_agenda_data = MYSY_GV.dbname['agenda'].find_one({'related_collection': 'jury', - 'related_collection_recid': str(diction['jury_id']), + jury_seance_agenda_data = MYSY_GV.dbname['agenda'].find_one({'related_collection': 'jury_soutenance', + 'related_collection_recid': str(diction['jury_soutenance_id']), 'partner_owner_recid': str(my_partner['recid']), }, ) - jury_seance_agenda = MYSY_GV.dbname['agenda'].delete_one({'related_collection':'jury', - 'related_collection_recid': str(diction['jury_id']), + jury_seance_agenda = MYSY_GV.dbname['agenda'].delete_one({'related_collection':'jury_soutenance', + 'related_collection_recid': str(diction['jury_soutenance_id']), 'partner_owner_recid': str( my_partner['recid']), }, ) + jury_soutenance = MYSY_GV.dbname['jury_soutenance'].delete_one({'_id': ObjectId(str(diction['jury_soutenance_id'])), + 'jury_id': str(diction['jury_id']), + 'partner_owner_recid': str(my_partner['recid']), + }, ) + """ @@ -1032,7 +1042,7 @@ def Delete_Jury_Seance(diction): history_event_dict['action_date'] = str(now) - history_event_dict['action_description'] = "Suppression de la séance du jury Titre : "+str(jury_seance_agenda_data['event_title'])+" du " + str(jury_seance_agenda_data['event_start'])+", au = "+ str(jury_seance_agenda_data['event_end']) + history_event_dict['action_description'] = "Suppression de la soutenance du jury du " + str(jury_seance_agenda_data['event_start'])+", au = "+ str(jury_seance_agenda_data['event_end']) local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) if (local_status is False): @@ -1231,6 +1241,26 @@ def Get_Given_Jury_With_Members(diction): user = retval user['id'] = str(val_tmp) + if( "adresse" not in user.keys() ): + user['adresse'] = "" + + if ("code_postal" not in user.keys()): + user['code_postal'] = "" + + if ("ville" not in user.keys()): + user['ville'] = "" + + if ("pays" not in user.keys()): + user['pays'] = "" + + if ("site_formation_id" not in user.keys()): + user['site_formation_id'] = "" + + if ("jury_salle" not in user.keys()): + user['jury_salle'] = "" + + + # Aller chercher les membres list_membre = [] @@ -1365,7 +1395,6 @@ def Get_List_jury_With_Filter(diction): 'code': {'$regex': str(diction['code']), "$options": "i"}} - filt_membre_ressource_humaine_id = {} list_membre_ressource_humaine_id = [] if ("membre" in diction.keys()): @@ -1379,7 +1408,7 @@ def Get_List_jury_With_Filter(diction): list_membre_ressource_humaine_id.append(str(tmp_val['_id'])) - print(" ### liste des Id des ressources humaine sont = ", list_membre_ressource_humaine_id) + #print(" ### liste des Id des ressources humaine sont = ", list_membre_ressource_humaine_id) filt_membre_ressource_humaine_id = {'rh_id': {'$in': list_membre_ressource_humaine_id, }} @@ -1527,6 +1556,13 @@ def Get_List_jury_With_Filter(diction): """ + +principe de base : +- Si l'agenda_id et jury_soutenance_id = "new", alors on souhaite créer 3 choses en meme tmps : +=> la soutenance +=> l'agenda +=> inscrire en meme tps les personnes + Cette fonction permet d'inscrire un apprenant 'inscrit_id' à un jury /!\ : A un jury peux etre inscrit un apprenant dont l'inscription n'est pas totalement validé @@ -1546,25 +1582,27 @@ def Add_Update_Apprenant_To_Jury(diction): Verification des input acceptés """ field_list = ['token', '_id', 'tab_inscriptions_ids', 'agenda_id', 'jury_seance_ue_id', - 'event_start', 'event_end'] + 'event_start', 'event_end', 'jury_soutenance_id', 'jury_soutenance_salle', + 'jury_soutenance_adresse', 'jury_soutenance_code_postal', 'jury_soutenance_ville', + 'jury_soutenance_pays'] incom_keys = diction.keys() for val in incom_keys: if val not in field_list and val.startswith('my_') is False: mycommon.myprint(str( inspect.stack()[0][3]) + " Le champ '" + val + "' n'est pas autorisé") - return False, " Les informations fournies sont incorrectes", False + return False, " Les informations fournies sont incorrectes", False, False """ Verification des champs obligatoires """ - field_list_obligatoire = ['token', '_id',] + field_list_obligatoire = ['token', '_id', 'agenda_id', 'jury_soutenance_id'] for val in field_list_obligatoire: if val not in diction: mycommon.myprint( str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans la liste des arguments ") - return False, " Les informations fournies sont incorrectes", False + return False, " Les informations fournies sont incorrectes", False, False """ Verification de l'identité et autorisation de l'entité qui @@ -1577,12 +1615,11 @@ def Add_Update_Apprenant_To_Jury(diction): local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) if (local_status is not True): - return local_status, my_partner, False + return local_status, my_partner, False, False new_data = diction # Verifier que le groupe existe et est valide - qry = {'_id': ObjectId(str(diction['_id'])), 'valide': '1', 'partner_owner_recid': str(my_partner['recid'])} @@ -1597,7 +1634,7 @@ def Add_Update_Apprenant_To_Jury(diction): if (is_existe_groupe != 1): mycommon.myprint( str(inspect.stack()[0][3]) + " L'identifiant du jury est invalide ") - return False, " L'identifiant du jury est invalide ", False + return False, " L'identifiant du jury est invalide ", False, False jury_data = MYSY_GV.dbname['jury'].find_one( {'_id': ObjectId(str(diction['_id'])), @@ -1609,32 +1646,191 @@ def Add_Update_Apprenant_To_Jury(diction): if diction['tab_inscriptions_ids']: tab_inscriptions_ids = diction['tab_inscriptions_ids'] + + tab_inscriptions_ids_splited = str(tab_inscriptions_ids).split(",") # Controle de validité des inscriptions for my_inscription in tab_inscriptions_ids_splited: - # Verifier que l'inscription est valide - my_inscription_is_valide = MYSY_GV.dbname['inscription'].count_documents( - {'_id': ObjectId(str(my_inscription)), - 'partner_owner_recid': str(my_partner['recid'])}) - - if (my_inscription_is_valide != 1): - mycommon.myprint( - str(inspect.stack()[0][3]) + " L'inscription_id '" + my_inscription + "' est invalide ") - return False, " L'inscription_id '" + my_inscription + "' est invalide ", False + if(my_inscription ): + # Verifier que l'inscription est valide + my_inscription_is_valide = MYSY_GV.dbname['inscription'].count_documents( + {'_id': ObjectId(str(my_inscription)), + 'partner_owner_recid': str(my_partner['recid'])}) + if (my_inscription_is_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'inscription_id '" + my_inscription + "' est invalide ") + return False, " L'inscription_id '" + my_inscription + "' est invalide ", False, False + soutenance_inserted_id = str(diction['jury_soutenance_id']) + agenda_inserted_id = str(diction['agenda_id']) + is_fisrt_aganda_creation = "" # Verfifier la validité de l'agenda - if( "agenda_id" in diction.keys() and diction['agenda_id']): - is_agenda_valide = MYSY_GV.dbname['agenda'].count_documents( - {'_id': ObjectId(str(diction['agenda_id'])), - 'partner_owner_recid': str(my_partner['recid'])}) - if (is_agenda_valide != 1): - mycommon.myprint( - str(inspect.stack()[0][3]) + " L'identifiant de l'agenda est invalide ") - return False, " L'identifiant de l'agenda est invalide ", False + if( str(diction['agenda_id']).lower() == "new" and str(diction['jury_soutenance_id']).lower() == "new" ): + is_fisrt_aganda_creation = "1" + + # Il s'agit d'un primo creation, il faut créer l'agenda et la soutenance + new_soutenance_data = {} + new_soutenance_data['jury_id'] = str(diction['_id']) + new_soutenance_data['locked'] = "0" + new_soutenance_data['valide'] = "1" + new_soutenance_data['partner_owner_recid'] = str(my_partner['recid']) + new_soutenance_data['sujet'] = "" + new_soutenance_data['observation'] = "" + new_soutenance_data['note'] = "" + + if( "jury_soutenance_salle" in diction.keys() ): + new_soutenance_data['jury_soutenance_salle'] = str(diction['jury_soutenance_salle']) + else: + new_soutenance_data['jury_soutenance_salle'] = "" + + if ("jury_soutenance_adresse" in diction.keys()): + new_soutenance_data['jury_soutenance_adresse'] = str(diction['jury_soutenance_adresse']) + else: + new_soutenance_data['jury_soutenance_adresse'] = "" + + if ("jury_soutenance_code_postal" in diction.keys()): + new_soutenance_data['jury_soutenance_code_postal'] = str(diction['jury_soutenance_code_postal']) + else: + new_soutenance_data['jury_soutenance_code_postal'] = "" + + if ("jury_soutenance_ville" in diction.keys()): + new_soutenance_data['jury_soutenance_ville'] = str(diction['jury_soutenance_ville']) + else: + new_soutenance_data['jury_soutenance_ville'] = "" + + if ("jury_soutenance_pays" in diction.keys()): + new_soutenance_data['jury_soutenance_pays'] = str(diction['jury_soutenance_pays']) + else: + new_soutenance_data['jury_soutenance_pays'] = "" + + + new_soutenance_data['convocation_apprenant_send'] = "0" + new_soutenance_data['convocation_apprenant_date_sending'] = "" + new_soutenance_data['create_date'] = str(datetime.now()) + new_soutenance_data['created_by'] = str(my_partner['_id']) + + + soutenance_inserted_id = MYSY_GV.dbname['jury_soutenance'].insert_one(new_soutenance_data).inserted_id + if (not soutenance_inserted_id): + mycommon.myprint( + " Impossible de créer la soutenance (2) ") + return False, " Impossible de créer la soutenance (2) ", False, False + + # Creation de l'entrée agenda + if (datetime.strptime(str(diction['event_start'])[0:16], '%Y-%m-%dT%H:%M') >= datetime.strptime( + str(diction['event_end'])[0:16], + '%Y-%m-%dT%H:%M')): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La date de fin " + str( + diction['event_end']) + " doit être postérieure à la date de début " + str( + diction['event_start']) + " ") + return False, " La date de fin " + str( + diction['event_end']) + " doit être postérieure à la date de début " + str( + diction['event_start']) + " ", False, False + + my_even_data = {} + my_even_data['related_collection'] = "jury_soutenance" + my_even_data['related_collection_recid'] = str(soutenance_inserted_id) + my_even_data['event_title'] = "Jury : " + str(jury_data['code']) + my_even_data['event_start'] = str(diction['event_start']) + my_even_data['event_end'] = str(diction['event_end']) + + my_even_data['valide'] = "1" + my_even_data['locked'] = "0" + my_even_data['partner_owner_recid'] = str(my_partner['recid']) + + + my_even_data['create_date'] = str(datetime.now()) + my_even_data['created_by'] = str(my_partner['_id']) + agenda_inserted_id = MYSY_GV.dbname['agenda'].insert_one(my_even_data).inserted_id + + + ### Mettre à jour la soutenance avec l'id de l'agenda + + + MYSY_GV.dbname['jury_soutenance'].find_one_and_update({'_id':ObjectId(soutenance_inserted_id), 'partner_owner_recid':str(my_partner['recid'])}, + {"$set": {'agenda_id': str( agenda_inserted_id), }}, + return_document=ReturnDocument.AFTER, + upsert=False, + ) + + else: + # Il s'agit d'une mise à jour à faire. + is_agenda_valide = MYSY_GV.dbname['agenda'].count_documents( + {'_id': ObjectId(str(diction['agenda_id'])), + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_agenda_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de l'agenda est invalide ") + return False, " L'identifiant de l'agenda est invalide ", False, False + + is_soutenance_valide = MYSY_GV.dbname['jury_soutenance'].count_documents( + {'_id': ObjectId(str(diction['jury_soutenance_id'])), + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_soutenance_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide ", False, False + + # Verifier si l'id de la soutenance est valide + is_jury_soutenance_valide = MYSY_GV.dbname['jury_soutenance'].count_documents({'_id':ObjectId(str(diction['jury_soutenance_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if (is_jury_soutenance_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide ", False, False + + # Mise à jour de la soutenance + new_soutenance_data = {} + + if ("jury_soutenance_salle" in diction.keys()): + new_soutenance_data['jury_soutenance_salle'] = str(diction['jury_soutenance_salle']) + else: + new_soutenance_data['jury_soutenance_salle'] = "" + + if ("jury_soutenance_adresse" in diction.keys()): + new_soutenance_data['jury_soutenance_adresse'] = str(diction['jury_soutenance_adresse']) + else: + new_soutenance_data['jury_soutenance_adresse'] = "" + + if ("jury_soutenance_code_postal" in diction.keys()): + new_soutenance_data['jury_soutenance_code_postal'] = str(diction['jury_soutenance_code_postal']) + else: + new_soutenance_data['jury_soutenance_code_postal'] = "" + + if ("jury_soutenance_ville" in diction.keys()): + new_soutenance_data['jury_soutenance_ville'] = str(diction['jury_soutenance_ville']) + else: + new_soutenance_data['jury_soutenance_ville'] = "" + + if ("jury_soutenance_pays" in diction.keys()): + new_soutenance_data['jury_soutenance_pays'] = str(diction['jury_soutenance_pays']) + else: + new_soutenance_data['jury_soutenance_pays'] = "" + + + new_soutenance_data['date_update'] = str(datetime.now()) + new_soutenance_data['update_by'] = str(my_partner['_id']) + + ret_val2 = MYSY_GV.dbname['jury_soutenance'].find_one_and_update( + {'_id': ObjectId(str(diction['jury_soutenance_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}, + {"$set": new_soutenance_data}, + return_document=ReturnDocument.AFTER, + upsert=False, + ) @@ -1649,61 +1845,58 @@ def Add_Update_Apprenant_To_Jury(diction): if (is_ue_valide != 1): mycommon.myprint( str(inspect.stack()[0][3]) + " L'identifiant de l'unité d'enseignement est invalide ") - return False, " L'identifiant de l'unité d'enseignement est invalide ", False + return False, " L'identifiant de l'unité d'enseignement est invalide ", False, False final_agenda_id = "" # Vu que l'ID de l'agenda est valide, on va faire une mise à jour du creneau (on le fait dans tous les cas) - if (datetime.strptime(str(diction['event_start'])[0:16], '%Y-%m-%dT%H:%M') >= datetime.strptime( - str(diction['event_end'])[0:16], - '%Y-%m-%dT%H:%M')): - mycommon.myprint( - str(inspect.stack()[0][ - 3]) + " La date de fin " + str( + if( is_fisrt_aganda_creation != "1"): + if (datetime.strptime(str(diction['event_start'])[0:16], '%Y-%m-%dT%H:%M') >= datetime.strptime( + str(diction['event_end'])[0:16], + '%Y-%m-%dT%H:%M')): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La date de fin " + str( + diction['event_end']) + " doit être postérieure à la date de début " + str( + diction['event_start']) + " ") + return False, " La date de fin " + str( diction['event_end']) + " doit être postérieure à la date de début " + str( - diction['event_start']) + " ") - return False, " La date de fin " + str( - diction['event_end']) + " doit être postérieure à la date de début " + str( - diction['event_start']) + " ", False + diction['event_start']) + " ", False - my_even_data = {} - my_even_data['related_collection'] = "jury" - my_even_data['related_collection_recid'] = str(diction['_id']) - my_even_data['event_title'] = "Jury : " + str(jury_data['code']) - my_even_data['event_start'] = str(diction['event_start']) - my_even_data['event_end'] = str(diction['event_end']) + my_even_data = {} + my_even_data['related_collection'] = "jury" + my_even_data['related_collection_recid'] = str(diction['_id']) + my_even_data['event_title'] = "Jury : " + str(jury_data['code']) + my_even_data['event_start'] = str(diction['event_start']) + my_even_data['event_end'] = str(diction['event_end']) - my_even_data['valide'] = "1" - my_even_data['locked'] = "0" - my_even_data['partner_owner_recid'] = str(my_partner['recid']) + my_even_data['valide'] = "1" + my_even_data['locked'] = "0" + my_even_data['partner_owner_recid'] = str(my_partner['recid']) - if ("agenda_id" in diction.keys() and diction['agenda_id']): - my_even_data['date_update'] = str(datetime.now()) - my_even_data['update_by'] = str(my_partner['_id']) + if ("agenda_id" in diction.keys() and diction['agenda_id']): + my_even_data['date_update'] = str(datetime.now()) + my_even_data['update_by'] = str(my_partner['_id']) - update_agenda = MYSY_GV.dbname['agenda'].find_one_and_update( - {'_id': ObjectId(str(diction['agenda_id'])), 'partner_owner_recid': str(my_partner['recid'])}, - {"$set": my_even_data}, - return_document=ReturnDocument.AFTER, - upsert=False, - ) - final_agenda_id = str(diction['agenda_id']) + update_agenda = MYSY_GV.dbname['agenda'].find_one_and_update( + {'_id': ObjectId(str(diction['agenda_id'])), 'partner_owner_recid': str(my_partner['recid'])}, + {"$set": my_even_data}, + return_document=ReturnDocument.AFTER, + upsert=False, + ) + final_agenda_id = str(diction['agenda_id']) - else: - my_even_data['create_date'] = str(datetime.now()) - my_even_data['created_by'] = str(my_partner['_id']) - inserted_id = MYSY_GV.dbname['agenda'].insert_one(my_even_data).inserted_id - final_agenda_id = str(inserted_id) - cpt = 0 for my_inscription in tab_inscriptions_ids_splited: new_data = {} new_data['jury_id'] = str(diction['_id']) new_data['inscription_id'] = str(my_inscription) - new_data['agenda_id'] = str(final_agenda_id) - new_data['jury_seance_ue_id'] = str(diction['jury_seance_ue_id']) + new_data['agenda_id'] = str(agenda_inserted_id) + new_data['jury_soutenance_id'] = str(soutenance_inserted_id) + + now = str(datetime.now()) mytoday = datetime.today() @@ -1734,19 +1927,18 @@ def Add_Update_Apprenant_To_Jury(diction): if (result is None or "_id" not in result.keys()): mycommon.myprint( - " Impossible d'inscrire les personnes au groupe (2) ") - return False, " Impossible d'inscrire les personnes au groupe (2) ", False - + " Impossible créer la soutenance et/ou inscrire les personnes (2) ") + return False, " Impossible créer la soutenance et/ou inscrire les personnes (2) ", False, False cpt = cpt + 1 - return True, str(cpt)+ " Membre(s) inscrit(s)", str(final_agenda_id) + return True, "Ajout / Mise à jour soutenance ", str(agenda_inserted_id), str(soutenance_inserted_id) except Exception as e: exc_type, exc_obj, exc_tb = sys.exc_info() mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) - return False, " Impossible d'inscrire les personnes au jury ", False + return False, " Impossible créer la soutenance et/ou mettre à jour la soutenance ", False , False @@ -1760,7 +1952,7 @@ def Get_Given_Jury_Apprenant_With_Filter(diction): """ Verification des input acceptés """ - field_list = ['token', '_id', 'agenda_id', 'ue_id'] + field_list = ['token', '_id', 'agenda_id', 'ue_id', 'jury_soutenance_id'] incom_keys = diction.keys() for val in incom_keys: @@ -1805,6 +1997,9 @@ def Get_Given_Jury_Apprenant_With_Filter(diction): if ("ue_id" in diction.keys() and diction['ue_id']): qry["ue_id"] = str(diction['ue_id']) + if ("jury_soutenance_id" in diction.keys() and diction['jury_soutenance_id']): + qry["jury_soutenance_id"] = str(diction['jury_soutenance_id']) + #print(" ### Get_Given_Jury_Apprenant_With_Filter QRY = ",qry ) @@ -1817,36 +2012,35 @@ def Get_Given_Jury_Apprenant_With_Filter(diction): user['id'] = str(val_tmp) val_tmp = val_tmp + 1 - local_new_dict = {} - local_new_dict['token'] = diction['token'] - local_new_dict['inscrit_id'] = retval['inscription_id'] - - local_inscrit_data_status, local_inscrit_data_retval = mycommon.Get_Inscrit_And_Apprenant_Data( - local_new_dict) - if (local_inscrit_data_status is False): - return local_inscrit_data_status, local_inscrit_data_retval - nom = "" prenom = "" email = "" + if(retval['inscription_id'] ): + local_new_dict = {} + local_new_dict['token'] = diction['token'] + local_new_dict['inscrit_id'] = retval['inscription_id'] + + local_inscrit_data_status, local_inscrit_data_retval = mycommon.Get_Inscrit_And_Apprenant_Data( + local_new_dict) + if (local_inscrit_data_status is False): + return local_inscrit_data_status, local_inscrit_data_retval + + if ("inscrit_data" in local_inscrit_data_retval.keys()): + user['inscrit_data'] = local_inscrit_data_retval['inscrit_data'] + + nom = local_inscrit_data_retval['inscrit_data']['nom'] + prenom = local_inscrit_data_retval['inscrit_data']['prenom'] + email = local_inscrit_data_retval['inscrit_data']['email'] - if ("inscrit_data" in local_inscrit_data_retval.keys()): - user['inscrit_data'] = local_inscrit_data_retval['inscrit_data'] + if ("apprenant_data" in local_inscrit_data_retval.keys()): + user['apprenant_data'] = local_inscrit_data_retval['apprenant_data'] - nom = local_inscrit_data_retval['inscrit_data']['nom'] - prenom = local_inscrit_data_retval['inscrit_data']['prenom'] - email = local_inscrit_data_retval['inscrit_data']['email'] - - - if ("apprenant_data" in local_inscrit_data_retval.keys()): - user['apprenant_data'] = local_inscrit_data_retval['apprenant_data'] - - # Si on a un dossier apprenant, alors on écrase les variables ci-dessous - nom = local_inscrit_data_retval['apprenant_data']['nom'] - prenom = local_inscrit_data_retval['apprenant_data']['prenom'] - email = local_inscrit_data_retval['apprenant_data']['email'] + # Si on a un dossier apprenant, alors on écrase les variables ci-dessous + nom = local_inscrit_data_retval['apprenant_data']['nom'] + prenom = local_inscrit_data_retval['apprenant_data']['prenom'] + email = local_inscrit_data_retval['apprenant_data']['email'] user['nom'] = nom @@ -1925,10 +2119,6 @@ def Delete_Jury_Apprenant_Membres(diction): new_data = diction # Verifier que le groupe existe et est valide - print(" QR ", {'_id': ObjectId(str(diction['jury_id'])), - 'valide': '1', - 'partner_owner_recid': str(my_partner['recid'])}) - is_existe_groupe = MYSY_GV.dbname['jury'].count_documents( {'_id': ObjectId(str(diction['jury_id'])), @@ -1949,7 +2139,8 @@ def Delete_Jury_Apprenant_Membres(diction): tab_inscriptions_ids_splited_ObjectID = [] for tmp in tab_inscriptions_ids_splited : - tab_inscriptions_ids_splited_ObjectID.append(ObjectId(str(tmp))) + if( tmp ): + tab_inscriptions_ids_splited_ObjectID.append(ObjectId(str(tmp))) qery_delete = {'_id': {'$in': tab_inscriptions_ids_splited_ObjectID}, 'jury_id':str(diction['jury_id']), @@ -1983,7 +2174,12 @@ def Add_Update_Jury_Soutenance(diction): """ Verification des input acceptés """ - field_list = ['token', 'jury_id', 'agenda_id', 'sujet', 'note', 'observation'] + field_list = ['token', 'jury_id', 'jury_soutenance_id', + 'agenda_id', 'sujet', 'note', 'observation', + 'jury_soutenance_salle', + 'jury_soutenance_adresse', 'jury_soutenance_code_postal', 'jury_soutenance_ville', + 'jury_soutenance_pays' + ] incom_keys = diction.keys() for val in incom_keys: @@ -1995,7 +2191,8 @@ def Add_Update_Jury_Soutenance(diction): """ Verification des champs obligatoires """ - field_list_obligatoire = ['token', 'jury_id', 'agenda_id', 'sujet', 'note', 'observation'] + field_list_obligatoire = ['token', 'jury_id', 'jury_soutenance_id', + 'agenda_id', 'sujet', 'note', 'observation'] for val in field_list_obligatoire: if val not in diction: @@ -2028,25 +2225,38 @@ def Add_Update_Jury_Soutenance(diction): str(inspect.stack()[0][3]) + " L'identifiant du jury est invalide ") return False, " L'identifiant du jury est invalide" - # Verfier la validité de la séance (agenda) - is_jury_agenda_valide_count = MYSY_GV.dbname['agenda'].count_documents({'_id': ObjectId(str(diction['agenda_id'])), + # Verfier la validité de la soutenance de jury + is_jury_soutenance_valide_count = MYSY_GV.dbname['jury_soutenance'].count_documents({'_id': ObjectId(str(diction['jury_soutenance_id'])), 'valide': '1', 'locked': '0', - 'related_collection':'jury', - 'related_collection_recid':str(diction['jury_id']), - 'partner_owner_recid': str( - my_partner['recid'])}) + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_jury_soutenance_valide_count != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide " + + + # Verfier la validité de la séance (agenda) + is_jury_agenda_valide_count = MYSY_GV.dbname['agenda'].count_documents({'_id': ObjectId(str(diction['agenda_id'])), + 'valide': '1', + 'locked': '0', + 'related_collection':'jury_soutenance', + 'related_collection_recid':str(diction['jury_soutenance_id']), + 'partner_owner_recid': str( my_partner['recid'])}) if (is_jury_agenda_valide_count != 1): mycommon.myprint( - str(inspect.stack()[0][3]) + " L'identifiant de la séance du jury est invalide ") - return False, " L'identifiant de la séance du jury est invalide " + str(inspect.stack()[0][3]) + " L'identifiant de l'agenda de la soutenance du jury est invalide ") + return False, " L'identifiant de l'agenda de la soutenance du jury est invalide " my_token = str(diction['token']) + local_jury_soutenance_id = diction['jury_soutenance_id'] new_data = diction del new_data['token'] + del new_data['jury_soutenance_id'] new_data['valide'] = "1" new_data['locked'] = "0" @@ -2055,7 +2265,7 @@ def Add_Update_Jury_Soutenance(diction): new_data['date_update'] = str(datetime.now()) result = MYSY_GV.dbname['jury_soutenance'].find_one_and_update( - {'agenda_id':str(diction['agenda_id']), + {'_id':ObjectId(str(local_jury_soutenance_id)), 'jury_id':str(diction['jury_id']), 'partner_owner_recid':str(my_partner['recid']) }, @@ -2069,6 +2279,26 @@ def Add_Update_Jury_Soutenance(diction): " Impossible de mettre à jour la soutenance (2) ") return False, " Impossible de mettre à jour la soutenance (2) ", False + """ + ## Add to log history + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + + # Pour la collection inscription + history_event_dict = {} + history_event_dict['token'] = str(my_token) + history_event_dict['related_collection'] = "jury" + history_event_dict['related_collection_recid'] = str(diction['jury_id']) + history_event_dict['action_date'] = str(now) + + history_event_dict['action_description'] = " Mise à jour de la soutenance " + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + return True, "La soutenance a été correctement mise à jour" @@ -2079,7 +2309,7 @@ def Add_Update_Jury_Soutenance(diction): """ -Recuperation de la liste des soutenances d'un jury +Recuperation de la liste des soutenances """ def Get_List_Jury_Soutenenace(diction): try: @@ -2120,6 +2350,23 @@ def Get_List_Jury_Soutenenace(diction): if (local_status is not True): return local_status, my_partner + is_jury_valide = MYSY_GV.dbname['jury'].count_documents({'_id':ObjectId(str(diction['jury_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_jury_valide != 1 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du jury est invalide ") + return False, " L'identifiant du jury est invalide ", + + jury_data = MYSY_GV.dbname['jury'].find_one({'_id': ObjectId(str(diction['jury_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + + """ Clés de mise à jour """ @@ -2127,13 +2374,52 @@ def Get_List_Jury_Soutenenace(diction): data_cle['partner_owner_recid'] = str(my_partner['recid']) data_cle['valide'] = "1" data_cle['locked'] = "0" - + data_cle['jury_id'] = str(diction['jury_id']) RetObject = [] val_tmp = 0 for retval in MYSY_GV.dbname['jury_soutenance'].find(data_cle).sort([("_id", pymongo.DESCENDING), ]): user = retval + + if( "session_id" in jury_data.keys() ): + user['session_id'] = jury_data['session_id'] + else: + user['session_id'] = "" + + if( "convocation_apprenant_send" not in retval.keys() ): + user["convocation_apprenant_send"] = "" + + if ("convocation_apprenant_date_sending" not in retval.keys()): + user["convocation_apprenant_date_sending"] = "" + + + # Recuperation des agenda associés + soutenance_agenda_id = "" + soutenance_agenda_event_title = "" + soutenance_agenda_event_start = "" + soutenance_agenda_event_end = "" + if( "agenda_id" in retval.keys() and retval['agenda_id'] ): + agenda_data = MYSY_GV.dbname['agenda'].find_one({'_id':ObjectId(str(retval['agenda_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}, + {'_id':1, 'event_start':1, 'event_end':1, 'event_title':1}) + + + + soutenance_agenda_id = str(agenda_data['_id']) + soutenance_agenda_event_start = str(agenda_data['event_start']) + soutenance_agenda_event_end = str(agenda_data['event_end']) + soutenance_agenda_event_title = str(agenda_data['event_title']) + + user['soutenance_agenda_id'] = soutenance_agenda_id + user['soutenance_agenda_event_start'] = soutenance_agenda_event_start + user['soutenance_agenda_event_end'] = soutenance_agenda_event_end + user['soutenance_agenda_event_title'] = soutenance_agenda_event_title + + + user['id'] = str(val_tmp) val_tmp = val_tmp + 1 @@ -2177,6 +2463,346 @@ def Get_List_Jury_Soutenenace(diction): return False, " Impossible de récupérer la liste des soutenances " +""" +Recuperation de la liste des soutenances avec des filtre sur +- sur la salle +- l'inscrit (list) +- l'apprenant (list) + +""" +def Get_List_Jury_Soutenenace_With_Filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'jury_id', 'jury_salle_nom', + 'tab_inscrit_ids', 'inscrit_email', + 'tab_apprenant_ids', 'apprenant_email', + 'session_id'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list and val.startswith('my_') is False: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas") + return False, " Les informations fournies sont incorrectes", + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token',] + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " Les informations fournies sont incorrectes", + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + filt_jury_apprenant_inscrit_ids = {} + tab_inscriptions_ids = "" + if ("tab_inscrit_ids" in diction.keys()): + if diction['tab_inscrit_ids']: + tab_inscriptions_ids = diction['tab_inscrit_ids'] + + tab_inscriptions_ids_splited_work = str(tab_inscriptions_ids).split(",") + + tab_inscriptions_ids_splited = [] + for tmp in tab_inscriptions_ids_splited_work : + if( tmp ): + tab_inscriptions_ids_splited.append(str(tmp)) + + filt_jury_apprenant_inscrit_ids = {'inscription_id': {'$in': tab_inscriptions_ids_splited},} + + #------------ + filt_jury_apprenant_apprenant_ids = {} + tab_apprenant_ids = "" + if ("tab_apprenant_ids" in diction.keys()): + if diction['tab_apprenant_ids']: + tab_apprenant_ids = diction['tab_apprenant_ids'] + + tab_apprenant_ids_splited_work = str(tab_apprenant_ids).split(",") + + tab_apprenant_ids_splited = [] + for tmp in tab_apprenant_ids_splited_work: + if (tmp): + tab_apprenant_ids_splited.append(str(tmp)) + + + tab_inscription_apprenant = [] + + # Recuperer la liste des inscription_id associé à cet apprenant + for val in MYSY_GV.dbname['inscription'].find({'partner_owner_recid':str(my_partner['recid']), + 'apprenant_id':{'$in':tab_apprenant_ids_splited} }): + tab_inscription_apprenant.append(str(val['_id'])) + + filt_jury_apprenant_apprenant_ids = {'inscription_id': {'$in': tab_inscription_apprenant},} + + filt_final_on_inscription = {} + if(len(tab_inscription_apprenant) > 0 and len(tab_inscriptions_ids_splited) > 0): + filt_final_on_inscription = {} + tab_work = [] + + for tmp in tab_inscription_apprenant: + if( tmp and tmp not in tab_work): + tab_work.append(tmp) + + for tmp in tab_inscriptions_ids_splited: + if( tmp and tmp not in tab_work): + tab_work.append(tmp) + + filt_final_on_inscription = {'inscription_id': {'$in': tab_work},} + + + elif ( len(tab_inscription_apprenant) > 0 ): + filt_final_on_inscription = filt_jury_apprenant_apprenant_ids + + + elif ( len(tab_inscriptions_ids_splited) > 0 ): + filt_final_on_inscription = filt_jury_apprenant_inscrit_ids + + + #print(" ### filt_final_on_inscription = ", filt_final_on_inscription) + + #----------- + """ + filt_jury_apprenant_inscription_apprenant_id = {} + tab_apprenant_id = "" + if ("apprenant_id" in diction.keys() and diction['apprenant_id']): + filt_jury_apprenant_inscription_apprenant_id = {'$eq': ["$apprenant_id", str(diction['apprenant_id'])]}, + + """ + + filt_jury_salle_nom = {} + if ("jury_salle_nom" in diction.keys() and diction['jury_salle_nom']): + filt_jury_salle_nom = {'jury_salle': {'$regex': str(diction['jury_salle_nom']), "$options": "i"}} + + + filt_session_id = {} + if( 'session_id' in diction.keys() and diction['session_id']): + filt_session_id = {'$eq': ["$session_id", str(diction['session_id'])]}, + + qry_filter = {'$and': [{'partner_owner_recid': str(my_partner['recid']), 'valide': '1', 'locked': '0'}, filt_jury_salle_nom, + filt_final_on_inscription]} + + + + pipe_qry = [{'$match': qry_filter}, + {'$lookup': { + 'from': 'jury_soutenance', + "let": {'jury_soutenance_id': "$jury_soutenance_id", + 'partner_owner_recid': '$partner_owner_recid'}, + 'pipeline': [ + {'$match': + {'$expr': + {'$and': + [ + + {'$eq': ["$_id", {'$convert': { + 'input': "$$jury_soutenance_id", + 'to': "objectId", + 'onError': {'error': 'true'}, + 'onNull': {'isnull': 'true'} + }}]}, + + {'$eq': ["$valide", "1"]}, + {'$eq': ["$partner_owner_recid", '$$partner_owner_recid']} + + ] + } + } + }, + + ], + 'as': 'jury_soutenance_collection' + } + }, + + {'$lookup': { + 'from': 'inscription', + "let": {'inscription_id': "$inscription_id", 'partner_owner_recid': '$partner_owner_recid', + + }, + 'pipeline': [ + {'$match': + {'$expr': + {'$and': + [ + + {'$eq': ["$_id", {'$convert': { + 'input': "$$inscription_id", + 'to': "objectId", + 'onError': {'error': 'true'}, + 'onNull': {'isnull': 'true'} + }}]}, + {'$eq': ["$partner_owner_recid", '$$partner_owner_recid']}, + {'$eq': ["$valide", '1']}, + filt_session_id + + ] + } + } + }, + + ], + 'as': 'inscription_collection' + } + }, + ] + + + print(" ### pipe_qry = ", pipe_qry) + + RetObject = [] + val_tmp = 0 + for New_retVal in MYSY_GV.dbname['jury_apprenant'].aggregate(pipe_qry): + new_node = {} + new_node['_id'] = New_retVal['_id'] + new_node['agenda_id'] = New_retVal['agenda_id'] + new_node['inscription_id'] = New_retVal['inscription_id'] + new_node['jury_id'] = New_retVal['jury_id'] + new_node['jury_soutenance_id'] = New_retVal['jury_soutenance_id'] + + soutenance_sujet = "" + soutenance_note = "" + soutenance_observation = "" + soutenance_adresse = "" + soutenance_code_postal = "" + soutenance_ville = "" + soutenance_pays = "" + soutenance_convocation_apprenant_date_sending = "" + soutenance_convocation_apprenant_send = "" + + if( "jury_soutenance_collection" in New_retVal.keys() and len(New_retVal["jury_soutenance_collection"]) > 0 ): + if( "sujet" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_sujet = New_retVal["jury_soutenance_collection"][0]['sujet'] + + if ("note" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_note = New_retVal["jury_soutenance_collection"][0]['note'] + + if ("observation" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_observation = New_retVal["jury_soutenance_collection"][0]['observation'] + + if ("adresse" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_adresse = New_retVal["jury_soutenance_collection"][0]['adresse'] + + if ("code_postal" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_code_postal = New_retVal["jury_soutenance_collection"][0]['code_postal'] + + if ("ville" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_ville = New_retVal["jury_soutenance_collection"][0]['ville'] + + if ("pays" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_pays = New_retVal["jury_soutenance_collection"][0]['pays'] + + if ("convocation_apprenant_date_sending" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_convocation_apprenant_date_sending = New_retVal["jury_soutenance_collection"][0]['convocation_apprenant_date_sending'] + + if ("convocation_apprenant_send" in New_retVal["jury_soutenance_collection"][0].keys()): + soutenance_convocation_apprenant_send = New_retVal["jury_soutenance_collection"][0]['convocation_apprenant_send'] + + new_node['soutenance_sujet'] = str(soutenance_sujet) + new_node['soutenance_note'] = str(soutenance_note) + new_node['soutenance_observation'] = str(soutenance_observation) + new_node['soutenance_adresse'] = str(soutenance_adresse) + new_node['soutenance_code_postal'] = str(soutenance_code_postal) + new_node['soutenance_ville'] = str(soutenance_ville) + new_node['soutenance_pays'] = str(soutenance_pays) + new_node['soutenance_convocation_apprenant_date_sending'] = str(soutenance_convocation_apprenant_date_sending) + new_node['soutenance_convocation_apprenant_send'] = str(soutenance_convocation_apprenant_send) + + + inscrit_nom = "" + inscrit_prenom = "" + inscrit_email = "" + + if ("inscription_collection" in New_retVal.keys() and len( New_retVal["inscription_collection"]) > 0): + if ("nom" in New_retVal["jury_soutenance_collection"][0].keys()): + inscrit_nom = New_retVal["jury_soutenance_collection"][0]['nom'] + + if ("prenom" in New_retVal["jury_soutenance_collection"][0].keys()): + inscrit_prenom = New_retVal["jury_soutenance_collection"][0]['prenom'] + + if ("email" in New_retVal["jury_soutenance_collection"][0].keys()): + inscrit_email = New_retVal["jury_soutenance_collection"][0]['email'] + + new_node['inscrit_nom'] = str(inscrit_nom) + new_node['inscrit_prenom'] = str(inscrit_prenom) + new_node['inscrit_email'] = str(inscrit_email) + + soutenance_agenda_event_start = "" + soutenance_agenda_event_end = "" + if ("agenda_id" in New_retVal.keys() and New_retVal['agenda_id']): + agenda_data = MYSY_GV.dbname['agenda'].find_one({'_id': ObjectId(str(New_retVal['agenda_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}, + {'_id': 1, 'event_start': 1, 'event_end': 1, + 'event_title': 1}) + + local_date = str(agenda_data['event_start'])[0:16] + new_date = datetime.strptime(str(local_date), '%Y-%m-%dT%H:%M').strftime("%d/%m/%Y %H:%M") + soutenance_agenda_event_start = str(new_date) + + local_date = str(agenda_data['event_end'])[0:16] + new_date = datetime.strptime(str(local_date), '%Y-%m-%dT%H:%M').strftime("%d/%m/%Y %H:%M") + soutenance_agenda_event_end = str(new_date) + + new_node['soutenance_agenda_event_start'] = str(soutenance_agenda_event_start) + new_node['soutenance_agenda_event_end'] = str(soutenance_agenda_event_end) + + soutenance_agenda_ue_code = "" + + if ("jury_id" in New_retVal.keys() and New_retVal['jury_id']): + jury_data = MYSY_GV.dbname['jury'].find_one({'_id': ObjectId(str(New_retVal['jury_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}, + {'_id': 1, 'ue_id': 1,}) + + if( jury_data and 'ue_id' in jury_data.keys() and jury_data['ue_id']): + ue_id_data = MYSY_GV.dbname['unite_enseignement'].find_one({'_id': ObjectId(str(jury_data['ue_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}, + {'_id': 1, 'code': 1, } + ) + + if( ue_id_data and "code" in ue_id_data.keys() ): + soutenance_agenda_ue_code = ue_id_data['code'] + + new_node['soutenance_code'] = str(soutenance_agenda_ue_code) + + + + RetObject.append(mycommon.JSONEncoder().encode(new_node)) + + + return True, RetObject + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de récupérer la liste des soutenances " + + + + + """ Recuperer les information d'une soutenance donnée """ @@ -2187,7 +2813,7 @@ def Get_Given_Jury_Soutenenace(diction): """ Verification des input acceptés """ - field_list = ['token', 'jury_id', 'agenda_id'] + field_list = ['token', 'jury_id', 'agenda_id', 'jury_soutenance_id'] incom_keys = diction.keys() for val in incom_keys: @@ -2199,7 +2825,7 @@ def Get_Given_Jury_Soutenenace(diction): """ Verification des champs obligatoires """ - field_list_obligatoire = ['token', 'jury_id', 'agenda_id'] + field_list_obligatoire = ['token', 'jury_id', 'agenda_id', 'jury_soutenance_id'] for val in field_list_obligatoire: if val not in diction: mycommon.myprint( @@ -2225,7 +2851,7 @@ def Get_Given_Jury_Soutenenace(diction): data_cle = {} data_cle['partner_owner_recid'] = str(my_partner['recid']) data_cle['valide'] = "1" - data_cle['agenda_id'] = str(diction['agenda_id']) + data_cle['_id'] = ObjectId(str(diction['jury_soutenance_id'])) data_cle['locked'] = "0" RetObject = [] @@ -2234,6 +2860,30 @@ def Get_Given_Jury_Soutenenace(diction): for retval in MYSY_GV.dbname['jury_soutenance'].find(data_cle).sort([("_id", pymongo.DESCENDING), ]): user = retval user['id'] = str(val_tmp) + + if ("jury_soutenance_salle" not in retval.keys()): + user['jury_soutenance_salle'] = "" + + if ("jury_soutenance_adresse" not in retval.keys()): + user['jury_soutenance_adresse'] = "" + + if ("jury_soutenance_code_postal" not in retval.keys()): + user['jury_soutenance_code_postal'] = "" + + if ("jury_soutenance_ville" not in retval.keys()): + user['jury_soutenance_ville'] = "" + + if ("jury_soutenance_pays" not in retval.keys()): + user['jury_soutenance_pays'] = "" + + + if ("convocation_apprenant_send" not in retval.keys()): + user["convocation_apprenant_send"] = "" + + if ("convocation_apprenant_date_sending" not in retval.keys()): + user["convocation_apprenant_date_sending"] = "" + + val_tmp = val_tmp + 1 jury_apprenant = [] @@ -2318,19 +2968,45 @@ def Delete_Given_Jury_Soutenenace(diction): return local_status, my_partner """ - Clés de mise à jour - """ + Clés de mise à jour + """ data_cle = {} data_cle['partner_owner_recid'] = str(my_partner['recid']) data_cle['valide'] = "1" data_cle['agenda_id'] = str(diction['agenda_id']) data_cle['locked'] = "0" + soutenance_agenda_data = MYSY_GV.dbname['agenda'].find_one( + {'_id': ObjectId(str(diction['agenda_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + RetObject = [] val_tmp = 0 delete = MYSY_GV.dbname['jury_soutenance'].delete_many(data_cle) + """ + ## Add to log history + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + + # Pour la collection inscription + history_event_dict = {} + history_event_dict['token'] = str(diction['token']) + history_event_dict['related_collection'] = "jury" + history_event_dict['related_collection_recid'] = str(diction['jury_id']) + history_event_dict['action_date'] = str(now) + + history_event_dict['action_description'] = "Suppression de la soutenance du "+str(soutenance_agenda_data['event_start'])+" au "+str(soutenance_agenda_data['event_end']) + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + return True, "La soutenance a été correctement supprimée" @@ -2339,3 +3015,1812 @@ def Delete_Given_Jury_Soutenenace(diction): mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) return False, " Impossible de supprimer la soutenance" + +""" +Cette fonction permet de telecharger (PDF) la convocation des apprenants concernés +par une soutenance du jury +""" +def Send_Jury_Apprenant_Soutenance_Convocation_By_PDF(diction): + try: + field_list_obligatoire = ['token', 'jury_id', 'tab_jury_soutenance_ids', 'courrier_template_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + my_jury_soutenance_ids = "" + if ("tab_jury_soutenance_ids" in diction.keys()): + if diction['tab_jury_soutenance_ids']: + my_jury_soutenance_ids = diction['tab_jury_soutenance_ids'] + + tab_jury_soutenance_ids_work = str(my_jury_soutenance_ids).split(",") + tab_jury_soutenance_ids = [] + tab_jury_soutenance_ids_ObjectId = [] + + for_log_history_description = [] + + for tmp in tab_jury_soutenance_ids_work: + if( tmp ): + is_jury_soutenance_valide = MYSY_GV.dbname['jury_soutenance'].count_documents( + {'_id': ObjectId(str(tmp)), + 'valide': '1', + 'locked':'0', + 'jury_id':str(diction['jury_id']), + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_jury_soutenance_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide " + + is_jury_soutenance_data = MYSY_GV.dbname['jury_soutenance'].find_one( + {'_id': ObjectId(str(tmp)), + 'valide': '1', + 'locked': '0', + 'jury_id': str(diction['jury_id']), + 'partner_owner_recid': str(my_partner['recid'])}) + if( is_jury_soutenance_data and "agenda_id" in is_jury_soutenance_data.keys() and is_jury_soutenance_data['agenda_id']): + soutenance_agenda_data = MYSY_GV.dbname['agenda'].find_one({'_id':ObjectId(str(is_jury_soutenance_data['agenda_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + if(soutenance_agenda_data ): + for_log_history_description.append(soutenance_agenda_data) + + tab_jury_soutenance_ids.append(tmp) + tab_jury_soutenance_ids_ObjectId.append(ObjectId(tmp)) + + + + # Recupération des données du modèle de document + courrier_template_data = MYSY_GV.dbname['courrier_template'].find_one( + {'_id': ObjectId(str(diction['courrier_template_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])} + ) + + if(courrier_template_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + if("contenu_doc" not in courrier_template_data.keys() or len(str(courrier_template_data['contenu_doc'])) <= 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " contenu_doc : La configuration du modèle de courrier est invalide ") + return False, " contenu_doc : La configuration du modèle de courrier est invalide " + + + """ + Recuperer la liste des inscrits concernés par la soutenance + """ + # Stokage des nom de fichier à zipper + list_file_name_to_zip = [] + + for local_soutenance in tab_jury_soutenance_ids: + tab_soutenance_inscrit = [] + for tmp in MYSY_GV.dbname['jury_apprenant'].find({'jury_id':str(diction['jury_id']), + 'valide':'1', + 'locked':'0', + 'jury_soutenance_id':str(local_soutenance), + 'partner_owner_recid':str(my_partner['recid'])}): + if( tmp['inscription_id'] ): + tab_soutenance_inscrit.append(str(tmp['inscription_id'])) + + print(" ### tab_soutenance_inscrit = ", tab_soutenance_inscrit) + + for val in tab_soutenance_inscrit: + local_diction = {} + # field_list_obligatoire = ['token', 'session_id', 'courrier_template_id', 'client_id'] + local_diction['token'] = diction['token'] + local_diction['jury_soutenance_id'] = str(local_soutenance) + local_diction['courrier_template_id'] = diction['courrier_template_id'] + local_diction['inscription_id'] = str(val) + + print(" ### local_diction === ", local_diction) + local_status, local_full_file_name = Create_Jury_Soutenance_Convocation_By_Inscrit_PDF(local_diction) + if( local_status is False): + return local_status, local_full_file_name + else: + list_file_name_to_zip.append(str(local_full_file_name)) + + + # Create a ZipFile Object + todays_date = str(date.today().strftime("%d/%m/%Y")) + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-3:] + zip_file_name = str(MYSY_GV.TEMPORARY_DIRECTORY_V2) + "List_Convocation_Jury_" + str(ts) + "_.zip" + + with ZipFile(zip_file_name, 'w') as zip_object: + for pdf_files in list_file_name_to_zip : + #print(" ### fichier a zipper = ", pdf_files) + zip_object.write(str(pdf_files)) + + + if os.path.exists(zip_file_name): + # print(" ### ok os.path.exists(outputFilename) "+str(outputFilename)) + """ + Mettre à jour l'historique pour que les convocation ont été imprimées + """ + """ + ## Add to log history + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + + # Pour la collection inscription + history_event_dict = {} + history_event_dict['token'] = str(diction['token']) + history_event_dict['related_collection'] = "jury" + history_event_dict['related_collection_recid'] = str(diction['jury_id']) + history_event_dict['action_date'] = str(now) + + history_event_dict['action_description'] = "Impression convocation soutenance pour les apprenants " + for tmp in for_log_history_description : + history_event_dict['action_description'] = history_event_dict['action_description']+" - Soutenance du "+str(tmp['event_start'])+" au "+str(tmp['event_end']) + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + + return True, send_file(zip_file_name, as_attachment=True) + + + return False, " Impossible de générer les convocations jury par PDF (1) " + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de générer les convocations jury par PDF" + + +""" +Cette fonction créer une convocation à une soutenance de Jury PDF pour un inscrit et retourne le document +""" +def Create_Jury_Soutenance_Convocation_By_Inscrit_PDF(diction): + try: + field_list_obligatoire = ['token', 'jury_soutenance_id', 'courrier_template_id', 'inscription_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + qry = {'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_APPRENANT', + 'partner_owner_recid':str(my_partner['recid'])} + + #print(" ##### qry = ", qry) + + # 1 - Verifier que le modele de courrier est bien editable par individu + template_courrier_data = MYSY_GV.dbname['courrier_template'].find_one({'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_APPRENANT', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( template_courrier_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + + + # Verifier que l'inscrit est valide + local_qry = {'_id':ObjectId(str(diction['inscription_id'])), 'status':'1', + 'partner_owner_recid':str(my_partner['recid'])} + + statgiaire_data = MYSY_GV.dbname['inscription'].find_one({'_id':ObjectId(str(diction['inscription_id'])), 'status':'1', + 'partner_owner_recid':str(my_partner['recid'])}) + + if (statgiaire_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du stagiaire est invalide ") + return False, " L'identifiant du stagiaire est invalide " + + tab_stagiaire = [] + tab_stagiaire.append(statgiaire_data['_id']) + + + # Verifier que la soutenance est valide + jury_soutenance_data = MYSY_GV.dbname['jury_soutenance'].find_one( + {'_id': ObjectId(str(diction['jury_soutenance_id'])), 'valide': '1', 'partner_owner_recid': str(my_partner['recid'])}) + + if (jury_soutenance_data is None): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide " + + tab_soutenance = [] + tab_soutenance.append(jury_soutenance_data['_id']) + + + + # Creation du dictionnaire d'information à utiliser pour la creation du doc + convention_dictionnary_data = {} + new_diction = {} + new_diction['token'] = diction['token'] + new_diction['list_stagiaire_id'] = tab_stagiaire + new_diction['list_session_id'] = [] + new_diction['list_class_id'] = [] + new_diction['list_client_id'] = [] + new_diction['list_apprenant_id'] = [] + new_diction['list_jury_soutenance_id'] = tab_soutenance + + local_status, local_retval = mycommon.Get_Dictionnary_data_For_Template(new_diction) + + if (local_status is False): + return local_status, local_retval + + convention_dictionnary_data = local_retval + + body = { + "params": convention_dictionnary_data, + } + + """ + Creation du ficier PDF + """ + + contenu_doc_Template = jinja2.Template(str(template_courrier_data['contenu_doc'])) + + sourceHtml = contenu_doc_Template.render(params=body["params"]) + + todays_date = str(date.today().strftime("%d/%m/%Y")) + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-5:] + + orig_file_name = "Convocation_Soutenance_" + str(my_partner['recid'])[0:5] + "_" + str(ts) + ".pdf" + outputFilename = str(MYSY_GV.TEMPORARY_DIRECTORY) + "/" + str(orig_file_name) + + # open output file for writing (truncated binary) + resultFile = open(outputFilename, "w+b") + + # convert HTML to PDF + pisaStatus = pisa.CreatePDF( + src=sourceHtml, # the HTML to convert + dest=resultFile) # file handle to receive result + + # close output file + resultFile.close() + + return True, outputFilename + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de créer le fichier pdf de convocation du jury " + + + +""" +Cette fonction permet d'envoyer par e-mail la convocation des apprenants concernés +par une soutenance du jury +""" +def Send_Jury_Apprenant_Soutenance_Convocation_By_Email(tab_files, Folder, diction): + try: + field_list_obligatoire = ['token', 'jury_id', 'tab_jury_soutenance_ids', + 'courrier_template_id', 'email_test', 'email_production'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + # Sauvegarde des fichiers joints depuis le front + tab_saved_file_full_path = [] + for file in tab_files: + status, saved_file_full_path = mycommon.Upload_Save_PDF_IMG_File(file, Folder) + if (status is False): + mycommon.myprint("Impossible de récupérer correctement le fichier à importer") + return False, "Impossible de récupérer correctement le fichier à importer" + + tab_saved_file_full_path.append(saved_file_full_path) + + + my_jury_soutenance_ids = "" + if ("tab_jury_soutenance_ids" in diction.keys()): + if diction['tab_jury_soutenance_ids']: + my_jury_soutenance_ids = diction['tab_jury_soutenance_ids'] + + tab_jury_soutenance_ids_work = str(my_jury_soutenance_ids).split(",") + tab_jury_soutenance_ids = [] + tab_jury_soutenance_ids_ObjectId = [] + + for_log_history_description = [] + + for tmp in tab_jury_soutenance_ids_work: + if( tmp ): + is_jury_soutenance_valide = MYSY_GV.dbname['jury_soutenance'].count_documents( + {'_id': ObjectId(str(tmp)), + 'valide': '1', + 'locked':'0', + 'jury_id':str(diction['jury_id']), + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_jury_soutenance_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide " + + is_jury_soutenance_data = MYSY_GV.dbname['jury_soutenance'].find_one( + {'_id': ObjectId(str(tmp)), + 'valide': '1', + 'locked': '0', + 'jury_id': str(diction['jury_id']), + 'partner_owner_recid': str(my_partner['recid'])}) + if( is_jury_soutenance_data and "agenda_id" in is_jury_soutenance_data.keys() and is_jury_soutenance_data['agenda_id']): + soutenance_agenda_data = MYSY_GV.dbname['agenda'].find_one({'_id':ObjectId(str(is_jury_soutenance_data['agenda_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + if(soutenance_agenda_data ): + for_log_history_description.append(soutenance_agenda_data) + + tab_jury_soutenance_ids.append(tmp) + tab_jury_soutenance_ids_ObjectId.append(ObjectId(tmp)) + + + + # Recupération des données du modèle de document + courrier_template_data = MYSY_GV.dbname['courrier_template'].find_one( + {'_id': ObjectId(str(diction['courrier_template_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])} + ) + + if(courrier_template_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + if("contenu_doc" not in courrier_template_data.keys() or len(str(courrier_template_data['contenu_doc'])) <= 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " contenu_doc : La configuration du modèle de courrier est invalide ") + return False, " contenu_doc : La configuration du modèle de courrier est invalide " + + + """ + Recuperer la liste des inscrits concernés par la soutenance + """ + # Stokage des nom de fichier à zipper + list_file_name_to_zip = [] + + for local_soutenance in tab_jury_soutenance_ids: + tab_soutenance_inscrit = [] + for tmp in MYSY_GV.dbname['jury_apprenant'].find({'jury_id':str(diction['jury_id']), + 'valide':'1', + 'locked':'0', + 'jury_soutenance_id':str(local_soutenance), + 'partner_owner_recid':str(my_partner['recid'])}): + + if( tmp['inscription_id'] ): + tab_soutenance_inscrit.append(str(tmp['inscription_id'])) + + + for val in tab_soutenance_inscrit: + local_diction = {} + # field_list_obligatoire = ['token', 'session_id', 'courrier_template_id', 'client_id'] + local_diction['token'] = diction['token'] + local_diction['jury_soutenance_id'] = str(local_soutenance) + local_diction['courrier_template_id'] = diction['courrier_template_id'] + local_diction['inscription_id'] = str(val) + local_diction['email_test'] = diction['email_test'] + local_diction['email_production'] = diction['email_production'] + + local_status, local_full_file_name = Create_Jury_Soutenance_Convocation_By_Inscrit_Email(tab_saved_file_full_path, Folder, local_diction) + if (local_status is False): + mycommon.myprint(" WARNING impossible d'envoyer la convocation a l'apprenant : " + str(val) ) + + """ + Mise à jour des date d'envoie + """ + + update_data = {} + update_data['date_update'] = str(datetime.now()) + update_data['update_by'] = str(my_partner['_id']) + update_data['convocation_apprenant_send'] = "1" + update_data['convocation_apprenant_date_sending'] = str(datetime.now()) + + MYSY_GV.dbname['jury_soutenance'].find_one_and_update({'_id':{'$in':tab_jury_soutenance_ids_ObjectId}, + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}, + {"$set": update_data}, + return_document=ReturnDocument.AFTER, + upsert=True, + ) + + """ + ## Add to log history + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + + # Pour la collection inscription + history_event_dict = {} + history_event_dict['token'] = str(diction['token']) + history_event_dict['related_collection'] = "jury" + history_event_dict['related_collection_recid'] = str(diction['jury_id']) + history_event_dict['action_date'] = str(now) + + history_event_dict['action_description'] = "Envoi par email des convocations de soutenance pour les apprenants " + for tmp in for_log_history_description : + history_event_dict['action_description'] = history_event_dict['action_description']+" - Soutenance du "+str(tmp['event_start'])+" au "+str(tmp['event_end']) + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + + + + return True, " Les convocations au jury ont été correctement envoyées par emails" + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible d'envoyer les convocations au jury par emails" + + + +""" +Cette fonction créer une convocation à une soutenance de Jury Email pour un inscrit +""" +def Create_Jury_Soutenance_Convocation_By_Inscrit_Email(tab_files, Folder, diction): + try: + field_list_obligatoire = ['token', 'jury_soutenance_id', 'courrier_template_id', 'inscription_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + qry = {'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_APPRENANT', + 'partner_owner_recid':str(my_partner['recid'])} + + #print(" ##### qry = ", qry) + + # 1 - Verifier que le modele de courrier est bien editable par individu + template_courrier_data = MYSY_GV.dbname['courrier_template'].find_one({'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_APPRENANT', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( template_courrier_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + # Recuperation des eventuelles pièces jointes du modèle que courrier + local_dic = {} + local_dic['token'] = str(diction['token']) + local_dic['object_owner_collection'] = "courrier_template" + local_dic['object_owner_id'] = str(template_courrier_data['_id']) + + local_status, local_retval = attached_file_mgt.Get_List_object_owner_collection_Stored_Files(local_dic) + if (local_status is False): + return local_status, local_retval + + # Traitement de l'eventuel fichier joint + tab_files_to_attache_to_mail = [] + + # Recuperation des fichiers attachés au modele de courrier, s'il y en a + for file in local_retval: + local_JSON = ast.literal_eval(file) + + saved_file = local_JSON['full_path'] + + file_to_attache_to_mail = MIMEBase('application', "octet-stream") + file_to_attache_to_mail.set_payload(open(saved_file, "rb").read()) + + encoders.encode_base64(file_to_attache_to_mail) + file_to_attache_to_mail.add_header('Content-Disposition', + 'attachment; filename="{0}"'.format(os.path.basename(saved_file))) + + new_node = {"attached_file": file_to_attache_to_mail} + tab_files_to_attache_to_mail.append(new_node) + + + + # Verifier que l'inscrit est valide + local_qry = {'_id':ObjectId(str(diction['inscription_id'])), 'status':'1', + 'partner_owner_recid':str(my_partner['recid'])} + + statgiaire_data = MYSY_GV.dbname['inscription'].find_one({'_id':ObjectId(str(diction['inscription_id'])), 'status':'1', + 'partner_owner_recid':str(my_partner['recid'])}) + + if (statgiaire_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du stagiaire est invalide ") + return False, " L'identifiant du stagiaire est invalide " + + + + + tab_stagiaire = [] + tab_stagiaire.append(statgiaire_data['_id']) + + + # Verifier que la soutenance est valide + jury_soutenance_data = MYSY_GV.dbname['jury_soutenance'].find_one( + {'_id': ObjectId(str(diction['jury_soutenance_id'])), 'valide': '1', 'partner_owner_recid': str(my_partner['recid'])}) + + if (jury_soutenance_data is None): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de la soutenance est invalide ") + return False, " L'identifiant de la soutenance est invalide " + + + + for saved_file in tab_files: + file_to_attache_to_mail = MIMEBase('application', "octet-stream") + file_to_attache_to_mail.set_payload(open(saved_file, "rb").read()) + + encoders.encode_base64(file_to_attache_to_mail) + file_to_attache_to_mail.add_header('Content-Disposition', + 'attachment; filename="{0}"'.format(os.path.basename(saved_file))) + + new_node = {"attached_file": file_to_attache_to_mail} + tab_files_to_attache_to_mail.append(new_node) + + send_in_production = 0 + + tab_emails_destinataire = [] + + if ("email_test" in diction.keys() and diction['email_test']): + send_in_production = 0 + tab_email_test = str(diction['email_test']).replace(";", ",").split(",") + for email in tab_email_test: + email = email.strip() + if (mycommon.isEmailValide(email) is False): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'adresse email " + str(email) + " est invalide ") + return False, " L'adresse email " + str(email) + " est invalide " + tab_emails_destinataire = tab_email_test + + elif ("email_production" in diction.keys() and diction['email_production']): + send_in_production = 1 + if (str(diction['email_production']) != "default"): + tab_email_prod = str(diction['email_production']).replace(";", ",").split(",") + for email in tab_email_prod: + email = email.strip() + if (mycommon.isEmailValide(str(email)) is False): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'adresse email '" + str(email) + "' est invalide ") + return False, " L'adresse email " + str(email) + " est invalide " + tab_emails_destinataire = tab_email_prod + else: + send_in_production = 1 + # On va chercher les adresse email de communication du + local_dict = {'token': str(diction['token']), '_id': str(diction['inscription_id'])} + + local_status, tab_apprenant_contact = Inscription_mgt.Get_Statgiaire_Communication_Contact(local_dict) + if (local_status is False): + return local_status, tab_apprenant_contact + + tmp_tab = [] + # print(" ### tab_apprenant_contact = ", tab_apprenant_contact) + + for tmp in tab_apprenant_contact: + if ("email" in tmp.keys()): + tab_emails_destinataire.append((tmp['email'])) + + if (len(tab_emails_destinataire) <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Aucune adresse email n'a été fourni. ") + return False, " Aucune adresse email n'a été fourni. " + + tab_soutenance = [] + tab_soutenance.append(jury_soutenance_data['_id']) + + + + # Creation du dictionnaire d'information à utiliser pour la creation du doc + convention_dictionnary_data = {} + new_diction = {} + new_diction['token'] = diction['token'] + new_diction['list_stagiaire_id'] = tab_stagiaire + new_diction['list_session_id'] = [] + new_diction['list_class_id'] = [] + new_diction['list_client_id'] = [] + new_diction['list_apprenant_id'] = [] + new_diction['list_jury_soutenance_id'] = tab_soutenance + + local_status, local_retval = mycommon.Get_Dictionnary_data_For_Template(new_diction) + + if (local_status is False): + return local_status, local_retval + + convention_dictionnary_data = local_retval + + body = { + "params": convention_dictionnary_data, + } + orig_file_name = None + outputFilename = None + + # Verifier s'il s'agit d'un document à envoyer avec une version de pièce jointe. + if ("joint_pdf" in template_courrier_data.keys() and str(template_courrier_data['joint_pdf']) == "1"): + # Il s'agit bien d'un envoie avec 'contenu_doc' en pièce jointe PDF + """ + 1 - Creation du PDF + """ + + contenu_doc_Template = jinja2.Template(str(template_courrier_data['contenu_doc'])) + + sourceHtml = contenu_doc_Template.render(params=body["params"]) + + todays_date = str(date.today().strftime("%d/%m/%Y")) + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-5:] + + orig_file_name = "Convocation_Soutenance_" + str(my_partner['recid'])[0:5] + "_" + str(ts) + ".pdf" + outputFilename = str(MYSY_GV.TEMPORARY_DIRECTORY) + "/" + str(orig_file_name) + + + # open output file for writing (truncated binary) + resultFile = open(outputFilename, "w+b") + + # convert HTML to PDF + pisaStatus = pisa.CreatePDF( + src=sourceHtml, # the HTML to convert + dest=resultFile) # file handle to receive result + + # close output file + resultFile.close() + + # Attachement du fichier joint + file_to_attache_to_mail = MIMEBase('application', "octet-stream") + file_to_attache_to_mail.set_payload(open(outputFilename, "rb").read()) + + encoders.encode_base64(file_to_attache_to_mail) + file_to_attache_to_mail.add_header('Content-Disposition', + 'attachment; filename="{0}"'.format(os.path.basename(outputFilename))) + + new_node = {"attached_file": file_to_attache_to_mail} + tab_files_to_attache_to_mail.append(new_node) + + ## Creation du mail au format email + corps_mail_Template = jinja2.Template(str(template_courrier_data['corps_mail'])) + sourceHtml = corps_mail_Template.render(params=body["params"]) + html_mime = MIMEText(sourceHtml, 'html') + + # Traitement du sujet du mail + sujet_mail_Template = jinja2.Template(str(template_courrier_data['sujet'])) + sujetHtml = sujet_mail_Template.render(params=body["params"]) + + # Creation de l'email à enoyer + msg = MIMEMultipart("alternative") + + else: + ## Creation du mail au format email + corps_mail_Template = jinja2.Template(str(template_courrier_data['contenu_doc'])) + sourceHtml = corps_mail_Template.render(params=body["params"]) + html_mime = MIMEText(sourceHtml, 'html') + + # Traitement du sujet du mail + sujet_mail_Template = jinja2.Template(str(template_courrier_data['sujet'])) + sujetHtml = sujet_mail_Template.render(params=body["params"]) + + # Creation de l'email à enoyer + msg = MIMEMultipart("alternative") + + + # Recuperation des donnes smpt + local_stpm_status, partner_SMTP_COUNT_smtpsrv, partner_own_smtp_value, partner_SMTP_COUNT_password, partner_SMTP_COUNT_user, partner_SMTP_COUNT_From_User,\ + partner_SMTP_COUNT_port = mycommon.Get_Partner_SMTP_Param( + str(my_partner['recid'])) + + if (local_stpm_status is False): + return local_stpm_status, partner_own_smtp_value + msg.attach(html_mime) + msg['From'] = partner_SMTP_COUNT_From_User + msg['Bcc'] = 'contact@mysy-training.com' + msg['Subject'] = sujetHtml + # Attacher l'eventuelle pièces jointes + for myfile in tab_files_to_attache_to_mail: + msg.attach(myfile['attached_file']) + + # msg['to'] = "billardman01@hotmail.com" + toaddrs = ",".join(tab_emails_destinataire) + msg['to'] = str(toaddrs) + + smtpserver = smtplib.SMTP(partner_SMTP_COUNT_smtpsrv, partner_SMTP_COUNT_port) + + smtpserver.ehlo() + smtpserver.starttls() + smtpserver.login(partner_SMTP_COUNT_user, partner_SMTP_COUNT_password) + + val = smtpserver.send_message(msg) + smtpserver.close() + + + print(" Email envoyé " + str(val)) + + return True, "L'email a été correctement envoyé " + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible d'envoyer par email convocation du jury " + + + +""" +Cette fonction permet de telecharger (PDF) la convocation des membres du jury concernés +par une soutenance du jury +""" +def Send_Jury_Membre_Convocation_By_PDF(diction): + try: + field_list_obligatoire = ['token', 'tab_jury_ids', 'courrier_template_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + """ + Pour chaque membre du jury + """ + my_jury_ids = "" + if ("tab_jury_ids" in diction.keys()): + if diction['tab_jury_ids']: + my_jury_ids = diction['tab_jury_ids'] + + tab_tab_jury_ids_work = str(my_jury_ids).split(",") + tab_jury_ids = [] + tab_jury_ids_ObjectId = [] + + for tmp in tab_tab_jury_ids_work: + if (tmp): + is_jury_id_valide = MYSY_GV.dbname['jury'].count_documents( + {'_id': ObjectId(str(tmp)), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_jury_id_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du jury est invalide : "+str(tmp)) + return False, " L'identifiant du jury est invalide : "+str(tmp) + + tab_jury_ids.append(tmp) + tab_jury_ids_ObjectId.append(ObjectId(tmp)) + + + + for_log_history_description = [] + + # Recupération des données du modèle de document + courrier_template_data = MYSY_GV.dbname['courrier_template'].find_one( + {'_id': ObjectId(str(diction['courrier_template_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])} + ) + + if(courrier_template_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + if("contenu_doc" not in courrier_template_data.keys() or len(str(courrier_template_data['contenu_doc'])) <= 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " contenu_doc : La configuration du modèle de courrier est invalide ") + return False, " contenu_doc : La configuration du modèle de courrier est invalide " + + + """ + Recuperer la liste des inscrits concernés par la soutenance + """ + # Stokage des nom de fichier à zipper + list_file_name_to_zip = [] + + for jury in tab_jury_ids : + for jury_membre in MYSY_GV.dbname['jury_membre'].find({'jury_id':str(jury), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}): + + + local_diction = {} + # field_list_obligatoire = ['token', 'session_id', 'courrier_template_id', 'client_id'] + local_diction['token'] = diction['token'] + local_diction['jury_membre_id'] = str(jury_membre['_id']) + local_diction['courrier_template_id'] = diction['courrier_template_id'] + local_diction['jury_id'] = str(jury) + + + local_status, local_full_file_name = Create_Jury_Convocation_By_Membre_PDF(local_diction) + if( local_status is False): + return local_status, local_full_file_name + else: + list_file_name_to_zip.append(str(local_full_file_name)) + + + # Create a ZipFile Object + todays_date = str(date.today().strftime("%d/%m/%Y")) + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-3:] + zip_file_name = str(MYSY_GV.TEMPORARY_DIRECTORY_V2) + "List_Convocation_Jury_" + str(ts) + "_.zip" + + with ZipFile(zip_file_name, 'w') as zip_object: + for pdf_files in list_file_name_to_zip : + #print(" ### fichier a zipper = ", pdf_files) + zip_object.write(str(pdf_files)) + + + if os.path.exists(zip_file_name): + # print(" ### ok os.path.exists(outputFilename) "+str(outputFilename)) + """ + Mettre à jour l'historique pour que les convocation ont été imprimées + """ + """ + ## Add to log history + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + + for jury in tab_jury_ids: + # Pour la collection inscription + history_event_dict = {} + history_event_dict['token'] = str(diction['token']) + history_event_dict['related_collection'] = "jury" + history_event_dict['related_collection_recid'] = str(jury) + history_event_dict['action_date'] = str(now) + + history_event_dict['action_description'] = "Impression convocation pour les membres du jury " + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + + return True, send_file(zip_file_name, as_attachment=True) + + + return False, " Impossible de générer les convocations jury par PDF (1) " + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de générer les convocations jury par PDF" + + +""" +Cette fonction créer une convocation pour les membre de Jury PDF pour un inscrit et retourne le document +""" +def Create_Jury_Convocation_By_Membre_PDF(diction): + try: + field_list_obligatoire = ['token', 'jury_membre_id', 'courrier_template_id', 'jury_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + qry = {'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_MEMBRE', + 'partner_owner_recid':str(my_partner['recid'])} + + #print(" ##### qry = ", qry) + + # 1 - Verifier que le modele de courrier est bien editable par individu + template_courrier_data = MYSY_GV.dbname['courrier_template'].find_one({'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_MEMBRE', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( template_courrier_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + + + + jury_membre_data = MYSY_GV.dbname['jury_membre'].find_one({'_id':ObjectId(str(diction['jury_membre_id'])), 'partner_owner_recid':str(my_partner['recid'])}) + + if (jury_membre_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du membre du jury est invalide ") + return False, " L'identifiant du membre du jury est invalide " + + hr_data = MYSY_GV.dbname['ressource_humaine'].find_one( + {'_id': ObjectId(str(jury_membre_data['rh_id'])), 'partner_recid': str(my_partner['recid'])}) + + if (hr_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'emloyé est invalide ") + return False, " L'identifiant de l'emloyé est invalide " + + + + # Creation du dictionnaire d'information à utiliser pour la creation du doc + convention_dictionnary_data = {} + new_diction = {} + new_diction['token'] = diction['token'] + new_diction['list_stagiaire_id'] = [] + new_diction['list_session_id'] = [] + new_diction['list_class_id'] = [] + new_diction['list_client_id'] = [] + new_diction['list_apprenant_id'] = [] + + + local_status, local_retval = mycommon.Get_Dictionnary_data_For_Template(new_diction) + + if (local_status is False): + return local_status, local_retval + + convention_dictionnary_data = local_retval + convention_dictionnary_data['hr_data'] = hr_data + + """ + Recuperer les données du jury + """ + jury_data_node = {} + jury_data = MYSY_GV.dbname['jury'].find_one({'_id':ObjectId(str(diction['jury_id'])), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}) + + if (jury_data and "code" in jury_data.keys()): + jury_data_node['code'] = jury_data['code'] + else: + jury_data_node['code'] = "" + + + if (jury_data and "jury_salle" in jury_data.keys()): + jury_data_node['jury_salle'] = jury_data['jury_salle'] + else: + jury_data_node['jury_salle'] = "" + + if (jury_data and "adresse" in jury_data.keys()): + jury_data_node['adresse'] = jury_data['adresse'] + else: + jury_data_node['adresse'] = "" + + if (jury_data and "code_postal" in jury_data.keys()): + jury_data_node['code_postal'] = jury_data['code_postal'] + else: + jury_data_node['code_postal'] = "" + + if (jury_data and "ville" in jury_data.keys()): + jury_data_node['ville'] = jury_data['ville'] + else: + jury_data_node['ville'] = "" + + if (jury_data and "pays" in jury_data.keys()): + jury_data_node['pays'] = jury_data['pays'] + else: + jury_data_node['pays'] = "" + + convention_dictionnary_data['jury_data'] = jury_data_node + + """ + Recuperer la liste des soutenances concernée par ce jury + """ + list_soutenance = [] + for jury_apprenant_data in MYSY_GV.dbname['jury_apprenant'].find({'jury_id':diction['jury_id'], + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}): + + local_node = {} + if( "agenda_id" in jury_apprenant_data and jury_apprenant_data['agenda_id']): + local_agenda_data = MYSY_GV.dbname['agenda'].find_one({ 'partner_owner_recid':str(my_partner['recid']), + '_id':ObjectId(str(jury_apprenant_data['agenda_id']))}) + + local_date = str(local_agenda_data['event_start'])[0:16] + new_date = datetime.strptime(str(local_date), '%Y-%m-%dT%H:%M').strftime("%d/%m/%Y %H:%M") + local_node['event_start'] = str(new_date) + + local_date = str(local_agenda_data['event_end'])[0:16] + new_date = datetime.strptime(str(local_date), '%Y-%m-%dT%H:%M').strftime("%d/%m/%Y %H:%M") + local_node['event_end'] = str(new_date) + + + + + if ("inscription_id" in jury_apprenant_data and jury_apprenant_data['inscription_id']): + local_inscription_data = MYSY_GV.dbname['inscription'].find_one({'partner_owner_recid': str(my_partner['recid']), + '_id': ObjectId(str(jury_apprenant_data['inscription_id']))}) + + + if( local_inscription_data and "nom" in local_inscription_data.keys() ): + local_node['nom'] = local_inscription_data['nom'] + else: + local_node['nom'] = "" + + if (local_inscription_data and "nom" in local_inscription_data.keys()): + local_node['prenom'] = local_inscription_data['prenom'] + else: + local_node['prenom'] = "" + + if (local_inscription_data and "nom" in local_inscription_data.keys()): + local_node['email'] = local_inscription_data['email'] + else: + local_node['email'] = "" + + if (local_inscription_data and "civilite" in local_inscription_data.keys()): + local_node['civilite'] = local_inscription_data['civilite'] + else: + local_node['civilite'] = "" + + list_soutenance.append(local_node) + + + #print(" #### list_soutenance = ", list_soutenance) + convention_dictionnary_data['list_soutenance'] = list_soutenance + + body = { + "params": convention_dictionnary_data, + } + + """ + Creation du ficier PDF + """ + + contenu_doc_Template = jinja2.Template(str(template_courrier_data['contenu_doc'])) + + sourceHtml = contenu_doc_Template.render(params=body["params"]) + + todays_date = str(date.today().strftime("%d/%m/%Y")) + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-5:] + + orig_file_name = "Convocation_Jury_Membre_" + str(my_partner['recid'])[0:5] + "_" + str(ts) + ".pdf" + outputFilename = str(MYSY_GV.TEMPORARY_DIRECTORY) + "/" + str(orig_file_name) + + # open output file for writing (truncated binary) + resultFile = open(outputFilename, "w+b") + + # convert HTML to PDF + pisaStatus = pisa.CreatePDF( + src=sourceHtml, # the HTML to convert + dest=resultFile) # file handle to receive result + + # close output file + resultFile.close() + + return True, outputFilename + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de créer le fichier pdf de convocation du jury " + + + +""" +Cette fonction permet d'envoyer par email la convocation des membres du jury concernés +par une soutenance du jury +""" +def Send_Jury_Membre_Convocation_By_Email(tab_files, Folder, diction): + try: + field_list_obligatoire = ['token', 'tab_jury_ids', 'courrier_template_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + # Sauvegarde des fichiers joints depuis le front + tab_saved_file_full_path = [] + for file in tab_files: + status, saved_file_full_path = mycommon.Upload_Save_PDF_IMG_File(file, Folder) + if (status is False): + mycommon.myprint("Impossible de récupérer correctement le fichier à importer") + return False, "Impossible de récupérer correctement le fichier à importer" + + tab_saved_file_full_path.append(saved_file_full_path) + + """ + Pour chaque membre du jury + """ + my_jury_ids = "" + if ("tab_jury_ids" in diction.keys()): + if diction['tab_jury_ids']: + my_jury_ids = diction['tab_jury_ids'] + + tab_tab_jury_ids_work = str(my_jury_ids).split(",") + tab_jury_ids = [] + tab_jury_ids_ObjectId = [] + + for tmp in tab_tab_jury_ids_work: + if (tmp): + is_jury_id_valide = MYSY_GV.dbname['jury'].count_documents( + {'_id': ObjectId(str(tmp)), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_jury_id_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du jury est invalide : "+str(tmp)) + return False, " L'identifiant du jury est invalide : "+str(tmp) + + tab_jury_ids.append(tmp) + tab_jury_ids_ObjectId.append(ObjectId(tmp)) + + + + for_log_history_description = [] + + # Recupération des données du modèle de document + courrier_template_data = MYSY_GV.dbname['courrier_template'].find_one( + {'_id': ObjectId(str(diction['courrier_template_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])} + ) + + if(courrier_template_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + if("contenu_doc" not in courrier_template_data.keys() or len(str(courrier_template_data['contenu_doc'])) <= 0 ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " contenu_doc : La configuration du modèle de courrier est invalide ") + return False, " contenu_doc : La configuration du modèle de courrier est invalide " + + + """ + Recuperer la liste des inscrits concernés par la soutenance + """ + # Stokage des nom de fichier à zipper + list_file_name_to_zip = [] + + for jury in tab_jury_ids : + for jury_membre in MYSY_GV.dbname['jury_membre'].find({'jury_id':str(jury), + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}): + + + local_diction = {} + # field_list_obligatoire = ['token', 'session_id', 'courrier_template_id', 'client_id'] + local_diction['token'] = diction['token'] + local_diction['jury_membre_id'] = str(jury_membre['_id']) + local_diction['courrier_template_id'] = diction['courrier_template_id'] + local_diction['jury_id'] = str(jury) + local_diction['email_test'] = diction['email_test'] + local_diction['email_production'] = diction['email_production'] + + local_status, local_full_file_name = Create_Jury_Convocation_By_Membre_Email(tab_saved_file_full_path, Folder, local_diction) + if( local_status is False): + return local_status, local_full_file_name + else: + list_file_name_to_zip.append(str(local_full_file_name)) + + + + """ + ## Add to log history + """ + now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) + for jury in tab_jury_ids: + # Pour la collection inscription + history_event_dict = {} + history_event_dict['token'] = str(diction['token']) + history_event_dict['related_collection'] = "jury" + history_event_dict['related_collection_recid'] = str(jury) + history_event_dict['action_date'] = str(now) + + history_event_dict['action_description'] = "Envoi de l'email de convocation des membres du jury " + + local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) + if (local_status is False): + mycommon.myprint( + " WARNING : Impossible de logguer l'historique pour l'évènement : " + str(history_event_dict)) + + + return True, " Les emails de convocation du jury ont été correctement envoyés " + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible d'envoyer l'email de convocation du jury " + + +""" +Cette fonction créer une convocation pour les membre de Jury Email pour un inscrit et retourne le document +""" +def Create_Jury_Convocation_By_Membre_Email(tab_files, Folder, diction): + try: + field_list_obligatoire = ['token', 'jury_membre_id', 'courrier_template_id', 'jury_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " La valeur '" + val + "' n'est pas presente dans la liste des arguments" + + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + qry = {'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_MEMBRE', + 'partner_owner_recid':str(my_partner['recid'])} + + #print(" ##### qry = ", qry) + + # 1 - Verifier que le modele de courrier est bien editable par individu + template_courrier_data = MYSY_GV.dbname['courrier_template'].find_one({'_id':ObjectId(str(diction['courrier_template_id'])), + 'valide':'1', + 'locked':'0', + 'ref_interne': 'JURY_CONVOCATION_MEMBRE', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( template_courrier_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du modèle de courrier est invalide ") + return False, " L'identifiant du modèle de courrier est invalide " + + + # Recuperation des eventuelles pièces jointes du modèle que courrier + local_dic = {} + local_dic['token'] = str(diction['token']) + local_dic['object_owner_collection'] = "courrier_template" + local_dic['object_owner_id'] = str(template_courrier_data['_id']) + + local_status, local_retval = attached_file_mgt.Get_List_object_owner_collection_Stored_Files(local_dic) + if (local_status is False): + return local_status, local_retval + + + # Recuperation des eventuelles pièces jointes du modèle que courrier + local_dic = {} + local_dic['token'] = str(diction['token']) + local_dic['object_owner_collection'] = "courrier_template" + local_dic['object_owner_id'] = str(template_courrier_data['_id']) + + local_status, local_retval = attached_file_mgt.Get_List_object_owner_collection_Stored_Files(local_dic) + if (local_status is False): + return local_status, local_retval + + # Traitement de l'eventuel fichier joint + tab_files_to_attache_to_mail = [] + + + # Recuperation des fichiers attachés au modele de courrier, s'il y en a + for file in local_retval: + local_JSON = ast.literal_eval(file) + + saved_file = local_JSON['full_path'] + + file_to_attache_to_mail = MIMEBase('application', "octet-stream") + file_to_attache_to_mail.set_payload(open(saved_file, "rb").read()) + + encoders.encode_base64(file_to_attache_to_mail) + file_to_attache_to_mail.add_header('Content-Disposition', + 'attachment; filename="{0}"'.format(os.path.basename(saved_file))) + + new_node = {"attached_file": file_to_attache_to_mail} + tab_files_to_attache_to_mail.append(new_node) + + + jury_membre_data = MYSY_GV.dbname['jury_membre'].find_one({'_id':ObjectId(str(diction['jury_membre_id'])), 'partner_owner_recid':str(my_partner['recid'])}) + + if (jury_membre_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant du membre du jury est invalide ") + return False, " L'identifiant du membre du jury est invalide " + + hr_data = MYSY_GV.dbname['ressource_humaine'].find_one( + {'_id': ObjectId(str(jury_membre_data['rh_id'])), 'partner_recid': str(my_partner['recid'])}) + + if (hr_data is None ): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'emloyé est invalide ") + return False, " L'identifiant de l'emloyé est invalide " + + for saved_file in tab_files: + file_to_attache_to_mail = MIMEBase('application', "octet-stream") + file_to_attache_to_mail.set_payload(open(saved_file, "rb").read()) + + encoders.encode_base64(file_to_attache_to_mail) + file_to_attache_to_mail.add_header('Content-Disposition', + 'attachment; filename="{0}"'.format(os.path.basename(saved_file))) + + new_node = {"attached_file": file_to_attache_to_mail} + tab_files_to_attache_to_mail.append(new_node) + + send_in_production = 0 + + tab_emails_destinataire = [] + + if ("email_test" in diction.keys() and diction['email_test']): + send_in_production = 0 + tab_email_test = str(diction['email_test']).replace(";", ",").split(",") + for email in tab_email_test: + email = email.strip() + if (mycommon.isEmailValide(email) is False): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'adresse email " + str(email) + " est invalide ") + return False, " L'adresse email " + str(email) + " est invalide " + tab_emails_destinataire = tab_email_test + + elif ("email_production" in diction.keys() and diction['email_production']): + send_in_production = 1 + if (str(diction['email_production']) != "default"): + tab_email_prod = str(diction['email_production']).replace(";", ",").split(",") + for email in tab_email_prod: + email = email.strip() + if (mycommon.isEmailValide(str(email)) is False): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'adresse email '" + str(email) + "' est invalide ") + return False, " L'adresse email " + str(email) + " est invalide " + tab_emails_destinataire = tab_email_prod + else: + send_in_production = 1 + + if ("email" in hr_data.keys()): + tab_emails_destinataire.append((hr_data['email'])) + + if (len(tab_emails_destinataire) <= 0): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " Aucune adresse email n'a été fourni. ") + return False, " Aucune adresse email n'a été fourni. " + + + # Creation du dictionnaire d'information à utiliser pour la creation du doc + convention_dictionnary_data = {} + new_diction = {} + new_diction['token'] = diction['token'] + new_diction['list_stagiaire_id'] = [] + new_diction['list_session_id'] = [] + new_diction['list_class_id'] = [] + new_diction['list_client_id'] = [] + new_diction['list_apprenant_id'] = [] + + + local_status, local_retval = mycommon.Get_Dictionnary_data_For_Template(new_diction) + + if (local_status is False): + return local_status, local_retval + + convention_dictionnary_data = local_retval + convention_dictionnary_data['hr_data'] = hr_data + + body = { + "params": convention_dictionnary_data, + } + + + # Verifier s'il s'agit d'un document à envoyer avec une version de pièce jointe. + if ("joint_pdf" in template_courrier_data.keys() and str(template_courrier_data['joint_pdf']) == "1"): + # Il s'agit bien d'un envoie avec 'contenu_doc' en pièce jointe PDF + """ + 1 - Creation du PDF + """ + + contenu_doc_Template = jinja2.Template(str(template_courrier_data['contenu_doc'])) + + sourceHtml = contenu_doc_Template.render(params=body["params"]) + + todays_date = str(date.today().strftime("%d/%m/%Y")) + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-5:] + + orig_file_name = "Convocation_Jury_Membre_" + str(my_partner['recid'])[0:5] + "_" + str(ts) + ".pdf" + outputFilename = str(MYSY_GV.TEMPORARY_DIRECTORY) + "/" + str(orig_file_name) + + # open output file for writing (truncated binary) + resultFile = open(outputFilename, "w+b") + + # convert HTML to PDF + pisaStatus = pisa.CreatePDF( + src=sourceHtml, # the HTML to convert + dest=resultFile) # file handle to receive result + + # close output file + resultFile.close() + + # Attachement du fichier joint + file_to_attache_to_mail = MIMEBase('application', "octet-stream") + file_to_attache_to_mail.set_payload(open(outputFilename, "rb").read()) + + encoders.encode_base64(file_to_attache_to_mail) + file_to_attache_to_mail.add_header('Content-Disposition', + 'attachment; filename="{0}"'.format(os.path.basename(outputFilename))) + + new_node = {"attached_file": file_to_attache_to_mail} + tab_files_to_attache_to_mail.append(new_node) + + ## Creation du mail au format email + corps_mail_Template = jinja2.Template(str(template_courrier_data['corps_mail'])) + sourceHtml = corps_mail_Template.render(params=body["params"]) + html_mime = MIMEText(sourceHtml, 'html') + + # Traitement du sujet du mail + sujet_mail_Template = jinja2.Template(str(template_courrier_data['sujet'])) + sujetHtml = sujet_mail_Template.render(params=body["params"]) + + # Creation de l'email à enoyer + msg = MIMEMultipart("alternative") + + else: + ## Creation du mail au format email + corps_mail_Template = jinja2.Template(str(template_courrier_data['contenu_doc'])) + sourceHtml = corps_mail_Template.render(params=body["params"]) + html_mime = MIMEText(sourceHtml, 'html') + + # Traitement du sujet du mail + sujet_mail_Template = jinja2.Template(str(template_courrier_data['sujet'])) + sujetHtml = sujet_mail_Template.render(params=body["params"]) + + # Creation de l'email à enoyer + msg = MIMEMultipart("alternative") + + # Recuperation des donnes smpt + local_stpm_status, partner_SMTP_COUNT_smtpsrv, partner_own_smtp_value, partner_SMTP_COUNT_password, partner_SMTP_COUNT_user, partner_SMTP_COUNT_From_User, \ + partner_SMTP_COUNT_port = mycommon.Get_Partner_SMTP_Param( + str(my_partner['recid'])) + + if (local_stpm_status is False): + return local_stpm_status, partner_own_smtp_value + msg.attach(html_mime) + msg['From'] = partner_SMTP_COUNT_From_User + msg['Bcc'] = 'contact@mysy-training.com' + msg['Subject'] = sujetHtml + # Attacher l'eventuelle pièces jointes + for myfile in tab_files_to_attache_to_mail: + msg.attach(myfile['attached_file']) + + # msg['to'] = "billardman01@hotmail.com" + toaddrs = ",".join(tab_emails_destinataire) + msg['to'] = str(toaddrs) + + smtpserver = smtplib.SMTP(partner_SMTP_COUNT_smtpsrv, partner_SMTP_COUNT_port) + + smtpserver.ehlo() + smtpserver.starttls() + smtpserver.login(partner_SMTP_COUNT_user, partner_SMTP_COUNT_password) + + val = smtpserver.send_message(msg) + smtpserver.close() + + print(" Email envoyé " + str(val)) + + return True, "L'email a été correctement envoyé " + + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible d'envoyer les email de convocation du jury " + + + +""" +Cette fonction met à jour la decision du jury pour +un inscrit (jury_cac) +""" + +def Add_Update_Inscrit_Juy_Promo_Decision(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'jury_id', 'tab_inscriptions_ids', 'jury_observation', 'jury_note', 'jury_validation'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list and val.startswith('my_') is False: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'jury_id', 'tab_inscriptions_ids', 'jury_observation', 'jury_note', 'jury_validation'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " Les informations fournies sont incorrectes" + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + is_existe_jury = MYSY_GV.dbname['jury'].count_documents( + {'_id': ObjectId(str(diction['jury_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_existe_jury != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant du jury est invalide ") + return False, " L'identifiant du jury est invalide " + + jury_data = MYSY_GV.dbname['jury'].find_one( + {'_id': ObjectId(str(diction['jury_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid'])}) + + tab_inscriptions_ids = "" + tab_inscriptions_ids_ObjectId = [] + + if ("tab_inscriptions_ids" in diction.keys()): + if diction['tab_inscriptions_ids']: + tab_inscriptions_ids = diction['tab_inscriptions_ids'] + + tab_inscriptions_ids_splited = str(tab_inscriptions_ids).split(",") + + # Controle de validité des inscriptions + for my_inscription in tab_inscriptions_ids_splited: + # Verifier que l'inscription est valide + my_inscription_is_valide = MYSY_GV.dbname['inscription'].count_documents( + {'_id': ObjectId(str(my_inscription)), + 'partner_owner_recid': str(my_partner['recid'])}) + + if (my_inscription_is_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'inscription_id '" + my_inscription + "' est invalide ") + return False, " L'inscription_id '" + my_inscription + "' est invalide " + + tab_inscriptions_ids_ObjectId.append(ObjectId(str(my_inscription))) + + update_data = {} + update_data['date_update'] = str(datetime.now()) + update_data['update_by'] = str(my_partner['_id']) + update_data['jury_observation'] = str(diction['jury_observation']) + update_data['jury_note'] = str(diction['jury_note']) + update_data['jury_validation'] = str(diction['jury_validation']) + + MYSY_GV.dbname['inscription'].update_many({'_id': {'$in' : tab_inscriptions_ids_ObjectId}, + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid']), + + }, + {'$set': update_data} + ) + + return True, " La décision du jury été correctement mise à jour" + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de mettre à jour la décision du jury " + + +""" +Cette fonction met à jour les observation du jury sur les notes UE + +collection : session_formation_final_note_classement +""" +def Add_Update_UE_Jury_Observation(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'tab_ids', 'jury_observation', 'jury_note', 'jury_validation'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list and val.startswith('my_') is False: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'tab_ids', 'jury_observation', 'jury_note', 'jury_validation'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " Les informations fournies sont incorrectes" + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + tab_ids = "" + tab_ids = [] + tab_ids_ObjectId = [] + + if ("tab_ids" in diction.keys()): + if diction['tab_ids']: + tab_ids = diction['tab_ids'] + + + tab_ids_splited = str(tab_ids).split(",") + + + # Controle de validité des inscriptions + for my_session_formation_final_note_classement in tab_ids_splited: + if( my_session_formation_final_note_classement): + tab_ids_ObjectId.append(ObjectId(str(my_session_formation_final_note_classement))) + + + + update_data = {} + update_data['date_update'] = str(datetime.now()) + update_data['update_by'] = str(my_partner['_id']) + update_data['jury_observation'] = str(diction['jury_observation']) + update_data['jury_note'] = str(diction['jury_note']) + update_data['jury_validation'] = str(diction['jury_validation']) + + MYSY_GV.dbname['session_formation_final_note_classement'].update_many({'_id': {'$in' : tab_ids_ObjectId}, + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid']), + }, + {'$set': update_data} + ) + + return True, " La décision du jury été correctement mise à jour" + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de mettre à jour la décision du jury " diff --git a/main.py b/main.py index f47cd9e..495fa41 100644 --- a/main.py +++ b/main.py @@ -6585,6 +6585,27 @@ def Get_List_Partner_Document_with_filter(): + +""" +API qui permet de récupérer la liste des documents personnalisables d'un partenaire avec filtre +SANS retourner les champs : +- contenu_doc +- corps_mail +""" +@app.route('/myclass/api/Get_List_Partner_Document_with_filter_No_HTML_Fields/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_List_Partner_Document_with_filter_No_HTML_Fields(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_List_Partner_Document_with_filter_No_HTML_Fields payload = ",payload) + status, retval = partner_document_mgt.Get_List_Partner_Document_with_filter_No_HTML_Fields(payload) + return jsonify(status=status, message=retval) + + + + + + """ API qui permet de récupérer la liste des documents personnalisables d'un partenaire avec filtre en mode Super ADMIN """ @@ -10690,6 +10711,60 @@ def Export_To_Excel_List_Participant_To_Evaluation(token, evaluation_id): return False + +""" +API pour Recuperer toutes les notes d'une list d'apprenant (APPRENANT, PAS INSCRIT) +avec des filtres possible sur les session et les ue +filtre : +- session (list) +- ue (list) +- appreant (list) +""" +@app.route('/myclass/api/Get_List_Apprenant_Notes_With_Filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_List_Apprenant_Notes_With_Filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_List_Apprenant_Notes_With_Filter payload = ",payload) + status, retval = note_evaluation_mgt.Get_List_Apprenant_Notes_With_Filter(payload) + return jsonify(status=status, message=retval) + + +""" +API pour exporter au format excel toutes les notes d'une list d'apprenant (APPRENANT, PAS INSCRIT) +avec des filtres possible sur les session et les ue +filtre : +- session (list) +- ue (list) +- appreant (list) +""" +@app.route('/myclass/api/Export_To_Excel_List_Apprenant_Notes_With_Filter////', methods=['POST','GET']) +@crossdomain(origin='*') +def Export_To_Excel_List_Apprenant_Notes_With_Filter(token, list_session_id, list_ue_id, list_apprenant_id ): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + payload = {} + payload['token'] = str(token) + if( str(list_session_id) != "-"): + payload['list_session_id'] = str(list_session_id) + + if (str(list_ue_id) != "-"): + payload['list_ue_id'] = str(list_ue_id) + + if( str(list_apprenant_id) != "-"): + payload['list_apprenant_id'] = str(list_apprenant_id) + + + print(" ### Export_To_Excel_List_Apprenant_Notes_With_Filter payload = ",payload) + + status, retval = note_evaluation_mgt.Export_To_Excel_List_Apprenant_Notes_With_Filter(payload) + if(status ): + return retval + else: + return False + + + """ API pour verifier la disponibilité d'une ressource sur un creneau donnée dans l'agenda """ @@ -12454,8 +12529,8 @@ def Add_Update_Apprenant_To_Jury(): # On recupere le corps (payload) de la requete payload = mycommon.strip_dictionary (request.form.to_dict()) print(" ### Add_Update_Apprenant_To_Jury : payload = ",payload) - localStatus, message, agenda_id= jury_mgt.Add_Update_Apprenant_To_Jury(payload) - return jsonify(status=localStatus, message=message, agenda_id=agenda_id ) + localStatus, message, agenda_id, soutenance_id = jury_mgt.Add_Update_Apprenant_To_Jury(payload) + return jsonify(status=localStatus, message=message, agenda_id=agenda_id, soutenance_id=soutenance_id ) @@ -12530,6 +12605,23 @@ def Get_Given_Jury_Soutenenace(): +""" +API pour Recuperation de la liste des soutenances avec des filtre sur +- sur la salle +- l'inscrit (list) +- l'apprenant (ICI Pas de list) +""" +@app.route('/myclass/api/Get_List_Jury_Soutenenace_With_Filter/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_List_Jury_Soutenenace_With_Filter(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_List_Jury_Soutenenace_With_Filter : payload = ",payload) + localStatus, message= jury_mgt.Get_List_Jury_Soutenenace_With_Filter(payload) + return jsonify(status=localStatus, message=message ) + + + """ API pour supprimer la soutenances de jury donnée @@ -12544,6 +12636,136 @@ def Delete_Given_Jury_Soutenenace(): return jsonify(status=localStatus, message=message ) + +""" +API pour generer les convocation jury (apprenant) soutenance par PDF +""" +@app.route('/myclass/api/Send_Jury_Apprenant_Soutenance_Convocation_By_PDF////', methods=['POST','GET']) +@crossdomain(origin='*') +def Send_Jury_Apprenant_Soutenance_Convocation_By_PDF(token, jury_id, tab_jury_soutenance_ids, courrier_template_id): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + payload = {} + payload['token'] = str(token) + + if (str(jury_id) != "-"): + payload['jury_id'] = str(jury_id) + + if( str(tab_jury_soutenance_ids) != "-"): + payload['tab_jury_soutenance_ids'] = str(tab_jury_soutenance_ids) + + if (str(courrier_template_id) != "-"): + payload['courrier_template_id'] = str(courrier_template_id) + + print(" ### Send_Jury_Apprenant_Soutenance_Convocation_By_PDF : payload = ",str(payload)) + + localStatus, response= jury_mgt.Send_Jury_Apprenant_Soutenance_Convocation_By_PDF(payload) + if(localStatus ): + return response + else: + return False + +""" +API pour generer les convocation jury (apprenants) soutenance par email +""" +@app.route('/myclass/api/Send_Jury_Apprenant_Soutenance_Convocation_By_Email/', methods=['POST','GET']) +@crossdomain(origin='*') +def Send_Jury_Apprenant_Soutenance_Convocation_By_Email(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Send_Jury_Apprenant_Soutenance_Convocation_By_Email : payload = ",str(payload)) + + file = [] + if request.method == 'POST': + # Create variable for uploaded file + tab_files = [] + for tmp in request.files.getlist("File"): + tab_files.append(tmp) + + status, retval = jury_mgt.Send_Jury_Apprenant_Soutenance_Convocation_By_Email(tab_files, MYSY_GV.TEMPORARY_DIRECTORY_V2, payload) + return jsonify(status=status, message=retval) + + + + +""" +API pour generer les convocation de membre du jury (membre) PDF +""" +@app.route('/myclass/api/Send_Jury_Membre_Convocation_By_PDF///', methods=['POST','GET']) +@crossdomain(origin='*') +def Send_Jury_Membre_Convocation_By_PDF(token, tab_jury_ids, courrier_template_id): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + payload = {} + payload['token'] = str(token) + + if (str(tab_jury_ids) != "-"): + payload['tab_jury_ids'] = str(tab_jury_ids) + + if (str(courrier_template_id) != "-"): + payload['courrier_template_id'] = str(courrier_template_id) + + print(" ### Send_Jury_Membre_Convocation_By_PDF : payload = ",str(payload)) + + localStatus, response= jury_mgt.Send_Jury_Membre_Convocation_By_PDF(payload) + if(localStatus ): + return response + else: + return False + + + +""" +API pour generer les convocation des membres du jury (membre) par email +""" +@app.route('/myclass/api/Send_Jury_Membre_Convocation_By_Email/', methods=['POST','GET']) +@crossdomain(origin='*') +def Send_Jury_Membre_Convocation_By_Email(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Send_Jury_Membre_Convocation_By_Email : payload = ",str(payload)) + + file = [] + if request.method == 'POST': + # Create variable for uploaded file + tab_files = [] + for tmp in request.files.getlist("File"): + tab_files.append(tmp) + + status, retval = jury_mgt.Send_Jury_Membre_Convocation_By_Email(tab_files, MYSY_GV.TEMPORARY_DIRECTORY_V2, payload) + return jsonify(status=status, message=retval) + + + + +""" +API pour mettre à jour la decision du jury pour +un inscrit (jury_cac) +""" +@app.route('/myclass/api/Add_Update_Inscrit_Juy_Promo_Decision/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_Update_Inscrit_Juy_Promo_Decision(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_Update_Inscrit_Juy_Promo_Decision : payload = ",str(payload)) + status, retval = jury_mgt.Add_Update_Inscrit_Juy_Promo_Decision( payload) + return jsonify(status=status, message=retval) + + +""" +API pour mettre à jour la decision du jury pour un jury d' UE (pas CAC mais UE) +""" +@app.route('/myclass/api/Add_Update_UE_Jury_Observation/', methods=['POST','GET']) +@crossdomain(origin='*') +def Add_Update_UE_Jury_Observation(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Add_Update_UE_Jury_Observation : payload = ",str(payload)) + status, retval = jury_mgt.Add_Update_UE_Jury_Observation( payload) + return jsonify(status=status, message=retval) + + + if __name__ == '__main__': print(" debut api") context = SSL.Context(SSL.SSLv23_METHOD) diff --git a/note_evaluation_mgt.py b/note_evaluation_mgt.py index d701d7b..112afdf 100644 --- a/note_evaluation_mgt.py +++ b/note_evaluation_mgt.py @@ -2334,10 +2334,6 @@ def Export_Excel_List_Participant_Notes(diction): Verification de la validité de la liste des inscription """ - - #print("tab_my_session_ids = ", tab_my_session_ids) - - for my_inscription_id in tab_my_inscription_ids: # Verifier qui la formation n'a pas deja été evaluée @@ -2813,6 +2809,7 @@ filtre : Algorithme : 1 - recuperer toutes les 'inscription_id' appartenant a un 'apprenant_id' ==> tab_inscription 2 - recuperer les 'evaluation_id' concernée par la list_ue_id +3 - recuperer les 'evaluation_id' concernée par la list_session_id """ @@ -2835,7 +2832,7 @@ def Get_List_Apprenant_Notes_With_Filter(diction): """ Verification des champs obligatoires """ - field_list_obligatoire = ['token', 'list_session_id', 'list_ue_id', 'list_apprenant_id' ] + field_list_obligatoire = ['token', 'list_apprenant_id' ] for val in field_list_obligatoire: if val not in diction: @@ -2865,7 +2862,8 @@ def Get_List_Apprenant_Notes_With_Filter(diction): tab_my_session_ids = str(my_session_ids).split(",") tab_my_session_ids_ObjectId = [] for tmp in tab_my_session_ids: - tab_my_session_ids_ObjectId.append(ObjectId(str(tmp))) + if( tmp ): + tab_my_session_ids_ObjectId.append(ObjectId(str(tmp))) filt_session_ids = {} if(len(tab_my_session_ids) > 0 ): @@ -2881,7 +2879,8 @@ def Get_List_Apprenant_Notes_With_Filter(diction): tab_my_ue_ids = str(my_ue_ids).split(",") tab_my_ue_ids_ObjectId = [] for tmp in tab_my_ue_ids: - tab_my_ue_ids_ObjectId.append(ObjectId(str(tmp))) + if (tmp): + tab_my_ue_ids_ObjectId.append(ObjectId(str(tmp))) filt_ue_ids = {} if (len(tab_my_ue_ids) > 0): @@ -2898,7 +2897,8 @@ def Get_List_Apprenant_Notes_With_Filter(diction): tab_my_apprenant_ids = str(my_apprenant_ids).split(",") tab_my_apprenant_ids_ObjectId = [] for tmp in tab_my_apprenant_ids: - tab_my_apprenant_ids_ObjectId.append(ObjectId(str(tmp))) + if (tmp): + tab_my_apprenant_ids_ObjectId.append(ObjectId(str(tmp))) filt_apprenant_ids = {} if (len(tab_my_apprenant_ids) > 0): @@ -2909,6 +2909,9 @@ def Get_List_Apprenant_Notes_With_Filter(diction): """ filt_concerned_tab_inscription_id = {} concerned_tab_inscription_id = [] + + + for val in MYSY_GV.dbname['inscription'].find({'apprenant_id':{'$in': tab_my_apprenant_ids } , 'valide':'1', 'locked':'0', @@ -2918,25 +2921,51 @@ def Get_List_Apprenant_Notes_With_Filter(diction): if(len(concerned_tab_inscription_id) > 0 ): filt_concerned_tab_inscription_id = {"inscription_id": {"$in": concerned_tab_inscription_id}} + + + """ - 2 - Recuperer les evaluation_id + 2 - Recuperer les evaluation_id concernée par l'UE """ filt_concerned_tab_evaluation_id = {} concerned_tab_evaluation_id = [] + + + for val in MYSY_GV.dbname['note_evaluation'].find({'class_eu_id': {'$in': tab_my_ue_ids}, 'valide': '1', 'locked': '0', 'partner_owner_recid': str(my_partner['recid'])}): + concerned_tab_evaluation_id.append((str(val['_id']))) if (len(concerned_tab_evaluation_id) > 0): - filt_concerned_tab_evaluation_id = {"evaluation_id": {"$in": concerned_tab_inscription_id}} + filt_concerned_tab_evaluation_id = {"evaluation_id": {"$in": concerned_tab_evaluation_id}} + + + """ + 3 - Recuperer les session_id + """ + filt_concerned_tab_session_id = {} + concerned_tab_session_id = [] + + for val in MYSY_GV.dbname['note_evaluation'].find({'class_eu_id': {'$in': tab_my_session_ids}, + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}): + concerned_tab_session_id.append((str(val['_id']))) + + if (len(concerned_tab_session_id) > 0): + filt_concerned_tab_session_id = {"evaluation_id": {"$in": concerned_tab_session_id}} + qery_match = {'$and': [{"partner_owner_recid": str(my_partner['recid'])}, {"valide": '1'}, {"locked": '0'}, filt_concerned_tab_inscription_id, - filt_concerned_tab_evaluation_id + filt_concerned_tab_evaluation_id, + filt_concerned_tab_session_id, + ]} @@ -2966,98 +2995,34 @@ def Get_List_Apprenant_Notes_With_Filter(diction): } }, {'$project': {'_id': 1, 'code': 1, 'titre': 1, 'class_id': 1, 'class_eu_id': 1, - 'type_eval_id': 1, 'session_id': 1, 'partner_owner_recid': 1}} + 'type_eval_id': 1, 'session_id': 1, 'partner_owner_recid': 1, + 'eval_date_heure_debut':1, 'eval_date_heure_fin':1}} ], 'as': 'note_evaluation_collection' }} ]) - print(" ### Get_List_Apprenant_Notes_With_Filter ici pipe_qry = ", pipe_qry) + #print(" ### Get_List_Apprenant_Notes_With_Filter ici pipe_qry = ", pipe_qry) cpt = 0 tab_lines_inscription_data = [] - for retval in MYSY_GV.dbname['note_evaluation_participant'].aggregate(pipe_qry): - cpt = cpt + 1 - print(" ### retval = ", retval) - - """ - Verification de la validité de la liste des inscription - """ - - - #print("tab_my_session_ids = ", tab_my_session_ids) - - - for my_inscription_id in tab_my_inscription_ids: - # Verifier qui la formation n'a pas deja été evaluée - - - - tmp_count = MYSY_GV.dbname['inscription'].count_documents({'session_id': {'$in': tab_my_session_ids, }, - '_id': ObjectId(str(my_inscription_id)), - 'partner_owner_recid': str(my_partner['recid']), - } ) - - if (tmp_count != 1): - mycommon.myprint(str(inspect.stack()[0][3]) + " L'inscription "+str(my_inscription_id)+" est invalide ") - return False, " L'inscription "+str(my_inscription_id)+" est invalide " - - """ - Verification de la validité de la liste des sessions - """ - for my_session_ids in tab_my_session_ids: - # Verifier qui la formation n'a pas deja été evaluée - tmp_count = MYSY_GV.dbname['session_formation'].count_documents({'_id': ObjectId(str(my_session_ids)), - 'partner_owner_recid': str(my_partner['recid']), - 'valide':'1' - } ) - - if (tmp_count != 1): - mycommon.myprint(str(inspect.stack()[0][3]) + " La session "+str(my_session_ids)+" est invalide ") - return False, " L'inscription "+str(my_session_ids)+" est invalide " - - RetObject = [] - nb_val = 0 - - query = [{'$match': {'inscription_id': {'$in':tab_my_inscription_ids}, 'partner_owner_recid': str(my_partner['recid']), - }}, - {'$sort': {'_id': -1}}, - {'$lookup': - { - 'from': 'note_evaluation', - "let": {'evaluation_id': "$evaluation_id", 'partner_owner_recid': '$partner_owner_recid'}, - 'pipeline': [{'$match': - {'$expr': {'$and': [ - {'$eq': ["$valide", "1"]}, - {'$eq': ["$_id", {'$convert': { - 'input': "$$evaluation_id", - 'to': "objectId", - 'onError': {'error': 'true'}, - 'onNull': {'isnull': 'true'} - }}]}, - - ]}}}, - ], 'as': 'note_evaluation_collection'} - } - - ] - #print("#### Get_List_Participant_Notes laa 01 : query = ", query) - for retval in MYSY_GV.dbname['note_evaluation_participant'].aggregate(query): - if( "note_evaluation_collection" in retval.keys() ): + for retval in MYSY_GV.dbname['note_evaluation_participant'].aggregate(pipe_qry): + if ("note_evaluation_collection" in retval.keys()): user = {} nom_apprenant = "" prenom_apprenant = "" email_apprenant = "" groupe = "" - if( "inscription_id" in retval and retval['inscription_id']): + if ("inscription_id" in retval and retval['inscription_id']): # Recuprer les données de l'inscrit - inscription_data = MYSY_GV.dbname['inscription'].find_one({'_id':ObjectId(str(retval['inscription_id']))}, - {'_id':1, 'apprenant_id':1}) - - apprenant_data = MYSY_GV.dbname['apprenant'].find_one({'_id':ObjectId(str(inscription_data['apprenant_id']))}, - {'_id':1, 'nom':1, 'prenom':1, 'email':1}) + inscription_data = MYSY_GV.dbname['inscription'].find_one( + {'_id': ObjectId(str(retval['inscription_id']))}, + {'_id': 1, 'apprenant_id': 1}) + apprenant_data = MYSY_GV.dbname['apprenant'].find_one( + {'_id': ObjectId(str(inscription_data['apprenant_id']))}, + {'_id': 1, 'nom': 1, 'prenom': 1, 'email': 1}) nom_apprenant = apprenant_data['nom'] prenom_apprenant = apprenant_data['prenom'] @@ -3077,11 +3042,12 @@ def Get_List_Apprenant_Notes_With_Filter(diction): class_ue_code = "" class_ue_titre = "" - ue_data = MYSY_GV.dbname['unite_enseignement'].find_one({'_id':ObjectId(str(user['class_eu_id'])), - 'valide':'1', - 'locked':'0', - 'partner_owner_recid':str(my_partner['recid'])}) - if( "code" in ue_data.keys() ): + ue_data = MYSY_GV.dbname['unite_enseignement'].find_one({'_id': ObjectId(str(user['class_eu_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str( + my_partner['recid'])}) + if ("code" in ue_data.keys()): class_ue_code = str(ue_data['code']) if ("titre" in ue_data.keys()): class_ue_titre = str(ue_data['titre']) @@ -3089,38 +3055,34 @@ def Get_List_Apprenant_Notes_With_Filter(diction): user['class_ue_code'] = class_ue_code user['class_ue_titre'] = class_ue_titre - user['type_eval_id'] = str(retval['note_evaluation_collection'][0]['type_eval_id']) - type_eval_data = MYSY_GV.dbname['type_eval_id'].find_one({'_id':ObjectId(str(user['type_eval_id'])), - 'valide':'1', - 'locked':'0', - 'partner_owner_recid':str(my_partner['recid'])}) - if( type_eval_data and 'code' in type_eval_data.keys() ): + type_eval_data = MYSY_GV.dbname['type_eval_id'].find_one({'_id': ObjectId(str(user['type_eval_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str( + my_partner['recid'])}) + if (type_eval_data and 'code' in type_eval_data.keys()): user['type_eval_code'] = type_eval_data['code'] else: user['type_eval_code'] = "" - - - user['eval_date_heure_debut'] = str(retval['note_evaluation_collection'][0]['eval_date_heure_debut']) user['eval_date_heure_fin'] = str(retval['note_evaluation_collection'][0]['eval_date_heure_fin']) - - - - user['nom'] = nom_apprenant user['prenom'] = prenom_apprenant user['email'] = email_apprenant - user['id'] = str(nb_val) - if( "note" not in retval.keys() ): + user['id'] = str(cpt) + if ("note" not in retval.keys()): user['note'] = "-1" - nb_val = nb_val + 1 + cpt = cpt + 1 RetObject.append(mycommon.JSONEncoder().encode(user)) + #print(" ### user = ", user) + + return True, RetObject except Exception as e: @@ -3128,3 +3090,392 @@ def Get_List_Apprenant_Notes_With_Filter(diction): mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) return False, "Impossible de récupérer les notes de l'apprenant" + +""" +Cette fonction permet d'exporter les notes d'une list d'apprenant (APPRENANT, PAS INSCRIT) +avec des filtres possible sur les session et les ue +filtre : +- session (list) +- ue (list) +- appreant (list) +""" +def Export_To_Excel_List_Apprenant_Notes_With_Filter(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'list_session_id', 'list_ue_id', 'list_apprenant_id' ] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list and val.startswith('my_') is False: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'list_apprenant_id' ] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " Les informations fournies sont incorrectes" + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + ### Les sessions de formation + my_session_ids = "" + if ("list_session_id" in diction.keys()): + if diction['list_session_id']: + my_session_ids = diction['list_session_id'] + + tab_my_session_ids = str(my_session_ids).split(",") + tab_my_session_ids_ObjectId = [] + for tmp in tab_my_session_ids: + if( tmp ): + tab_my_session_ids_ObjectId.append(ObjectId(str(tmp))) + + filt_session_ids = {} + if(len(tab_my_session_ids) > 0 ): + filt_session_ids = {'session_id':{'$in':tab_my_session_ids}} + + + ### Les ue + my_ue_ids = "" + if ("list_ue_id" in diction.keys()): + if diction['list_ue_id']: + my_ue_ids = diction['list_ue_id'] + + tab_my_ue_ids = str(my_ue_ids).split(",") + tab_my_ue_ids_ObjectId = [] + for tmp in tab_my_ue_ids: + if (tmp): + tab_my_ue_ids_ObjectId.append(ObjectId(str(tmp))) + + filt_ue_ids = {} + if (len(tab_my_ue_ids) > 0): + filt_ue_ids = {'ue_id': {'$in': tab_my_ue_ids}} + + + + ### Les apprenants + my_apprenant_ids = "" + if ("list_apprenant_id" in diction.keys()): + if diction['list_apprenant_id']: + my_apprenant_ids = diction['list_apprenant_id'] + + tab_my_apprenant_ids = str(my_apprenant_ids).split(",") + tab_my_apprenant_ids_ObjectId = [] + for tmp in tab_my_apprenant_ids: + if (tmp): + tab_my_apprenant_ids_ObjectId.append(ObjectId(str(tmp))) + + filt_apprenant_ids = {} + if (len(tab_my_apprenant_ids) > 0): + filt_apprenant_ids = {'apprenant_id': {'$in': tab_my_apprenant_ids}} + + """ + 1 - Recuperer les inscription_id + """ + filt_concerned_tab_inscription_id = {} + concerned_tab_inscription_id = [] + + + + for val in MYSY_GV.dbname['inscription'].find({'apprenant_id':{'$in': tab_my_apprenant_ids } , + 'valide':'1', + 'locked':'0', + 'partner_owner_recid':str(my_partner['recid'])}): + concerned_tab_inscription_id.append((str(val['_id']))) + + if(len(concerned_tab_inscription_id) > 0 ): + filt_concerned_tab_inscription_id = {"inscription_id": {"$in": concerned_tab_inscription_id}} + + + + + """ + 2 - Recuperer les evaluation_id concernée par l'UE + """ + filt_concerned_tab_evaluation_id = {} + concerned_tab_evaluation_id = [] + + + + for val in MYSY_GV.dbname['note_evaluation'].find({'class_eu_id': {'$in': tab_my_ue_ids}, + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}): + + concerned_tab_evaluation_id.append((str(val['_id']))) + + if (len(concerned_tab_evaluation_id) > 0): + filt_concerned_tab_evaluation_id = {"evaluation_id": {"$in": concerned_tab_evaluation_id}} + + + """ + 3 - Recuperer les session_id + """ + filt_concerned_tab_session_id = {} + concerned_tab_session_id = [] + + for val in MYSY_GV.dbname['note_evaluation'].find({'class_eu_id': {'$in': tab_my_session_ids}, + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}): + concerned_tab_session_id.append((str(val['_id']))) + + if (len(concerned_tab_session_id) > 0): + filt_concerned_tab_session_id = {"evaluation_id": {"$in": concerned_tab_session_id}} + + + qery_match = {'$and': [{"partner_owner_recid": str(my_partner['recid'])}, + {"valide": '1'}, + {"locked": '0'}, + filt_concerned_tab_inscription_id, + filt_concerned_tab_evaluation_id, + filt_concerned_tab_session_id, + + + ]} + + pipe_qry = ([ + {'$match': qery_match}, + {'$lookup': { + 'from': 'note_evaluation', + "let": {'evaluation_id': "$evaluation_id", 'partner_owner_recid': '$partner_owner_recid'}, + 'pipeline': [ + {'$match': + {'$expr': + {'$and': + [ + + {'$eq': ["$_id", {'$convert': { + 'input': "$$evaluation_id", + 'to': "objectId", + 'onError': {'error': 'true'}, + 'onNull': {'isnull': 'true'} + }}]}, + + {'$eq': ["$valide", "1"]}, + {'$eq': ["$partner_owner_recid", '$$partner_owner_recid']}, + + ] + } + } + }, + {'$project': {'_id': 1, 'code': 1, 'titre': 1, 'class_id': 1, 'class_eu_id': 1, + 'type_eval_id': 1, 'session_id': 1, 'partner_owner_recid': 1, + 'eval_date_heure_debut':1, 'eval_date_heure_fin':1}} + + ], + 'as': 'note_evaluation_collection' + }} + ]) + + ts = datetime.now().timestamp() + ts = str(ts).replace(".", "").replace(",", "")[-5:] + + orig_file_name = "Export_Reponse_" + str(ts) + ".xlsx" + outputFilename = str(MYSY_GV.TEMPORARY_DIRECTORY) + "/" + str(orig_file_name) + + tab_exported_fields_header = ["formation", "classe", "evaluation_code", "evaluation_titre", + "evaluation_eval_date_heure_debut", "evaluation_eval_date_heure_fin", + "nom_apprenant", + "prenom_apprenant", "email_apprenant", "evaluation_note", ] + + # Create a workbook and add a worksheet. + workbook = xlsxwriter.Workbook(outputFilename) + worksheet = workbook.add_worksheet() + + nb_val = 0 + row = 0 + column = 0 + + """ + Creation de l'entete du fichier excel + """ + + for header_item in tab_exported_fields_header: + worksheet.write(row, column, header_item) + column += 1 + + """ + Creation des data du fichier excel + """ + + #print(" ### Get_List_Apprenant_Notes_With_Filter ici pipe_qry = ", pipe_qry) + cpt = 0 + tab_lines_inscription_data = [] + RetObject = [] + for retval in MYSY_GV.dbname['note_evaluation_participant'].aggregate(pipe_qry): + if ("note_evaluation_collection" in retval.keys()): + user = {} + nom_apprenant = "" + prenom_apprenant = "" + email_apprenant = "" + groupe = "" + if ("inscription_id" in retval and retval['inscription_id']): + # Recuprer les données de l'inscrit + inscription_data = MYSY_GV.dbname['inscription'].find_one( + {'_id': ObjectId(str(retval['inscription_id']))}, + {'_id': 1, 'apprenant_id': 1}) + + apprenant_data = MYSY_GV.dbname['apprenant'].find_one( + {'_id': ObjectId(str(inscription_data['apprenant_id']))}, + {'_id': 1, 'nom': 1, 'prenom': 1, 'email': 1}) + + nom_apprenant = apprenant_data['nom'] + prenom_apprenant = apprenant_data['prenom'] + email_apprenant = apprenant_data['email'] + + user['_id'] = str(retval['_id']) + user['evaluation_id'] = str(retval['evaluation_id']) + user['inscription_id'] = str(retval['inscription_id']) + user['note'] = str(retval['note']) + + user['note_evaluation_id'] = str(retval['note_evaluation_collection'][0]['_id']) + user['note_evaluation_code'] = str(retval['note_evaluation_collection'][0]['code']) + + user['note_evaluation_titre'] = str(retval['note_evaluation_collection'][0]['titre']) + user['session_id'] = str(retval['note_evaluation_collection'][0]['session_id']) + user['class_eu_id'] = str(retval['note_evaluation_collection'][0]['class_eu_id']) + + class_ue_code = "" + class_ue_titre = "" + ue_data = MYSY_GV.dbname['unite_enseignement'].find_one({'_id': ObjectId(str(user['class_eu_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str( + my_partner['recid'])}) + if ("code" in ue_data.keys()): + class_ue_code = str(ue_data['code']) + if ("titre" in ue_data.keys()): + class_ue_titre = str(ue_data['titre']) + + user['class_ue_code'] = class_ue_code + user['class_ue_titre'] = class_ue_titre + + user['type_eval_id'] = str(retval['note_evaluation_collection'][0]['type_eval_id']) + type_eval_data = MYSY_GV.dbname['type_eval_id'].find_one({'_id': ObjectId(str(user['type_eval_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str( + my_partner['recid'])}) + if (type_eval_data and 'code' in type_eval_data.keys()): + user['type_eval_code'] = type_eval_data['code'] + else: + user['type_eval_code'] = "" + + user['eval_date_heure_debut'] = str(retval['note_evaluation_collection'][0]['eval_date_heure_debut']) + user['eval_date_heure_fin'] = str(retval['note_evaluation_collection'][0]['eval_date_heure_fin']) + + user['nom'] = nom_apprenant + user['prenom'] = prenom_apprenant + user['email'] = email_apprenant + user['id'] = str(cpt) + if ("note" not in retval.keys()): + user['note'] = "-1" + + evaluation_formation = "" + evaluation_code_session = "" + + # Recuperation des données de la session + session_data = MYSY_GV.dbname['session_formation'].find_one( + {'_id': ObjectId(str(user['session_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (session_data and "code_session" in session_data.keys()): + evaluation_code_session = session_data['code_session'] + + # Recuperer les données de la formation + if( "class_internal_url" in session_data and session_data['class_internal_url']): + qry_class = {'internal_url': str(session_data['class_internal_url']), + 'valide': '1', 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])} + + class_data = MYSY_GV.dbname['myclass'].find_one(qry_class) + + if (class_data and "title" in class_data.keys()): + evaluation_formation = class_data['title'] + + + column = 0 + row = row + 1 + + # Champ : formation + worksheet.write(row, column, evaluation_formation) + column += 1 + + # Champ : classe / evaluation_code_session + worksheet.write(row, column, evaluation_code_session) + column += 1 + + # Champ : evaluation_code + worksheet.write(row, column, str(retval['note_evaluation_collection'][0]['code']) ) + column += 1 + + # Champ : evaluation_titre + worksheet.write(row, column, str(retval['note_evaluation_collection'][0]['titre']) ) + column += 1 + + # Champ : evaluation_eval_date_heure_debut + worksheet.write(row, column, str(retval['note_evaluation_collection'][0]['eval_date_heure_debut']) ) + column += 1 + + # Champ : evaluation_eval_date_heure_fin + worksheet.write(row, column, str(retval['note_evaluation_collection'][0]['eval_date_heure_fin']) ) + column += 1 + + # Champ : nom + worksheet.write(row, column, user['nom']) + column += 1 + + # Champ : prenom + worksheet.write(row, column, user['prenom']) + column += 1 + + # Champ : email + worksheet.write(row, column, user['email']) + column += 1 + + # Champ : note + worksheet.write(row, column, user['note']) + column += 1 + + + cpt = cpt + 1 + + RetObject.append(mycommon.JSONEncoder().encode(user)) + + #print(" ### user = ", user) + + + workbook.close() + if os.path.exists(outputFilename): + # print(" ### ok os.path.exists(outputFilename) "+str(outputFilename)) + return True, send_file(outputFilename, as_attachment=True) + + return True, RetObject + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - ERRORRRR AT Line : " + str(exc_tb.tb_lineno)) + return False, "Impossible d'exporter les notes de l'apprenant" diff --git a/partner_document_mgt.py b/partner_document_mgt.py index 75f2796..7f0b9fd 100644 --- a/partner_document_mgt.py +++ b/partner_document_mgt.py @@ -1435,7 +1435,7 @@ def Get_List_Partner_Document_with_filter(diction): """ Verification des input acceptés """ - field_list = ['token', 'nom', 'ref_interne', ] + field_list = ['token', 'nom', 'ref_interne', 'type_doc' ] incom_keys = diction.keys() for val in incom_keys: @@ -1476,6 +1476,11 @@ def Get_List_Partner_Document_with_filter(diction): filt_ref_interne = { 'ref_interne': {'$regex': str(diction['ref_interne']), "$options": "i"}} + filt_type_document = {} + if ("type_doc" in diction.keys()): + filt_type_document = { + 'type_doc': {'$regex': str(diction['type_document']), "$options": "i"}} + """ @@ -1489,9 +1494,10 @@ def Get_List_Partner_Document_with_filter(diction): find_qry = {'$and': [ {'partner_owner_recid': str(my_partner['recid']), 'valide':'1', 'locked':'0' }, filt_nom, - filt_ref_interne, ]} + filt_ref_interne, filt_type_document]} + + #print(" ### find_qry document = ", find_qry) - #print(" ### materiel find_qry = ", find_qry) RetObject = [] val_tmp = 1 @@ -1513,12 +1519,107 @@ def Get_List_Partner_Document_with_filter(diction): return False, " Impossible de récupérer la liste des modèles de document " + +""" +Recherche de la liste des modèles de document avec des . +SANS retourner les champs : +- contenu_doc +- corps_mail +""" +def Get_List_Partner_Document_with_filter_No_HTML_Fields(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'nom', 'ref_interne', 'type_doc' ] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list and val.startswith('my_') is False: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas") + return False, " Les informations fournies sont incorrectes", + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', ] + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans la liste des arguments ") + return False, " Les informations fournies sont incorrectes", + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + filt_nom = {} + if ("nom" in diction.keys()): + filt_nom = {'nom': {'$regex': str(diction['nom']), "$options": "i"}} + + filt_ref_interne = {} + if ("ref_interne" in diction.keys()): + filt_ref_interne = { + 'ref_interne': {'$regex': str(diction['ref_interne']), "$options": "i"}} + + filt_type_document = {} + if ("type_doc" in diction.keys()): + filt_type_document = { + 'type_doc': {'$regex': str(diction['type_doc']), "$options": "i"}} + + """ + Clés de mise à jour + """ + data_cle = {} + data_cle['partner_owner_recid'] = str(my_partner['recid']) + + data_cle['locked'] = "0" + data_cle['valide'] = "1" + + + find_qry = {'$and': [ {'partner_owner_recid': str(my_partner['recid']), 'valide':'1', 'locked':'0' }, filt_nom, + filt_ref_interne, filt_type_document]} + + #print(" ### find_qry document = ", find_qry) + + RetObject = [] + val_tmp = 1 + + for retval in MYSY_GV.dbname['courrier_template'].find(find_qry, {'contenu_doc':0, 'corps_mail':0}).sort([("_id", pymongo.DESCENDING)]): + user = retval + user['id'] = str(val_tmp) + val_tmp = val_tmp + 1 + if( "duplicate" not in retval.keys()): + user['duplicate'] = "0" + + RetObject.append(mycommon.JSONEncoder().encode(user)) + + return True, RetObject + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de récupérer la liste des modèles de document " + + + """ Recherche d'un document avec filter pour en mode super Admin """ -""" -Recherche de la liste des modèles de document avec des filter -""" + def Get_List_Partner_Document_with_filter_Admin(diction): try: diction = mycommon.strip_dictionary(diction) diff --git a/prj_common.py b/prj_common.py index 1afc606..0bd1730 100644 --- a/prj_common.py +++ b/prj_common.py @@ -205,6 +205,8 @@ def Upload_Save_IMG_File(file=None, Folder=None): Global_file_name = str(Folder) + str(file.filename) + print(" ### Global_file_name == ", Global_file_name) + return True, Global_file_name except Exception as e : @@ -1941,7 +1943,7 @@ def recordClassImage(file=None, Folder=None, diction=None): return False, "Impossible d'inserer l'image de la formation " # " Lecture du fichier " - #print(" Lecture du fichier : " + saved_file + ". le token est :" + str(mytoken)) + print(" Lecture du fichier : " + saved_file + ". le token est :" + str(mytoken)) nb_line = 0 coll_name = MYSY_GV.dbname['image_ch'] @@ -2440,7 +2442,6 @@ def getRecodedClassImage_no_token(diction=None): - coll_name = MYSY_GV.dbname['image_ch'] RetObject = [] @@ -4637,7 +4638,7 @@ def clean_session_dates(): """ Cette fonction retourne les champs a utiliser pour les template de document/ -/!\ : Les tables en paramettres contiennent des valeurs du type ObjectId("idddd") +/!\ : Les tables en paramettre contiennent des valeurs du type ObjectId("idddd") Cette fonction retour un json de ce type : convention_dictionnary_data = @@ -4664,7 +4665,7 @@ def Get_Dictionnary_data_For_Template(diction): Verification des input acceptés """ field_list = ['token', 'list_stagiaire_id', 'list_session_id', 'list_class_id', 'list_client_id', - 'list_apprenant_id', 'list_sequence_session_id'] + 'list_apprenant_id', 'list_sequence_session_id', 'list_jury_soutenance_id'] incom_keys = diction.keys() for val in incom_keys: @@ -5124,6 +5125,172 @@ def Get_Dictionnary_data_For_Template(diction): dictionnary_data['list_sequence_session_data'] = list_sequence_session_data + + """ + Recuperartion des champs de la soutenance de jury + """ + list_jury_soutenance_data = [] + if( "list_jury_soutenance_id" in diction.keys() and diction['list_jury_soutenance_id'] ): + tab_jury_soutenance_id = diction['list_jury_soutenance_id'] + + + + query_soutenance_match = {'_id': {'$in': tab_jury_soutenance_id, }, 'valide': '1', 'locked':'0', + 'partner_owner_recid': str(my_partner['recid'])} + + query_soutenance = [{'$match': query_soutenance_match}, + {'$lookup': { + 'from': 'jury', + "let": {'jury_id': "$jury_id", 'partner_owner_recid': '$partner_owner_recid'}, + 'pipeline': [ + {'$match': + {'$expr': + {'$and': + [ + + {'$eq': ["$_id", {'$convert': { + 'input': "$$jury_id", + 'to': "objectId", + 'onError': {'error': 'true'}, + 'onNull': {'isnull': 'true'} + }}]}, + + {'$eq': ["$valide", "1"]}, + {'$eq': ["$partner_owner_recid", '$$partner_owner_recid']} + + ] + } + } + }, + + ], + 'as': 'jury_collection' + } + }, + {'$lookup': { + 'from': 'agenda', + "let": {'agenda_id': "$agenda_id", 'partner_owner_recid': '$partner_owner_recid'}, + 'pipeline': [ + {'$match': + {'$expr': + {'$and': + [ + + {'$eq': ["$_id", {'$convert': { + 'input': "$$agenda_id", + 'to': "objectId", + 'onError': {'error': 'true'}, + 'onNull': {'isnull': 'true'} + }}]}, + + {'$eq': ["$valide", "1"]}, + {'$eq': ["$partner_owner_recid", '$$partner_owner_recid']} + + ] + } + } + }, + + ], + 'as': 'agenda_collection' + } + }, + ] + + + for jury_soutenance_data in MYSY_GV.dbname['jury_soutenance'].aggregate(query_soutenance): + + + new_jury_soutenance_data = {} + + if( "_id" in jury_soutenance_data.keys() ): + new_jury_soutenance_data['jury_soutenance_id'] = str(jury_soutenance_data['_id']) + + if ("sujet" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_sujet'] = jury_soutenance_data['sujet'] + else: + new_jury_soutenance_data['jury_soutenance_sujet'] = "" + + if ("observation" in jury_soutenance_data.keys()): + new_jury_soutenance_data['observation'] = jury_soutenance_data['observation'] + else: + new_jury_soutenance_data['observation'] = "" + + if ("note" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_note'] = jury_soutenance_data['note'] + else: + new_jury_soutenance_data['jury_soutenance_note'] = "" + + + if ("jury_soutenance_adresse" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_adresse'] = jury_soutenance_data['jury_soutenance_adresse'] + else: + new_jury_soutenance_data['jury_soutenance_adresse'] = "" + + if ("jury_soutenance_code_postal" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_code_postal'] = jury_soutenance_data['jury_soutenance_code_postal'] + else: + new_jury_soutenance_data['jury_soutenance_code_postal'] = "" + + if ("jury_soutenance_pays" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_pays'] = jury_soutenance_data['jury_soutenance_pays'] + else: + new_jury_soutenance_data['jury_soutenance_pays'] = "" + + if ("jury_soutenance_salle" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_salle'] = jury_soutenance_data['jury_soutenance_salle'] + else: + new_jury_soutenance_data['jury_soutenance_salle'] = "" + + if ("jury_soutenance_ville" in jury_soutenance_data.keys()): + new_jury_soutenance_data['jury_soutenance_ville'] = jury_soutenance_data['jury_soutenance_ville'] + else: + new_jury_soutenance_data['jury_soutenance_ville'] = "" + + + + if( "jury_collection" in jury_soutenance_data.keys() ): + if( "code" in jury_soutenance_data["jury_collection"][0].keys() ): + new_jury_soutenance_data['jury_code'] = jury_soutenance_data["jury_collection"][0]['code'] + else: + new_jury_soutenance_data['jury_code'] = "" + + if ("description" in jury_soutenance_data["jury_collection"][0].keys()): + new_jury_soutenance_data['jury_description'] = jury_soutenance_data["jury_collection"][0]['description'] + else: + new_jury_soutenance_data['jury_description'] = "" + + if ("agenda_collection" in jury_soutenance_data.keys()): + if ("event_start" in jury_soutenance_data["agenda_collection"][0].keys()): + if( jury_soutenance_data["agenda_collection"][0]['event_start'] ): + local_date = str( jury_soutenance_data["agenda_collection"][0]['event_start'])[0:16] + new_date = datetime.strptime(str(local_date ), '%Y-%m-%dT%H:%M').strftime( "%d/%m/%Y %H:%M") + new_jury_soutenance_data['event_start'] = str(new_date) + else: + new_jury_soutenance_data['event_start'] = "" + + else: + new_jury_soutenance_data['event_start'] = "" + + if ("event_end" in jury_soutenance_data["agenda_collection"][0].keys()): + if (jury_soutenance_data["agenda_collection"][0]['event_end']): + local_date = str(jury_soutenance_data["agenda_collection"][0]['event_end'])[0:16] + new_date = datetime.strptime(str(local_date), '%Y-%m-%dT%H:%M').strftime("%d/%m/%Y %H:%M") + new_jury_soutenance_data['event_end'] = str(new_date) + else: + new_jury_soutenance_data['event_end'] = "" + else: + new_jury_soutenance_data['event_end'] = "" + + + + list_jury_soutenance_data.append(new_jury_soutenance_data) + + + dictionnary_data['list_jury_soutenance_data'] = list_jury_soutenance_data + + + # Recuperation des données système # Ajout des champs système comme la date du jour systeme_data = {} diff --git a/requirements.txt b/requirements.txt index 9fb285b..43fe9e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ -flask -Pillow -textdistance -unidecode -wrapper +flask~=2.2.3 +Pillow~=9.5.0 +textdistance~=4.5.0 +unidecode~=1.3.6 +wrapper~=1.1.0b1 google-search-results sib_api_v3_sdk -xhtml2pdf -pysftp -pymongo +xhtml2pdf~=0.2.9 +pysftp~=0.2.9 +pymongo~=4.3.3 flask_mongoengine unicodecsv pdfminer flask_cors -spacy -nltk +spacy~=3.5.1 +nltk~=3.8.1 pyspellchecker textblob -autocorrect -pandas -stripe -python-dotenv +autocorrect~=2.6.1 +pandas~=2.0.0 +stripe~=5.4.0 +python-dotenv~=1.0.0 pyopenssl arabic-reshaper coverage @@ -31,6 +31,31 @@ reportlab svglib pyHanko pyhanko-certvalidator -zeep -mariadb -validate_email \ No newline at end of file +zeep~=4.2.1 +mariadb~=1.1.6 +validate_email +argparse~=1.4.0 +pip~=25.1.1 +wheel~=0.37.1 +cryptography~=40.0.1 +lxml~=4.9.2 +setuptools~=60.2.0 +six~=1.16.0 +APScheduler~=3.10.1 +Jinja2~=3.1.2 +openai~=1.55.0 +numpy~=1.24.2 +XlsxWriter~=3.1.9 +requests~=2.28.2 +bcrypt~=4.0.1 +paramiko~=3.1.0 +Levenshtein~=0.21.0 +pytz~=2023.3 +python-dateutil~=2.8.2 +dnspython~=2.3.0 +certifi~=2022.12.7 +Werkzeug~=2.2.3 +colorama~=0.4.6 +spellchecker~=0.4 +psutil~=7.0.0 +segno~=1.6.1 \ No newline at end of file diff --git a/venv/Scripts/Activate.ps1 b/venv/Scripts/Activate.ps1 index 2057a7e..bf4b0b7 100644 --- a/venv/Scripts/Activate.ps1 +++ b/venv/Scripts/Activate.ps1 @@ -16,6 +16,10 @@ function global:deactivate([switch] $NonDestructive) { Remove-Item env:VIRTUAL_ENV -ErrorAction SilentlyContinue } + if ($env:VIRTUAL_ENV_PROMPT) { + Remove-Item env:VIRTUAL_ENV_PROMPT -ErrorAction SilentlyContinue + } + if (!$NonDestructive) { # Self destruct! Remove-Item function:deactivate @@ -33,6 +37,13 @@ deactivate -nondestructive $VIRTUAL_ENV = $BASE_DIR $env:VIRTUAL_ENV = $VIRTUAL_ENV +if ("" -ne "") { + $env:VIRTUAL_ENV_PROMPT = "" +} +else { + $env:VIRTUAL_ENV_PROMPT = $( Split-Path $env:VIRTUAL_ENV -Leaf ) +} + New-Variable -Scope global -Name _OLD_VIRTUAL_PATH -Value $env:PATH $env:PATH = "$env:VIRTUAL_ENV/Scripts;" + $env:PATH @@ -42,19 +53,9 @@ if (!$env:VIRTUAL_ENV_DISABLE_PROMPT) { } $function:_old_virtual_prompt = $function:prompt - if ("" -ne "") { - function global:prompt { - # Add the custom prefix to the existing prompt - $previous_prompt_value = & $function:_old_virtual_prompt - ("() " + $previous_prompt_value) - } - } - else { - function global:prompt { - # Add a prefix to the current prompt, but don't discard it. - $previous_prompt_value = & $function:_old_virtual_prompt - $new_prompt_value = "($( Split-Path $env:VIRTUAL_ENV -Leaf )) " - ($new_prompt_value + $previous_prompt_value) - } + function global:prompt { + # Add the custom prefix to the existing prompt + $previous_prompt_value = & $function:_old_virtual_prompt + ("(" + $env:VIRTUAL_ENV_PROMPT + ") " + $previous_prompt_value) } } diff --git a/venv/Scripts/activate b/venv/Scripts/activate index 48bf8b4..56eca2b 100644 --- a/venv/Scripts/activate +++ b/venv/Scripts/activate @@ -35,6 +35,7 @@ deactivate () { fi unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT if [ ! "${1-}" = "nondestructive" ] ; then # Self destruct! unset -f deactivate @@ -44,7 +45,7 @@ deactivate () { # unset irrelevant variables deactivate nondestructive -VIRTUAL_ENV='C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv' +VIRTUAL_ENV='C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv' if ([ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ]) && $(command -v cygpath &> /dev/null) ; then VIRTUAL_ENV=$(cygpath -u "$VIRTUAL_ENV") fi @@ -54,6 +55,13 @@ _OLD_VIRTUAL_PATH="$PATH" PATH="$VIRTUAL_ENV/Scripts:$PATH" export PATH +if [ "x" != x ] ; then + VIRTUAL_ENV_PROMPT="" +else + VIRTUAL_ENV_PROMPT=$(basename "$VIRTUAL_ENV") +fi +export VIRTUAL_ENV_PROMPT + # unset PYTHONHOME if set if ! [ -z "${PYTHONHOME+_}" ] ; then _OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME" @@ -62,11 +70,7 @@ fi if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then _OLD_VIRTUAL_PS1="${PS1-}" - if [ "x" != x ] ; then - PS1="() ${PS1-}" - else - PS1="(`basename \"$VIRTUAL_ENV\"`) ${PS1-}" - fi + PS1="(${VIRTUAL_ENV_PROMPT}) ${PS1-}" export PS1 fi diff --git a/venv/Scripts/activate.bat b/venv/Scripts/activate.bat index a87e134..7fd1eff 100644 --- a/venv/Scripts/activate.bat +++ b/venv/Scripts/activate.bat @@ -1,39 +1,38 @@ -@echo off +@set "VIRTUAL_ENV=C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv" -set "VIRTUAL_ENV=C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv" +@set "VIRTUAL_ENV_PROMPT=" +@if NOT DEFINED VIRTUAL_ENV_PROMPT ( + @for %%d in ("%VIRTUAL_ENV%") do @set "VIRTUAL_ENV_PROMPT=%%~nxd" +) -if defined _OLD_VIRTUAL_PROMPT ( - set "PROMPT=%_OLD_VIRTUAL_PROMPT%" +@if defined _OLD_VIRTUAL_PROMPT ( + @set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) else ( - if not defined PROMPT ( - set "PROMPT=$P$G" + @if not defined PROMPT ( + @set "PROMPT=$P$G" ) - if not defined VIRTUAL_ENV_DISABLE_PROMPT ( - set "_OLD_VIRTUAL_PROMPT=%PROMPT%" + @if not defined VIRTUAL_ENV_DISABLE_PROMPT ( + @set "_OLD_VIRTUAL_PROMPT=%PROMPT%" ) ) -if not defined VIRTUAL_ENV_DISABLE_PROMPT ( - if "" NEQ "" ( - set "PROMPT=() %PROMPT%" - ) else ( - for %%d in ("%VIRTUAL_ENV%") do set "PROMPT=(%%~nxd) %PROMPT%" - ) +@if not defined VIRTUAL_ENV_DISABLE_PROMPT ( + @set "PROMPT=(%VIRTUAL_ENV_PROMPT%) %PROMPT%" ) -REM Don't use () to avoid problems with them in %PATH% -if defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME - set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%" +@REM Don't use () to avoid problems with them in %PATH% +@if defined _OLD_VIRTUAL_PYTHONHOME @goto ENDIFVHOME + @set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%" :ENDIFVHOME -set PYTHONHOME= +@set PYTHONHOME= -REM if defined _OLD_VIRTUAL_PATH ( -if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH1 - set "PATH=%_OLD_VIRTUAL_PATH%" +@REM if defined _OLD_VIRTUAL_PATH ( +@if not defined _OLD_VIRTUAL_PATH @goto ENDIFVPATH1 + @set "PATH=%_OLD_VIRTUAL_PATH%" :ENDIFVPATH1 -REM ) else ( -if defined _OLD_VIRTUAL_PATH goto ENDIFVPATH2 - set "_OLD_VIRTUAL_PATH=%PATH%" +@REM ) else ( +@if defined _OLD_VIRTUAL_PATH @goto ENDIFVPATH2 + @set "_OLD_VIRTUAL_PATH=%PATH%" :ENDIFVPATH2 -set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%" +@set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%" diff --git a/venv/Scripts/deactivate.bat b/venv/Scripts/deactivate.bat index 7bbc568..8939c6c 100644 --- a/venv/Scripts/deactivate.bat +++ b/venv/Scripts/deactivate.bat @@ -1,19 +1,18 @@ -@echo off +@set VIRTUAL_ENV= +@set VIRTUAL_ENV_PROMPT= -set VIRTUAL_ENV= - -REM Don't use () to avoid problems with them in %PATH% -if not defined _OLD_VIRTUAL_PROMPT goto ENDIFVPROMPT - set "PROMPT=%_OLD_VIRTUAL_PROMPT%" - set _OLD_VIRTUAL_PROMPT= +@REM Don't use () to avoid problems with them in %PATH% +@if not defined _OLD_VIRTUAL_PROMPT @goto ENDIFVPROMPT + @set "PROMPT=%_OLD_VIRTUAL_PROMPT%" + @set _OLD_VIRTUAL_PROMPT= :ENDIFVPROMPT -if not defined _OLD_VIRTUAL_PYTHONHOME goto ENDIFVHOME - set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%" - set _OLD_VIRTUAL_PYTHONHOME= +@if not defined _OLD_VIRTUAL_PYTHONHOME @goto ENDIFVHOME + @set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%" + @set _OLD_VIRTUAL_PYTHONHOME= :ENDIFVHOME -if not defined _OLD_VIRTUAL_PATH goto ENDIFVPATH - set "PATH=%_OLD_VIRTUAL_PATH%" - set _OLD_VIRTUAL_PATH= +@if not defined _OLD_VIRTUAL_PATH @goto ENDIFVPATH + @set "PATH=%_OLD_VIRTUAL_PATH%" + @set _OLD_VIRTUAL_PATH= :ENDIFVPATH diff --git a/venv/Scripts/pip.exe b/venv/Scripts/pip.exe index 6b11a37..6a17fcd 100644 Binary files a/venv/Scripts/pip.exe and b/venv/Scripts/pip.exe differ diff --git a/venv/Scripts/pip3.exe b/venv/Scripts/pip3.exe index 6b11a37..6a17fcd 100644 Binary files a/venv/Scripts/pip3.exe and b/venv/Scripts/pip3.exe differ diff --git a/venv/Scripts/python.exe b/venv/Scripts/python.exe index 2cbe63d..890ac89 100644 Binary files a/venv/Scripts/python.exe and b/venv/Scripts/python.exe differ diff --git a/venv/Scripts/pythonw.exe b/venv/Scripts/pythonw.exe index e434afa..4801d5e 100644 Binary files a/venv/Scripts/pythonw.exe and b/venv/Scripts/pythonw.exe differ diff --git a/venv/pyvenv.cfg b/venv/pyvenv.cfg index 717fcab..0d31463 100644 --- a/venv/pyvenv.cfg +++ b/venv/pyvenv.cfg @@ -1,8 +1,8 @@ -home = C:\Users\cheri\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0 +home = C:\Users\Cherif\AppData\Local\Programs\Python\Python312 implementation = CPython -version_info = 3.11.0.final.0 -virtualenv = 20.13.0 -include-system-site-packages = false -version = 3.11.0 -executable = C:\Users\cheri\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\python.exe -command = C:\Users\cheri\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\python.exe -m venv --without-pip C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv +version_info = 3.12.9.final.0 +virtualenv = 20.24.5 +include-system-site-packages = true +base-prefix = C:\Users\Cherif\AppData\Local\Programs\Python\Python312 +base-exec-prefix = C:\Users\Cherif\AppData\Local\Programs\Python\Python312 +base-executable = C:\Users\Cherif\AppData\Local\Programs\Python\Python312\python.exe diff --git a/wrapper.py b/wrapper.py index bfc88cc..9160910 100644 --- a/wrapper.py +++ b/wrapper.py @@ -252,7 +252,7 @@ def get_all_class(diction): ]} }, {'$project': { 'indexed': 0, 'indexed_desc': 0, 'indexed_obj': 0, "indexed_title": 0, - "valide": 0, "locked": 0}}, + "valide": 0, "locked": 0, }}, {'$lookup': { 'from': 'business_prices', @@ -1023,7 +1023,7 @@ def recherche_text_simple(diction): pipe = [ { '$match': {'external_code': {"$in": tab_training}, 'published':'1'} }, - { '$project': { '_id': 0, 'indexed': 0, 'indexed_desc': 0, 'indexed_obj': 0, "indexed_title": 0, "valide": 0, "locked": 0} }, + { '$project': { 'indexed': 0, 'indexed_desc': 0, 'indexed_obj': 0, "indexed_title": 0, "valide": 0, "locked": 0} }, { '$lookup': { 'from': 'business_prices', @@ -1080,7 +1080,8 @@ def recherche_text_simple(diction): mydict_combined['type_view'] = "summary" #print( "mydict_combined YYYYYYYYY = "+str(mydict_combined)) - if ("_id" in mydict_combined.keys()): + if("_id" in mydict_combined.keys()): + #print(" ### mydict_combined[_id] = ", str(mydict_combined['_id'])) mydict_combined['class_id'] = mydict_combined.pop('_id') @@ -1102,7 +1103,9 @@ def recherche_text_simple(diction): x['description'] = no_html[:MYSY_GV.MAX_CARACT] + " ..." else: x['description'] = no_html - insertObject.append(JSONEncoder().encode(user)) + + #print(" ### user = ", user) + insertObject.append(mycommon.JSONEncoder().encode(user)) ''' /!\ Important : Recuperation des elements de la recherche etendue