diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4d7bbce..d345410 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,11 @@ - + + + + + diff --git a/Inscription_mgt.py b/Inscription_mgt.py index a2049da..5b37008 100644 --- a/Inscription_mgt.py +++ b/Inscription_mgt.py @@ -130,8 +130,15 @@ def AddStagiairetoClass(diction): 'locked':'0', 'partner_owner_recid':str(my_partner['recid'])}) + + mydata = {} + # Initialisation des champs non envoyés à vide + for val in field_list: + if val not in diction.keys(): + mydata[str(val)] = "" + # Initialisation des champs non envoyés à vide for val in field_list: if val not in diction.keys(): @@ -321,13 +328,14 @@ def AddStagiairetoClass(diction): """ 11/07/2024 - si j'ai un client_client, mais pas de client facturé, alors on fait : client_facturé = client_client """ - if (len(str(mydata['facture_client_rattachement_id']).strip()) <= 1 and len(str(mydata['client_rattachement_id']).strip()) > 3): + + if ("facture_client_rattachement_id" in mydata.keys() and len(str(mydata['facture_client_rattachement_id']).strip()) <= 1 and len(str(mydata['client_rattachement_id']).strip()) > 3): mydata['facture_client_rattachement_id'] = str(mydata['client_rattachement_id']) """ 11/07/2024 - si j'ai un client facture , mais pas de client_client, alors on fait : client_client = client_facturé """ - if (len(str(mydata['client_rattachement_id']).strip()) <= 1 and len( + if ("client_rattachement_id" in mydata.keys() and len(str(mydata['client_rattachement_id']).strip()) <= 1 and len( str(mydata['facture_client_rattachement_id']).strip()) > 3): mydata['client_rattachement_id'] = str(mydata['facture_client_rattachement_id']) diff --git a/Log/log_file.log b/Log/log_file.log index 1d4616f..cd6138d 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -2611834,3 +2611834,3999 @@ INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 11:06:36] "POST /myclass/api/Get_CRM_Li INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 11:06:36] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 11:06:36] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 11:06:36] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\module_editique.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-23 11:08:05.036708 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-23 11:08:05.036708 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-23 11:08:05.036708 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-23 11:08:05.036708 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-23 11:08:05.036708 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-23 14:51:59.234324 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-23 14:51:59.235330 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-23 14:51:59.235330 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-23 14:51:59.235330 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-23 14:51:59.235330 : ++ LMS_BAS_URL mysy-training.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:2024-07-23 14:52:09.794558 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-23 14:52:09.794558 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-23 14:52:09.795577 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-23 14:52:09.795577 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-23 14:52:09.795577 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-23 14:53:17.830374 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:17.834279 : Le token partner est vide +INFO:root:2024-07-23 14:53:17.838740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:17.844040 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:17.848132 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:17.853994 : Le token partner est vide +INFO:root:2024-07-23 14:53:17.857399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:17.862933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:17.878139 : La session de connexion n'est pas valide +INFO:root:2024-07-23 14:53:17.878139 : La session de connexion n'est pas valide +INFO:root:2024-07-23 14:53:17.879674 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:17.883350 : La session de connexion n'est pas valide +INFO:root:2024-07-23 14:53:18.985270 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:18.986311 : get_partner_account - La session de connexion n'est pas valide +INFO:root:2024-07-23 14:53:18.986311 : getRecodedImage - Impossible de récupérer le recid du user +INFO:root:2024-07-23 14:53:18.987820 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.268780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.465161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.469665 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.475303 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.482968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.491487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.500907 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.513072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.527501 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.538063 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.550805 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.840169 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.842656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.846449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.850029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.861333 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:21] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:21.980628 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.984955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.989401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:21.996531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:22] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:22.006730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:22] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:22] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:22] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:22] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:22] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.081441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.086284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.090623 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.098429 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.108282 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.116437 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.126813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.139899 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.147647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.155944 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.171598 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.179405 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.185480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.194578 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.204346 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.212042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.221651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.240345 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.254616 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.265750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:30.275310 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.291470 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.307572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:30.320093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:30] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:31.573321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:53:31.583275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:53:40.312478 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:53:40] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:00.147440 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:00] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:37.090456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:37] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:57.551690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.555888 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.559888 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.562415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.569490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.578107 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.588858 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.591234 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:57.610185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:57.617037 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.621060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:57.628596 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:54:57.637162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:54:57.645302 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:54:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:55:29.624686 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:29.627224 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:29.631236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:29] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:29] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:29] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:55:41.241560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:41] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:55:44.775792 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.780343 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.785887 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.790878 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.795952 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.802940 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:55:44.837768 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:55:44.841781 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.846358 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.854292 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:55:44.865874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 14:55:44.876428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:55:44] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:56:01.058685 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:56:01] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 14:56:27.924569 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 14:56:28] "GET /myclass/api/Export_To_Excel_List_Participant_To_Evaluation/RVqYjZJxDYah4pIpaNv5TRTrGQWbuV_VXA/665b14133de81eb04fe7762b/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:02.064006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:02.208572 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:02.211588 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:02.215591 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:02.219492 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:02.226764 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:02.233700 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:02.242589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:02.254269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:02.262339 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:02.263353 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:02] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:21.147100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:21.150360 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:21.152392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:21.155822 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:21.157836 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:21] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:21.161843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:21] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:21] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:21] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:21] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:21] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:26.943171 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:26.946702 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:26.948225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:26.951246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:26] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:04:26.953250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:04:26.955757 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:26] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:27] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:27] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:27] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:04:27] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.488785 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.624129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.627193 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.634508 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.640000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.646549 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.651917 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.660188 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.674837 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2024-07-23 15:05:06.675845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.685921 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.806973 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.811921 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.816284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.823909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.828548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.839235 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:06.843260 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.859451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.877591 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:06.883652 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:06] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:23.893331 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:23.895744 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:23.898635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:23.900686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:23] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:23.905138 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:23.908676 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:23] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:23] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:24] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:24] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:24] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.268373 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.372037 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.377837 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.383832 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.391712 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.397380 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.405903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.410927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.419376 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.430663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.443454 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.552531 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.554811 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.559336 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.563392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.570936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.578556 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.586779 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.599626 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:35.610279 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:35.623692 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:35] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:46.985327 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:46.989709 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:46.992210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:46.997928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:47.004849 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:47.015144 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:47.026531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:47.035075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:05:47.039289 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:05:47.050149 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:05:47] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:04.450186 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:04.453915 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:04.459522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:04.464305 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:04.474967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:04.483559 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:04.488536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:04.500136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:04.509660 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:04.515625 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:04] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:08.631787 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:08] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.806041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.809728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.814144 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.821118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.829247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.839597 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.853370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.869415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.877643 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.885479 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.903838 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.908421 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.915047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.923875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.927389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.933038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.948149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:14.960952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:14.983884 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:14] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:15.000436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:15.007386 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:15.016084 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:15.022607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:15.034146 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:15.496498 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:15.500527 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:15] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:24.874542 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:24] "POST /myclass/api/Get_Entity_Question_List_With_Stat_For_Given_related_collection_id/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:28.840077 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:28] "POST /myclass/api/Get_Survey_Stat_Data_For_Given_related_collection_id/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:06:46.120061 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:06:46.124289 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:46] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:06:46] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.258279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.260838 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.265753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.270577 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.275798 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.282296 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.290041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.296666 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.303983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.313066 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.324639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.332322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.338709 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.346985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.356732 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.361979 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.374905 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.384708 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.400184 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:07:07.403065 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.411189 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:07:07.418746 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:08] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:07:08] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:13:08.865868 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:08.868328 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:08.870112 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:08.871422 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:08] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:13:08.876664 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:08.878687 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:08] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:08] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:08] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:09] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:09] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:13:13.315044 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:13.316548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:13.319753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:13.320759 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:13] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:13:13.324305 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:13.326306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:13] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:13] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:13] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:13] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:13] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:13:25.897806 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:13:26.170199 : pour phrase : ##, voici la liste des formations +INFO:root:2024-07-23 15:13:26.170199 : [] +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:13:26] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:15:22.110203 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:15:22.323358 : pour phrase : ##, voici la liste des formations +INFO:root:2024-07-23 15:15:22.323358 : [] +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:15:22] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-23 15:18:32.178865 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-23 15:18:32.178865 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-23 15:18:32.178865 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-23 15:18:32.178865 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-23 15:18:32.178865 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-23 15:18:32.235488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:18:32.237004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:18:32.239179 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:18:32.241191 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:18:32.244188 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:18:32.248809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:18:32] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:18:32] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:18:32] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:18:32] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:18:32] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:18:32] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:19:40.238277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:19:40.458305 : pour phrase : ##, voici la liste des formations +INFO:root:2024-07-23 15:19:40.458305 : [] +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:19:40] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:19:46.511968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:19:46.840146 : pour phrase : ##, voici la liste des formations +INFO:root:2024-07-23 15:19:46.840146 : [] +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:19:46] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:27:50.223486 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:27:50.226012 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:27:50.231027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:27:50] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:27:50.249854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:27:50.253226 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:27:50.257601 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:27:50] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:27:50] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:27:50] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:27:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:27:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:28:05.998141 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:28:06.000794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:28:06.003839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:28:06] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:28:06.018856 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:28:06.021274 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:28:06.023305 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:28:06] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:28:06] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:28:06] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:28:06] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:28:06] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:31:20.722431 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:31:20.724790 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:31:20.726792 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:20] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:31:20.736338 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:31:20.738870 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:31:20.741879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:20] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:20] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:20] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:20] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:20] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:31:57.376989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:31:57.378596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:31:57.383327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:57] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:57] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:31:57] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:32:05.054395 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:05.056422 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:05.059939 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:05] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:32:05.065554 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:05.067552 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:05.070071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:05] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:05] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:05] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:05] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:05] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:32:50.418168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:50.419202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:50.423454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:50] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:32:50.426995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:50.429006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:32:50.431328 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:50] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:50] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:50] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:32:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:36:12.668383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:36:12.670941 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:36:12.673041 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:36:12] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:36:12] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:36:12] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:39:35.647315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.656581 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.666796 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.745893 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.749895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.754557 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:39:35.761808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.762851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:39:35.768360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:39:35.928268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:36] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:36] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:36] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:39:37.164379 : get_training_in_user_zone -'user_country_code' - ERRORRRR AT Line : 424 +INFO:root:2024-07-23 15:39:37.165730 : get_training_in_user_zone -'user_country_code' - ERRORRRR AT Line : 424 +INFO:root:2024-07-23 15:39:37.172769 : get_all_class -Expecting value: line 1 column 2 (char 1) - ERRORRRR AT Line : 201 +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:37] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:39:37.175004 : get_all_class -Expecting value: line 1 column 2 (char 1) - ERRORRRR AT Line : 201 +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:39:37] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:19.774766 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.780178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.781706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.785926 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.790064 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.795175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:19] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:19.799743 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.799743 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:19.805654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:19] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:19.892713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:19] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:19] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.382989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.392168 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.414088 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.419703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.424259 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.427276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.432797 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.437796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.445949 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.450129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.457135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.461161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.464509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.472006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.480450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.482755 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.488939 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.498854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.501378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.507787 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.512238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.517683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.523700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.527378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.533873 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.541053 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.543405 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.549752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.554115 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.560226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.567936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.571961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.576425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.580937 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.587083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.590076 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.596670 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.601940 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.606965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.610390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.614349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.623557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.626398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.631615 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.636221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.640012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.645478 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.651029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.658174 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.664572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.671794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.675321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.679242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.682769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.691740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.698233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:44:20.701074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.707781 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.713894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:44:20.718306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:44:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.236767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.240330 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.243718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.251930 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.254932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.262477 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.267998 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.273539 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.277267 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.285848 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.288848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.296087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.308206 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.312202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.316451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.328299 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.336996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.340283 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.345153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.355953 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.358702 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.364333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.371704 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.375524 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.385337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.388871 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.396350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.405444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.406712 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.413973 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.419003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.429016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.436315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.441739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.447758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.452281 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.457461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.464021 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.471995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.478741 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.485063 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.488090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.496675 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.500207 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.504279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.511416 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.515890 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.521969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.533043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.540275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.546219 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.551151 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.558642 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.562685 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.567589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.574594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.583082 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.589797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:15.595366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:15.597538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:56.723380 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:56.724441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:56.724441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:56.727084 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:56] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:45:56.729998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:45:56.733915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:56] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:56] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:56] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:56] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:45:56] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:46:46.533705 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:46:46.535703 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:46:46.538293 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:46] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:46] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:46] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:46:59.825542 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:46:59.827538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:46:59.830067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:59] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:46:59.837864 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:46:59.839897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:46:59.842216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:59] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:59] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:46:59] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:47:00] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:47:00] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:48:11.873613 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:48:11.875993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:48:11.879550 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:48:11] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:48:11.887566 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:48:11.890108 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:48:11.892123 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:48:11] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:48:11] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:48:12] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:48:12] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:48:12] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:49:37.922318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:49:37.924334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:49:37.926332 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:37] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:37] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:38] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:49:45.228901 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:49:45.231953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:49:45.234947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:49:45.238333 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:45] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:49:45.242355 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:49:45.245347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:45] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:45] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:45] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:45] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:49:45] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:50:23.637471 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:23.638848 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:23.641252 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:23] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:23] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:23] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:50:35.972676 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:35.974783 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:35.977249 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:36] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:36] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:50:49.777537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:49.780446 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:49.781965 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:49] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:50:49.792753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:49.795050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:50:49.802560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:49] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:49] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:49] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:50:50] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:18.632678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.636495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.641607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.641607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.645729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.649692 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.651754 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:18.655454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:18] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:18.661369 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:18] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:18] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:18] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:18.963705 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:18] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.401312 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.404259 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.416729 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.424592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.432943 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.438879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.448149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.455228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.464859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.470114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.476199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.484632 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.493093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.498098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.502628 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.507973 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.512068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.527582 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.536917 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.543989 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.547509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.556145 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.564361 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.576462 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.586637 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.589772 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.599351 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.607090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.612126 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.616461 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.630220 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.640928 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.650647 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.655800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.661711 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.667639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.675503 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.685628 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.692259 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.702149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.707886 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.717959 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.724710 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.729238 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.735756 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.742600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.750597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.754831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.759410 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.766954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.773438 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.778020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.783107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.789390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.794912 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.801168 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.808434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:19.811960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.818420 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:19.822799 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:19] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.441398 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.444972 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.449969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.453487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.464520 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.470448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.474741 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.479923 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.482042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.486641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.492285 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.497199 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.503613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.507936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.512733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.518893 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.522262 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.528297 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.538280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.543551 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.546217 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.552284 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.557433 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.562450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.570982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.578000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.583903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.587517 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.593564 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.597938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.602712 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.607931 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.612400 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.616452 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.619047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.625171 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.631775 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.638150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.642151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.646909 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.654651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.658834 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.663236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.669859 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.672859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.678383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.686743 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.690718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.695720 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.704591 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.711451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.717620 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.725370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.728424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.733168 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.739166 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.744715 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.748875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 15:51:53.753413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 15:51:53.759404 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 15:51:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:28.906464 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.910807 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.912490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.922025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.924528 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.929718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:28] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:28.937472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.938492 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:28.945538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.055265 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.467839 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.472385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.480890 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.486264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.494977 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.500038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.504546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.511193 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.514906 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.523248 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.528252 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.532996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.538316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.543899 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.546917 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.555942 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.558995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.562572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.569093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.573095 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.577314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.582509 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.587376 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.588386 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.593204 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.598740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.605569 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.609408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.612940 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.618595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.625172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.629716 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.634139 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.641089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.645232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.647233 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.655869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.659872 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.663977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.665976 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.670686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.677251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.682779 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.687787 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.693155 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.696165 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.701246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.707533 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.714623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.720036 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.725319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.729854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.733845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.740124 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.745085 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.750340 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.756155 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.761389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:29.765619 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:29.771592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:37.848531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:37] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.029827 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.040099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.047247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.057422 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.074874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.081803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.090879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.105956 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.120755 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.130655 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.265271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.269388 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.275401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.283297 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.290758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.301789 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:38.315022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.338057 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.346167 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:38.354990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:38] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:43.949174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:43.952148 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:43.956749 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:43.962958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:43.970300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:43.984885 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:43.991555 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:43] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.003407 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.010429 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.027429 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.034246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.044823 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.052378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.060376 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.065827 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.073983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.084217 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.094064 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.106620 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.112229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.116752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.127525 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.133521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.141589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:44.577360 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:44.581837 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:44] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:50.750504 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:50] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:53.518287 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:53.522009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:53.526336 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:53.534337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:53.541938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:53.548597 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:53.844317 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:53.847332 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:57.780808 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:57.786090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:57.791202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:57.795236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:57.799429 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:57.806957 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:56:57.821910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:56:57.827511 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:56:57] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.065280 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.068627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.072908 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.076970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.082733 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.092650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.100798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.109148 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.118175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.132518 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.136801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.147181 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.157193 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.159210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.163734 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.171880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.178692 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.190674 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.213167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.219537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.226587 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.234251 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.242123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.252446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:06.783454 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.787821 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.791796 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:06.797300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:06] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:10.342134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:10] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:13.069536 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:13.071545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:13.075999 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:13.083882 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:13.089734 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:13.094018 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:13.373214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:13.378246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:14.609482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:14.613361 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:14.617663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:14.622200 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:14.629214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:14.632724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:14.644123 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:14.649231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:14] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:24.360917 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:24.364432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:24.369308 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:24.378384 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:24.381809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:24.387871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:24.395314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:24.399883 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:24] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:41.671553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:41] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:44.411602 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:44.414333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:44.418558 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:44.425062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:44.430514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:44.435842 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 16:57:44.734588 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 16:57:44.737177 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 16:57:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.150697 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.153234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.154744 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.156956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.159028 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.163585 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.169153 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.170422 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.171949 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.417420 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.629565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.633100 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.638361 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.641368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.645717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.653150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.658313 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.665058 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.681729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.688559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.698147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.706383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.711439 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.719798 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.725465 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.738100 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.750271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.758488 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.778289 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.782460 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.787486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.805957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.808450 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.814527 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.824976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.834546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.839046 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.849424 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.855423 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.864513 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.872056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.880346 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.887514 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.895310 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.904849 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.912690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.920831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.925850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.930266 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.943208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.947427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.953182 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.967228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.976425 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.978915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:22.987120 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:22.993930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:23.000458 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.009988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.019507 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.030035 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:23.033035 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.041565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:23.048939 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:23.056658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.063717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.074513 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:23.085735 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:23.091525 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:23.094969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:25.463870 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.336400 : pour phrase : #VENDEUR#, voici la liste des formations +INFO:root:2024-07-23 17:03:26.336400 : ['TVC_01', '1654586321267861', '1652174467015807', '1652439803833121', '178', '2271', '1652439812922282', '1654586322660719', '1653050334156517', '1652174483678995', '1652174474678463', '16530503341256', '1652439812891089', '1653050327510223', '7213', '1652439803802482', '1653050327525182'] +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.412237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.415237 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.419573 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.424624 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.430202 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.437216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.443758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.453965 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.461261 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.467275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.469652 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.477194 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.483704 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.489970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.505041 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.509276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.514071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.521613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.529166 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.537163 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.546699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.553232 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.562331 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.567739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.573271 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.580537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.589347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.596110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.598136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.610407 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.614136 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.618169 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.623829 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.640172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.644703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.660029 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.663563 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.668111 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.675627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.680662 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.684656 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.692218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.697726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:26.704749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.710284 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.716286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.725839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:26.730365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:26] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:34.012767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:34.016834 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:34.021096 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:34.026529 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:34.032722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:34.038954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:03:34.308992 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:03:34.313508 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:03:34] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:22.388074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:22] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:25.214292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:25.217974 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:25.221983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:25.227943 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:25.232642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:25.240754 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:25.532939 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:25.537306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:25] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.478892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.479909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.482314 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.483326 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.485336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.490374 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.494608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.495618 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.499200 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.620563 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.946356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.950223 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.953394 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.958644 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.965780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.977889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:44.986562 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:44.995109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.003749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.011617 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.015489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.019499 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.026081 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.039874 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.051796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.065892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.074649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.081215 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.087527 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.093714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.101720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.104880 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.110630 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.118117 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.123434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.128502 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.142380 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.152644 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.153659 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.162315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.166835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.176970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.184760 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.191698 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.195695 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.204491 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.216104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.226708 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.238334 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.257210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.262252 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.273395 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.285110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.292637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.303201 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.306834 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.317765 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.320956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.326125 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.333982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.343729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.350097 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.358638 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.368314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.375907 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.381112 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.386528 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:04:45.394242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.404460 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:04:45.415198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:04:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:07.780364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:07.969598 : pour phrase : #VENDEUR#, voici la liste des formations +INFO:root:2024-07-23 17:05:07.969598 : ['TVC_01', '1654586321267861', '1652174467015807', '1652439803833121', '178', '2271', '1652439812922282', '1654586322660719', '1653050334156517', '1652174483678995', '1652174474678463', '16530503341256', '1652439812891089', '1653050327510223', '7213', '1652439803802482', '1653050327525182'] +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:07] "POST /myclass/api/recherche_text_simple/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.055092 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.058254 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.062415 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.069335 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.076165 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.085010 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.088553 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.093667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.101609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.110157 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.112487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.127972 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.133520 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.142090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.148597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.149609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.157478 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.166569 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.178562 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.184084 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.192534 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.201072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.210178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.214758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.221286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.229794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.234869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.245763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.251386 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.258665 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.266240 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.273181 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.283365 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.289694 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.297488 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.303637 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.308154 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.319418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.325966 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.332130 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.341249 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.345482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.353348 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.360086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.365114 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:08.367133 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.378395 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:08.386617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:28.925512 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:28] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:31.765225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:31.768857 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:31.773385 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:31.777402 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:31.780951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:31.788946 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:31] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:31] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:31] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:31] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:32.062432 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:32.066946 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:38.945222 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:38.948759 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:38.953423 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:38.961887 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:38] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:38.968897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:38.977328 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:38.981259 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:38] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:38] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:38.996054 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:38] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:38.999801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.008201 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.017280 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.024903 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.037209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.050721 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.057315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.064811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.079256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.088283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.099458 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.113463 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.126487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.129454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.138483 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.144604 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:39.692142 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.695482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.701467 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:39.706027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:39] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:53.266411 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:53.374533 : update_class - La formation a bin ete mise à jour =66558c71fd47c656dcaf362f +INFO:root:2024-07-23 17:05:53.382184 : external_code = TVC_01 ==> TECHNICIEN VENDEUR CONSEIL +INFO:root:2024-07-23 17:05:53.932873 : La formation indexée (champ title) =66558c71fd47c656dcaf362f +INFO:root:2024-07-23 17:05:53.932873 : 1 ont été indexes => title +INFO:root:2024-07-23 17:05:53.937403 : external_code = TVC_01 ==> VENTE; VENDEUR; SKI +INFO:root:2024-07-23 17:05:54.284151 : La formation indexée (champs objectif) =66558c71fd47c656dcaf362f +INFO:root:2024-07-23 17:05:54.284151 : 1 ont été indexes ==> keyword +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:54] "POST /myclass/api/update_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:58.945506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:58.949063 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:58.953296 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:58.959003 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:58.961013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:58.968666 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:58.977827 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:58.990037 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:58.994593 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:59.007217 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:59.189963 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:59.193823 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:59.197367 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:59.203968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:59.211185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:59.217280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:59.226151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:05:59.234298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:59.247055 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:05:59.251813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:05:59] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:06:03.666161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:06:03.668199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:06:03.670593 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:06:03.678205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:06:03.681430 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:06:03.693960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:03] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:03] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:03] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:03] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:06:04.005523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:06:04.010771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:04] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:06:04] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.408573 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.412099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.415400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.422115 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.428249 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.435083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.439586 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.455917 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.463697 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.476434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.477426 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.483847 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.493334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.497392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.507349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.512789 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.537345 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.554621 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.562619 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.573108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.583139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.591650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:36.596878 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:36.605876 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:36] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-23 17:12:37.042215 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-23 17:12:37.047217 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:37] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [23/Jul/2024 17:12:37] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:04:22.276571 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 09:04:22.276571 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 09:04:22.277573 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 09:04:22.277573 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 09:04:22.277573 : ++ LMS_BAS_URL mysy-training.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:2024-07-25 09:04:38.577398 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 09:04:38.577398 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 09:04:38.577398 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 09:04:38.577398 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 09:04:38.577398 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-25 09:05:37.181601 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.182603 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.184128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.187158 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.190144 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.193248 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.199242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:37.200253 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:37.594338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:37.900407 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:37] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:38.293095 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.294101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.298493 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.303660 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.307971 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.311418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:38.789334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.792760 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:38.805275 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.809337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:38.813731 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:38.821311 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:38] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.112564 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.115957 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.128832 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.131967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.141718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.147301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.437787 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.442319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.450523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.454547 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.460766 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.466114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.763488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.768073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.778687 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.780026 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:39.785379 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:39.792084 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:39] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.088898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.092912 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.100723 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.102216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.108374 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.113824 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.414936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.417932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.425933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.429326 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.432447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.438341 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.727174 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.740167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.742164 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:40.752469 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.754503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:40.760936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:40] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.054993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:41.059070 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.065942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.077054 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:41.078055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:41.079057 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.371041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:41.373605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.384318 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.391867 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:05:41.398143 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:05:41.402434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:05:41] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:49.631005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:49.635005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:49.638000 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:49.640004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:49.643985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:49.645978 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:49] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:49.649004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:49.651281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:49] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:49] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:49] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:49.962608 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:50] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:50.017111 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:50] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:50] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:50] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.165405 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.166415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.166943 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.167982 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.168981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.182159 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.488987 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.491261 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.492261 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.502786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.508097 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.511053 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.812165 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.812684 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.818218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.823280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:51.829898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:51.833669 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:51] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.129445 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:52.133485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.137677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.142150 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.149155 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:52.153166 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.443628 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:52.447657 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.451667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.455671 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.463493 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:52.465494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.769958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:52.770972 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.777170 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.781033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:52.786074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:52.792043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.096134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.097114 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.098905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.103454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.113058 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.113592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.424836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.426070 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.426576 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.427595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.437601 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.445595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.746091 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.748126 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.753535 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.756345 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:53.761401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:53.766134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:53] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:54.057984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:54.061996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:54] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:54] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:54.067364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:40:54.071711 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:54] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:54.075913 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:54] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:40:54.081877 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:54] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:40:54] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:13.772239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:13.774243 : Le token partner est vide +INFO:root:2024-07-25 09:41:13.776329 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:13.789856 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:13.795738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:13.798973 : Le token partner est vide +INFO:root:2024-07-25 09:41:13.801958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:13.806961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:14.523833 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:14.523833 : La session de connexion n'est pas valide +INFO:root:2024-07-25 09:41:14.523833 : La session de connexion n'est pas valide +INFO:root:2024-07-25 09:41:14.525279 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:23.681779 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:28] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:28.532495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:28.535693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:28.545312 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:29.139143 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.143165 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.282091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.337860 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.346283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:29.355879 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.359247 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.500194 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:29.502749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.705578 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:29.709468 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:29] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:29.819705 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:30.689797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:30.735690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:30.750773 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:30.925902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:41:30.930069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:53.186108 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:41:53.189581 : get_partner_account - La session de connexion n'est pas valide +INFO:root:2024-07-25 09:41:53.189581 : getRecodedImage - Impossible de récupérer le recid du user +INFO:root:2024-07-25 09:41:53.189581 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:53] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:53] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:41:53] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.152816 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.156579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.159594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.166062 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.171600 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.176952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.184369 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.189349 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.349056 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.353374 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.356366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.364374 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:01.370374 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.380780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.396286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.410909 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.425509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:01.433469 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:01] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.832416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.835944 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.843434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.849937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.858760 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.865220 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.874993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.879727 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.887132 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.895764 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.904707 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.920756 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.926773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.937460 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.940472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.959090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.969180 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.975349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.985621 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:05.987615 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:05] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:05.992045 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:06.002475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:06] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:10.064546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:10.068826 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:10.073529 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:10.078727 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:10.081724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:10.088881 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:10.095432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:10] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:12.962653 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:12] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:15.176161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:15.180177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:15.183178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:15.187179 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:15.193483 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:15] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:15] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:15] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:42:42.993558 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:42:43.096715 : AddStagiairetoClass -'facture_client_rattachement_id' - ERRORRRR AT Line : 324 +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:42:43] "POST /myclass/api/AddStagiairetoClass/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 09:46:41.080520 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 09:46:41.082002 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 09:46:41.082002 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 09:46:41.082002 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 09:46:41.082002 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 09:48:06.822508 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 09:48:06.823518 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 09:48:06.823518 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 09:48:06.823518 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 09:48:06.823518 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-25 09:48:06.910103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:48:08.317897 : AddStagiairetoClass -'facture_client_rattachement_id' - ERRORRRR AT Line : 332 +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:48:08] "POST /myclass/api/AddStagiairetoClass/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 09:49:43.546284 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 09:49:43.546284 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 09:49:43.547316 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 09:49:43.547316 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 09:49:43.547316 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-25 09:49:43.628022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:49:46] "POST /myclass/api/AddStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:49:46.996042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:49:47.000269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 09:49:47.003266 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:49:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:49:47.007343 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:49:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:49:47] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:49:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2024-07-25 09:49:52.502859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 09:49:52] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.634040 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:07:57.638262 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:07:57.641442 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:07:57.644963 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:07:57.653692 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.661269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_Client_Type_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.666790 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:07:57.675800 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.682474 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.687065 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:07:57.692557 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.700689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.714022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.726060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.736454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_Client_Type_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:07:57.743721 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:07:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.153734 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.159836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.170431 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.189174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.213277 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.227374 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.364114 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.367140 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.390943 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.399254 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.407480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.439725 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.446400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:45:46.455175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.505909 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.649454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.659094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:46.678034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:46] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:47.678400 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:47.678400 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:45:47.682152 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:root:2024-07-25 10:45:47.682152 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:47] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:45:47] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.389492 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.396269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.402839 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.408116 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.416871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.426274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.437045 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.444542 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.449529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.461374 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.467767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.491665 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.505233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.514492 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:48:19.524791 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.543890 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:48:19.565229 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:48:19] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.485322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.490850 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.496747 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.504475 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.514930 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.528828 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.541576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.548812 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.558841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.564892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.571828 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.599226 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.605562 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.609103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.617843 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.624111 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.632602 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.637698 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.654998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:53:28.660123 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.691107 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:53:28.697564 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:53:28] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:03.301846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:03.307367 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:03] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:03.315512 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:03.319456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:03] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:03.330056 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:03] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.569400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.576651 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.582217 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.588227 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.600325 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.609424 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.632035 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.641865 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.656212 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.665472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.669010 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.707829 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.717769 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.726118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.738840 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.757234 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.769396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 10:56:28.782243 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.798766 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.809638 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.844258 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 10:56:28.851062 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 10:56:28] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.182747 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.192735 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.209089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.220589 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.236074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.254095 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.267357 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.274239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.298639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.306625 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.320653 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.351042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.364436 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.367457 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.401322 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.408673 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:root:2024-07-25 11:12:05.413663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.418807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.436293 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:12:05.441287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.473669 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:12:05.478133 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:12:05] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:26.531957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:26.540803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:26.547546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:26.562215 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:26.612593 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:26] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:26.661130 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:26] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:26] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:26.712793 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:26] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:26.716802 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:26] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:26] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:37.861648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.865642 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.869643 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.875168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.880172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.887977 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:37.907641 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.911081 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:37.927785 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.932789 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.940792 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:37.966658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.973730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:37.983693 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:37.985694 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:37.997290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:15:38.002103 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:38.018775 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:38.027931 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:38.037192 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:38.062473 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:15:38.065476 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:15:38] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:16:37.161727 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:16:37.173019 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:16:37] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:16:37.177450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:16:37] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-25 11:16:37.184822 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 11:16:37.191505 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:16:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 11:16:37] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-25 12:52:47.367529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 12:52:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 12:52:47.382583 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 12:52:47] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 12:52:47.598287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 12:52:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 12:52:47.604005 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 12:52:47] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 12:52:52.601807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 12:52:52] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 13:00:25.465446 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 13:00:25.465446 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 13:00:25.466655 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 13:00:25.466655 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 13:00:25.466655 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 13:01:32.393938 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 13:01:32.393938 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 13:01:32.393938 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 13:01:32.394940 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 13:01:32.394940 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 13:04:42.344521 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 13:04:42.345523 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 13:04:42.345523 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 13:04:42.345523 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 13:04:42.345523 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-25 13:04:57.276453 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:04:57.279767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:04:57] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:04:57] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 13:06:24.001141 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 13:06:24.001141 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 13:06:24.001141 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 13:06:24.002141 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 13:06:24.002141 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-25 13:06:26.610646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:06:26] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:21.634486 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:21.640487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:21.646475 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:21.648481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:21.657067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:21.670541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:21.689419 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2024-07-25 13:08:21.690419 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:22.078164 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:22.086180 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:22.095197 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:22.101193 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:22.113754 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:22.123767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:22.146759 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:22.153758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:22.170747 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:22.177748 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:22] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:29.483794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:29] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:32.237046 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:32.239844 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:32.244083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:32.248947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:32.254436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:32.260449 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:32.510874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:32.515408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:35.412795 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:35.416045 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:35.420519 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:35.427177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:35.431730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:35.444612 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:35.446802 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:08:35.452627 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:35] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:08:51.129119 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:08:52] "POST /myclass/api/RenseignementClass/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 13:09:31.766742 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 13:09:31.766742 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 13:09:31.766742 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 13:09:31.767738 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 13:09:31.767738 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-25 13:10:30.919125 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:10:30] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:10:30.922301 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:10:30.934154 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:10:30] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:10:30.937187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:10:30] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:10:30] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:10:50.539736 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:10:50] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:11:26.954219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:11:26.956218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:11:26] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:11:26] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:11:30.899011 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:11:30] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:11:57.438919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:11:57.441923 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:11:57] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:11:57] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:12:00.444584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:12:00] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:12:20.248470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-25 13:12:20.251620 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:12:20] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:12:20] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2024-07-25 13:12:22.600496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Jul/2024 13:12:22] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2024-07-25 13:13:24.528986 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-25 13:13:24.528986 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-25 13:13:24.528986 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-25 13:13:24.528986 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-25 13:13:24.528986 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-26 11:42:33.066138 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-26 11:42:33.067659 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-26 11:42:33.067659 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-26 11:42:33.067659 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-26 11:42:33.067659 : ++ LMS_BAS_URL mysy-training.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:2024-07-26 11:42:51.181545 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2024-07-26 11:42:51.181545 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2024-07-26 11:42:51.181545 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2024-07-26 11:42:51.181545 : ++ FLASK PORT 5001 ++ +INFO:root:2024-07-26 11:42:51.181545 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2024-07-26 11:42:51.317490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:42:51.321178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:42:51.325032 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:42:51.328032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:42:51] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:42:51] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:42:51] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:42:51.436620 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:42:51] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:19.742209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:19.745335 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:19.751687 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:19.756582 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:19.761742 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:19.766257 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:19.794087 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:19.797928 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:20.133738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:20.138359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:20.142884 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:20.150264 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:20.165720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:20.174104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:20.195371 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:20.228133 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:20.233088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:20.244934 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:20] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.434025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:36.437175 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:36.440961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:36.444044 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:36.452282 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.464108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.470466 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.477696 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.482690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:36.490418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.502738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:43:36.508546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.516017 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.528200 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.546277 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.802752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.810067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:36.815927 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:36] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:38.283292 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:38] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:38.284675 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:38] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:38.285888 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:38] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:43:38.287939 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:43:38] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.320050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.325111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.329137 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.335522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.338841 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.347095 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.363078 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.380529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.389370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.395551 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.401332 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.425268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.436577 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.446260 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:49:12.458374 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.471888 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.478633 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.484452 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.490981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.499349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.529249 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:49:12.533800 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:49:12] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:06.947267 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:06.952812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:06.957812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:06.962852 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:06.971843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.009918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.023805 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:07.030155 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.044087 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:07.048424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:07.054683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.102598 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:07.106648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:07.110265 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:07.125986 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.129003 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.138284 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.145537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.152070 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.203195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.243502 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:07.249021 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:07] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:39.275854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:39.281460 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:39] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:39.287343 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:39.293961 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:39] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:39.303630 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:39] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.152577 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.158250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.164544 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.172543 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.183895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.194843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.196415 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.219726 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.229731 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.239282 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.249642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.274809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.288319 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.296874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.320474 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.329863 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:root:2024-07-26 11:51:47.335382 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.347700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:51:47.358011 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.374738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.416395 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:51:47.426312 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:51:47] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:52:24.832234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:52:24.837266 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:52:24] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:52:24.845824 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:52:24] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:52:24.852379 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:52:24.862269 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:52:24] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:52:24] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:21.953341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:21.961898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:21] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:21.981182 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:21] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:21.997250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:22.034808 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:22] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:22] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.163597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.172130 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.182697 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.208926 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.214604 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.258097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.265736 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.311062 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.324346 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.339850 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.348863 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.378563 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.399722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.409310 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.440463 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.458952 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.470102 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.481134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:53:43.491221 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.517447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.559563 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:53:43.573592 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:53:43] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:54:21.204338 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:54:21.216004 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:54:21] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:54:21.224550 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:54:21] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:54:21.233104 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:54:21.249024 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:54:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:54:21] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:01.957924 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:01.965916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:02.011427 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:02.057264 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:02.097311 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:02.150918 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:02.154696 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:02.188355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:02.193895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:02.203782 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:02] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.652685 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.704178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.730280 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.736293 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.745964 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.756132 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.769134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.777276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.790141 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.797344 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.806570 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.837158 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.843058 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.851803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.882248 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.901503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.906922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.912166 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.941005 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:11.960403 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 11:55:11.984967 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:11] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 11:55:12.016973 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:12] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 11:55:12] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.197136 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.202693 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.210308 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.220087 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.231456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.239912 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.254727 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.262414 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.273925 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.280842 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.288857 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.326245 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.334170 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.341781 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.361395 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:root:2024-07-26 12:05:35.361395 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.373110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.379522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:05:35.384538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.401777 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.433296 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:05:35.445805 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:05:35] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.751701 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.756997 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.762602 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.769899 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.777482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.784453 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.789091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.806828 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.812627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.818904 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.827921 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.844172 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.847916 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.860887 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.862889 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.874230 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.882273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:10:39.888814 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.899559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.903553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.931066 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:10:39.934587 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:39] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:10:40] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:21:01.690432 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:21:01.695625 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:21:01] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:21:01.701632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:21:01.702627 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:21:01] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:21:01.709633 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:21:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:21:01] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:23:19.834241 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:23:19.837344 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:23:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:23:19.841471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:23:19] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:23:19.845831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:23:19.850336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:23:19] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:23:19] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:53:31.671769 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:53:31.684363 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:53:31.692828 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:53:31.699341 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:53:31] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:53:31] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:53:31.745188 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:53:31] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:53:31] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.296649 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.301161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.303720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.310157 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.315167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.322590 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.341093 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.353690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.364255 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.371272 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.377302 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.396399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.401419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.412362 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.421757 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.426753 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.430272 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.436663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 12:59:11.441703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.451238 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.475183 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 12:59:11.477189 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 12:59:11] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.743174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.748945 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.751929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.755961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.762491 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.767492 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.784294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.791741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.796288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.802321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.807174 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.829352 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.833350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.843368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.853909 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.866086 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.869582 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.879105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:00:35.884055 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.893103 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.915254 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:00:35.921086 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:35] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:00:36] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:19.830895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:19.835475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:19] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:19.844466 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:19] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:19.850118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:19.862369 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:19] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.698155 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.714049 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.717482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.723485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.734292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.738617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.764965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.786526 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.797948 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.805280 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.828074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.847303 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.857078 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.867736 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.870472 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.881488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.885484 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.894618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.906404 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:19:47.909425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:19:47.953792 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:root:2024-07-26 13:19:47.955810 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:47] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:48] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:19:48] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:37:03.361343 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:37:03.374362 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:37:03] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:37:03] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 13:43:34.038623 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 13:43:34.050251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:43:34] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 13:43:34] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:15:24.490057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:15:24.505510 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:15:24] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:15:24] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:15:33.333074 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:15:33.339072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:15:33] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:15:33] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:17:06.342840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:17:06] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:18:05.982909 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:18:05] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:18:13.581753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:18:13.591789 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:18:13] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:18:13] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:18:15.664927 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:18:15] "POST /myclass/api/Get_Given_DFAULT_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:20:31.924792 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:20:31] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:20:37.910694 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:20:37.916715 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:20:37] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:20:37] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:20:52.051014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:20:52] "POST /myclass/api/Get_Given_DFAULT_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:21:17.355052 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:21:17.359456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:21:17] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:21:17] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:22:35.026393 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:22:35] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:22:39.590997 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:22:39] "POST /myclass/api/Get_Given_DFAULT_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:22:43.229121 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:22:43.237640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:22:43] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:22:43] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:24:12.142129 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:24:12] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:25:48.101845 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:25:48.113481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:25:48] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:25:48] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:26:01.873514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:26:01] "POST /myclass/api/Get_Given_DFAULT_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.273716 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.280848 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.287904 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.291205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.300645 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.320700 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.335721 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.354496 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.360895 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.371811 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.376187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.399306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.411690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.419210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.421209 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.439354 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.442840 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.454544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.468582 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:07.473593 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Personnalisable_Collection_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/get_list_specific_field_partner_by_object/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:07.504328 : get_Agenda_Event_List - La valeur 'related_collection' n'est pas presente dans liste +INFO:root:2024-07-26 14:27:07.504328 : Audit_Session_Action_Inscrit L'identifiant de la session est invalide +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:07] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:09.975138 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:27:09.980667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:09] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:09] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:27:14.804769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:27:14] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:28:47.601298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2024-07-26 14:28:47.608049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:28:47] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:28:47] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2024-07-26 14:28:49.452516 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [26/Jul/2024 14:28:49] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - diff --git a/email_mgt.py b/email_mgt.py index 1ae20ba..af02553 100644 --- a/email_mgt.py +++ b/email_mgt.py @@ -1648,6 +1648,7 @@ def EmailDemandeInfoClass( diction): return False, " Impossible de récupérer le modèle de courrier 'CLASS_INFO_REQUEST' (2) " + sujet_doc_Template = jinja2.Template(str(courrier_template_data['sujet'])) sujetHtml = sujet_doc_Template.render(params=body_company_data["params"]) diff --git a/main.py b/main.py index ee7e2b0..5daead0 100644 --- a/main.py +++ b/main.py @@ -605,7 +605,7 @@ sans utilisation de critère ni de tag def recherche_text_simple(): # On recupere le corps (payload) de la requete payload = mycommon.strip_dictionary (request.form.to_dict()) - #print(" ### payload = ", payload) + print(" ### recherche_text_simple : payload = ", payload) status, result = wp.recherche_text_simple(payload) return jsonify(status=status, message=result)