diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a29c25b..8f0ae63 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,10 +1,14 @@
-
+
+
+
-
+
+
+
@@ -75,13 +79,6 @@
1680804787304
-
- 1725106474933
-
-
-
- 1725106474933
-
1725123044361
@@ -418,7 +415,14 @@
1738436729991
-
+
+ 1738857403417
+
+
+
+ 1738857403418
+
+
@@ -460,7 +464,6 @@
-
@@ -485,6 +488,7 @@
-
+
+
\ No newline at end of file
diff --git a/E_Sign_Document.py b/E_Sign_Document.py
index b1078b0..95bbe9a 100644
--- a/E_Sign_Document.py
+++ b/E_Sign_Document.py
@@ -104,7 +104,7 @@ Add document du signe
def Create_E_Document(diction):
try:
diction = mycommon.strip_dictionary(diction)
- print(" #### Create_E_Document diction = ", diction)
+ print(" #### Create_E_Document diction = (trop long cherif) ", )
"""
Verification des input acceptés
@@ -754,7 +754,7 @@ def Create_E_Signature_For_E_Document(file_img=None, Folder=None, diction=None):
else:
e_docment_type = e_document_data['type']
- #print(" ### e_docment_type = ", e_docment_type)
+ print(" ### e_docment_type 011111 = ", e_docment_type)
local_signature_digitale = ""
if ("email_destinataire" in e_document_data.keys() and e_document_data['email_destinataire']):
@@ -1218,7 +1218,11 @@ def Create_E_Signature_For_E_Document(file_img=None, Folder=None, diction=None):
quotation_client_data = None
reference_document = ""
type_document = str(e_docment_type)
- if(e_document_date_2['type'] == "quotation" ):
+
+ print(" #### e_document_date_2['type'] === ", str(e_document_date_2['type']))
+
+
+ if(e_document_date_2['type'] == "quotation" ):
qry = {'partner_owner_recid':local_partner_owner_recid,
'_id':ObjectId(str(e_document_date_2['related_collection_id'])),
'valide':'1',
@@ -1305,8 +1309,8 @@ def Create_E_Signature_For_E_Document(file_img=None, Folder=None, diction=None):
Si il s'agit d'un devis, alors on procede a la resevation des places
et on valide le devis. on le met à 'gagné'
"""
-
- if (str(e_docment_type).strip().lower() == "quotation"):
+ print(" ### str(e_docment_type).strip().lower() uuuuuuuuuu === ", str(e_docment_type).strip().lower())
+ if (str(e_docment_type).strip().lower() == "devis"):
"""
mettre le devis à gagné
@@ -1880,6 +1884,8 @@ def Create_E_Signature_For_E_Invoice(file_img=None, Folder=None, diction=None):
Si il s'agit d'un devis, alors on procede a la resevation des places
"""
+ print(" ### e_docment_type zzzz pour resevation de place = ", e_docment_type)
+
if (str(e_docment_type).strip().lower() == "quotation"):
"""
diff --git a/Inscription_mgt.py b/Inscription_mgt.py
index 9d2ddbb..bf1ec60 100644
--- a/Inscription_mgt.py
+++ b/Inscription_mgt.py
@@ -229,11 +229,14 @@ def AddStagiairetoClass(diction):
# Verifier que le type d'apprenant est bien valide
type_apprenant = "0"
+
+
if ("type_apprenant" in diction.keys() and str(diction['type_apprenant']) not in MYSY_GV.INSCRIPTION_TYPE_APPRENANT):
mycommon.myprint(
str(inspect.stack()[0][3]) + " Le type d'apprenant est invalide ")
return False, " Le type d'apprenant est invalide "
- else:
+
+ elif ("type_apprenant" in diction.keys()) :
type_apprenant = str(diction['type_apprenant'])
diff --git a/Log/log_file.log b/Log/log_file.log
index 3ca77c2..677039c 100644
--- a/Log/log_file.log
+++ b/Log/log_file.log
@@ -3047328,3 +3047328,8085 @@ INFO:root:2025-02-06 16:50:15.380672 : Security check : IP adresse '127.0.0.1'
INFO:root:2025-02-06 16:50:15.385213 : Security check : IP adresse '127.0.0.1' connected
INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 16:50:15] "POST /myclass/api/get_all_published_articles_avis/ HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 16:50:15] "POST /myclass/api/get_all_published_articles_avis/ HTTP/1.1" 200 -
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-06 18:21:21.110204 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-06 18:21:21.110204 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-06 18:21:21.111305 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-06 18:21:21.111305 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-06 18:21:21.111305 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-06 18:21:36.678220 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-06 18:21:36.679613 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-06 18:21:36.679613 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-06 18:21:36.679613 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-06 18:21:36.679613 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-06 18:24:57.389536 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.603156 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.612144 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.621141 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.635181 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.651735 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.657736 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.673737 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.679735 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.696736 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.709738 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.802360 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.811357 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.818361 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.827400 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.857950 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.871949 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.878954 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.890950 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:24:57.914923 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:24:57.931533 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:24:57] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:04] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:05] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:05] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:05] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:19.918646 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:19.933644 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:19.941557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:19] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:19.951960 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:19.961801 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:19] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:19.973018 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:19.986639 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:19] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:19.998726 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.010791 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.030824 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.036138 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.046488 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.060133 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.073551 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.082774 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.093286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.108929 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.123985 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.137459 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.151940 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.168898 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.193308 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:20.204621 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:20.216823 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:20] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:22] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:22] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:27.557246 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:27.565245 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:27.569460 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:27.577422 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:27.581641 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:27.589941 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:27.603420 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:27] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:34.045779 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:34.049644 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:34.056295 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:34.062313 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:34.069313 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:34.080846 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:34.095094 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:34.111030 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:34] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:37.263430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:37] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:40.153027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:40] "POST /myclass/api/Get_List_Conventions_Stagiaire_With_Filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:43.303104 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\nLOGO \n
CONVENTION INDIVIDUELLE DE FORMATION PROFESSIONNELLE - PDF
\n
\n
\n
N° de déclaration d\'activité : NDA-001254
\n
\n
\n
\n\n
Est conclue la convention suivante entre
\n
L\'Organisme de formation Env Dev Part ci-après nommé l\'Organisme de formation Situé : Déclation d\'activité : NDA-001254 Représenté par : [PDG] Signataire dûment habilité aux fins des présentes : prenom nonn Contact : Téléphone :
\n
Et
\n
Et le bénéciaire : part 2 part nom2 (Ci-aprés nommé le client) Situé : adresse01 code_postal01 ville01
\n
\n\n
PRÉAMBULE EZUS Lyon Env Dev Part filiale de Valorisation de l\'Université Claude Bernard Lyon I, s\'est vue confier la gestion des activités industrielles et commerciales des centres et services de l\'UCBL, ainsi que les actions de formation continue par la convention cadre signée le 23 janvier 2008.
\n
A cet effet, la société Env Dev Part fait appel au : Docteur Eric J. VOIGLIO, MD, PhD, FACS, FRCS Directeur ATLS France.
\n
Est conclu un contrat de formation professionnelle en application de l\'article L6353-3 du Code du Travail.
\n
Article 1 : Objet, nature, et durée de la formation Le bénéciaire entend faire participer une partie de son personnel à l\'action de formation suivante organisée par l\'organisme de formation
\n
Env Dev Part
\nFormation : Ma Révolution Quantique
Durée : 120.0 heure (s)
Lieu de formation : Bertrange
Dates de formation : 11/02/2025 25/02/2025
Nom formateur :
\n
Article 2 : Programme de la formation La description detaillée du programme (méthodes pédagogiques, évaluation) est fourni au client
\n
Article 3 : Engagement de participation à la formation Le bénéciaire s\'engage à assurer la présence du / des stagiaire/s aux dates et lieux prévus ci-dessus.
\n
Article 4 : Prix de la formation La formation est réglée en totalité par le client Coût pédagogique par stagiaire : 1500.0 €
\n
Article 5 : Modalités de réglement orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article 6 : Moyes pédagogiques et techniques mises en oeuvre orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article x : Litiges orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
\n
Paris , 06/02/2025
\n
\n\n\n\n
\nPour l\'organisme de formation prenom nonn \n
\n \n\nPour le client : Nom & Prénom du Signataire
\n
\n \n \n \n
\n
\n
\n
\n Env Dev Part Téléphone : 07 69 20 39 45 Email : mysytraining+dev@gmail.com Site : https://colasrail.com/
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Convention_43598_38476.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None]
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\nLOGO \n
CONVENTION INDIVIDUELLE DE FORMATION PROFESSIONNELLE - PDF
\n
\n
\n
N° de déclaration d\'activité : NDA-001254
\n
\n
\n
\n\n
Est conclue la convention suivante entre
\n
L\'Organisme de formation Env Dev Part ci-après nommé l\'Organisme de formation Situé : Déclation d\'activité : NDA-001254 Représenté par : [PDG] Signataire dûment habilité aux fins des présentes : prenom nonn Contact : Téléphone :
\n
Et
\n
Et le bénéciaire : part 3 part nom3_client (Ci-aprés nommé le client) Situé : adresse02 code_postal02 ville02
\n
\n\n
PRÉAMBULE EZUS Lyon Env Dev Part filiale de Valorisation de l\'Université Claude Bernard Lyon I, s\'est vue confier la gestion des activités industrielles et commerciales des centres et services de l\'UCBL, ainsi que les actions de formation continue par la convention cadre signée le 23 janvier 2008.
\n
A cet effet, la société Env Dev Part fait appel au : Docteur Eric J. VOIGLIO, MD, PhD, FACS, FRCS Directeur ATLS France.
\n
Est conclu un contrat de formation professionnelle en application de l\'article L6353-3 du Code du Travail.
\n
Article 1 : Objet, nature, et durée de la formation Le bénéciaire entend faire participer une partie de son personnel à l\'action de formation suivante organisée par l\'organisme de formation
\n
Env Dev Part
\nFormation : Ma Révolution Quantique
Durée : 120.0 heure (s)
Lieu de formation : Bertrange
Dates de formation : 11/02/2025 25/02/2025
Nom formateur :
\n
Article 2 : Programme de la formation La description detaillée du programme (méthodes pédagogiques, évaluation) est fourni au client
\n
Article 3 : Engagement de participation à la formation Le bénéciaire s\'engage à assurer la présence du / des stagiaire/s aux dates et lieux prévus ci-dessus.
\n
Article 4 : Prix de la formation La formation est réglée en totalité par le client Coût pédagogique par stagiaire : 1500.0 €
\n
Article 5 : Modalités de réglement orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article 6 : Moyes pédagogiques et techniques mises en oeuvre orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article x : Litiges orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
\n
Paris , 06/02/2025
\n
\n\n\n\n
\nPour l\'organisme de formation prenom nonn \n
\n \n\nPour le client : Nom & Prénom du Signataire
\n
\n \n \n \n
\n
\n
\n
\n Env Dev Part Téléphone : 07 69 20 39 45 Email : mysytraining+dev@gmail.com Site : https://colasrail.com/
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Convention_43598_67714.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None]
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\nLOGO \n
CONVENTION INDIVIDUELLE DE FORMATION PROFESSIONNELLE - PDF
\n
\n
\n
N° de déclaration d\'activité : NDA-001254
\n
\n
\n
\n\n
Est conclue la convention suivante entre
\n
L\'Organisme de formation Env Dev Part ci-après nommé l\'Organisme de formation Situé : Déclation d\'activité : NDA-001254 Représenté par : [PDG] Signataire dûment habilité aux fins des présentes : prenom nonn Contact : Téléphone :
\n
Et
\n
Et le bénéciaire : part 4 part nom4_client (Ci-aprés nommé le client) Situé : adresse03 code_postal03 ville03
\n
\n\n
PRÉAMBULE EZUS Lyon Env Dev Part filiale de Valorisation de l\'Université Claude Bernard Lyon I, s\'est vue confier la gestion des activités industrielles et commerciales des centres et services de l\'UCBL, ainsi que les actions de formation continue par la convention cadre signée le 23 janvier 2008.
\n
A cet effet, la société Env Dev Part fait appel au : Docteur Eric J. VOIGLIO, MD, PhD, FACS, FRCS Directeur ATLS France.
\n
Est conclu un contrat de formation professionnelle en application de l\'article L6353-3 du Code du Travail.
\n
Article 1 : Objet, nature, et durée de la formation Le bénéciaire entend faire participer une partie de son personnel à l\'action de formation suivante organisée par l\'organisme de formation
\n
Env Dev Part
\nFormation : Ma Révolution Quantique
Durée : 120.0 heure (s)
Lieu de formation : Bertrange
Dates de formation : 11/02/2025 25/02/2025
Nom formateur :
\n
Article 2 : Programme de la formation La description detaillée du programme (méthodes pédagogiques, évaluation) est fourni au client
\n
Article 3 : Engagement de participation à la formation Le bénéciaire s\'engage à assurer la présence du / des stagiaire/s aux dates et lieux prévus ci-dessus.
\n
Article 4 : Prix de la formation La formation est réglée en totalité par le client Coût pédagogique par stagiaire : 1500.0 €
\n
Article 5 : Modalités de réglement orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article 6 : Moyes pédagogiques et techniques mises en oeuvre orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article x : Litiges orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
\n
Paris , 06/02/2025
\n
\n\n\n\n
\nPour l\'organisme de formation prenom nonn \n
\n \n\nPour le client : Nom & Prénom du Signataire
\n
\n \n \n \n
\n
\n
\n
\n Env Dev Part Téléphone : 07 69 20 39 45 Email : mysytraining+dev@gmail.com Site : https://colasrail.com/
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Convention_43598_70646.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None]
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\nLOGO \n
CONVENTION INDIVIDUELLE DE FORMATION PROFESSIONNELLE - PDF
\n
\n
\n
N° de déclaration d\'activité : NDA-001254
\n
\n
\n
\n\n
Est conclue la convention suivante entre
\n
L\'Organisme de formation Env Dev Part ci-après nommé l\'Organisme de formation Situé : Déclation d\'activité : NDA-001254 Représenté par : [PDG] Signataire dûment habilité aux fins des présentes : prenom nonn Contact : Téléphone :
\n
Et
\n
Et le bénéciaire : part 5 part nom5_client (Ci-aprés nommé le client) Situé : adresse04 code_postal04 ville04
\n
\n\n
PRÉAMBULE EZUS Lyon Env Dev Part filiale de Valorisation de l\'Université Claude Bernard Lyon I, s\'est vue confier la gestion des activités industrielles et commerciales des centres et services de l\'UCBL, ainsi que les actions de formation continue par la convention cadre signée le 23 janvier 2008.
\n
A cet effet, la société Env Dev Part fait appel au : Docteur Eric J. VOIGLIO, MD, PhD, FACS, FRCS Directeur ATLS France.
\n
Est conclu un contrat de formation professionnelle en application de l\'article L6353-3 du Code du Travail.
\n
Article 1 : Objet, nature, et durée de la formation Le bénéciaire entend faire participer une partie de son personnel à l\'action de formation suivante organisée par l\'organisme de formation
\n
Env Dev Part
\nFormation : Ma Révolution Quantique
Durée : 120.0 heure (s)
Lieu de formation : Bertrange
Dates de formation : 11/02/2025 25/02/2025
Nom formateur :
\n
Article 2 : Programme de la formation La description detaillée du programme (méthodes pédagogiques, évaluation) est fourni au client
\n
Article 3 : Engagement de participation à la formation Le bénéciaire s\'engage à assurer la présence du / des stagiaire/s aux dates et lieux prévus ci-dessus.
\n
Article 4 : Prix de la formation La formation est réglée en totalité par le client Coût pédagogique par stagiaire : 1500.0 €
\n
Article 5 : Modalités de réglement orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article 6 : Moyes pédagogiques et techniques mises en oeuvre orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
Article x : Litiges orem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\n
\n
Paris , 06/02/2025
\n
\n\n\n\n
\nPour l\'organisme de formation prenom nonn \n
\n \n\nPour le client : Nom & Prénom du Signataire
\n
\n \n \n \n
\n
\n
\n
\n Env Dev Part Téléphone : 07 69 20 39 45 Email : mysytraining+dev@gmail.com Site : https://colasrail.com/
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Convention_43598_09524.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None]
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:44] "GET /myclass/api/Prepare_and_Send_Convention_From_Session_By_PDF/SgdWc62YMRZzhtJICs7yz99YdLpM7fVhyQ/679e1f8486671de6de2b0cf5/65f05a36c544f77525a30631 HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:44.581393 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:44] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:48.104020 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:25:48.108904 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:53.260507 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:53] "POST /myclass/api/Get_List_Formulaire_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:58.103830 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:58] "POST /myclass/api/Init_Survey_Tab_For_All_Session_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:25:58.282332 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:25:58] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:09.264240 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:12] "POST /myclass/api/Send_Survey_TabIds/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:12.556039 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:12] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:21.266620 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:21.273375 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:21.278502 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:21.287832 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:21.292245 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:21.309417 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:21.325025 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:21.341351 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:21] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:30.505522 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:32.954350 : CreateTableauEmargement_From_Sequence - INFO : 0 Documents supprimés de la collection : emargement : session = 679e1f8486671de6de2b0cf5
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:33] "POST /myclass/api/CreateTableauEmargement_From_Sequence/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:33.229196 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:33] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:26:46.454331 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:26:46.461919 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:46] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:26:46] "GET /myclass/api/Create_Emargement_QR_Code_From_Inscription/SgdWc62YMRZzhtJICs7yz99YdLpM7fVhyQ/679e1f8486671de6de2b0cf5/67a4f0c8072ce10fbf5e00eb,67a4f0c9072ce10fbf5e0118 HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:27:08.883749 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:27:08.889263 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:27:08] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:27:09] "POST /myclass/api/Create_Emargement_Send_Email_From_Inscription/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:27:09.835059 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:27:09] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:11.862379 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:11] "POST /myclass/api/Check_Emargement_QR_Code_From_Inscription_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:23.689682 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:23] "POST /myclass/api/Update_Emargement_QR_Code_From_Inscription_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:32.419674 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:32] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:42.580040 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:42.584635 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:42] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:42] "POST /myclass/api/Get_Attestion_By_Session/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:45.309183 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:45.316175 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:45.322099 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:45.326088 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:45.338938 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:45.353797 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:45.362203 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:45.373020 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:45] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:48.856367 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:48.866893 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:48.869888 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:48.876036 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:48.883205 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:48.890882 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:48.901250 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:48.909256 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:48.915813 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:28:48.924429 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:48] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:52.875292 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:52] "POST /myclass/api/Get_List_Formulaire_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:56.460533 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:56] "POST /myclass/api/Init_Survey_Tab_For_All_Session_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:28:56.745988 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:28:56] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:07.531633 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:08] "POST /myclass/api/Send_Survey_TabIds/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:08.500257 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:08.504065 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:08.511749 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:08] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:08] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:08] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:17.301083 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:17] "POST /myclass/api/Get_List_Formulaire_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:20.894245 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:20] "POST /myclass/api/Init_Survey_Tab_For_All_Session_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:21.186241 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:21] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:43.865913 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:43.869055 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:43] "POST /myclass/api/Get_Given_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:43] "POST /myclass/api/Get_Given_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:44.249371 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:44.251794 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:44.258056 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:44.262572 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:44.269269 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:44.274694 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:33:44.321774 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:33:44.325858 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:33:44] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:34:07.720664 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:07] "POST /myclass/api/Record_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:34:12.291421 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:12] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:34:17.309768 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:17] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:34:28.591859 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '\n
\n
\n
\n
\n
\n
\n
\n
Organisme de Formation \n
\n
\n Institut de formation : Env Dev Part \n Numero NDA : NDA-001254\n
\n\n\n
\n Formation : Ma Révolution Quantique \n Session : BONDU01_Fev \n Date session : 11/02/2025 au\n 25/02/2025\n
\n
\n\n
\n
Stagiaire \n
\n
\n Nom & Prénom : part nom2 \n part 2 \n Date évaluation : 2025-02-06 18:34\n
\n
\n\n
\n
Evaluation \n
\n
\n \n \n\n\n Question N° 1: Grâce à cette formation, je me sens nettement plus compétent(e) \n Réponse N° 1: Pas du tout \n\n \n\n\n Question N° 2: Les objectifs de la formation ont été atteints \n Réponse N° 2: Insuffisamment \n\n \n\n\n Question N° 3: Votre avis sur cette formation \n Réponse N° 3: sdf \n\n \n\n\n Question N° 4: Note de la formation \n Réponse N° 4: 4 \n\n \n\n\n Question N° 5: Recommanderiez-vous cette formation \n Réponse N° 5: oui \n\n \n
\n
\n
\n
\n
\n
Date édition : 06/02/2025
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Evaluation_BONDU01_Fev_part nom2_359.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:28] "GET /myclass/api/Export_To_Excel_Survey_with_filter_Tab_Survey_Id/SgdWc62YMRZzhtJICs7yz99YdLpM7fVhyQ/67a4f1581be8f94e652457cb HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:34:54.733427 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:34:54.737133 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:34:54.742436 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:34:54.749254 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:34:54.753265 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:54] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:34:54.761382 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:34:54.773621 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:34:54.782783 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:54] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:54] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:54] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:55] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:55] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:55] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:34:55] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:02.803912 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:02.810318 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:02.818321 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:02.828227 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:02.838711 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:02.845150 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:02.854489 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:02.855971 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:02.869694 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:02.873407 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:02] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:10.649338 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:10] "POST /myclass/api/Get_List_Formulaire_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:15.643272 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:15] "POST /myclass/api/Init_Survey_Tab_For_All_Session_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:15.963592 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:15] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:27.862241 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:28] "POST /myclass/api/Send_Survey_TabIds/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:28.746885 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:28.764046 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:28.771841 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:28] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:28] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:28] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:39.850297 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:39.859292 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:39.861471 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:39.868637 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:39] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:39.876091 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:39.882457 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:39.888931 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:35:39.894051 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:39] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:39] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:39] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:40] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:40] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:40] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:40] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:35:48.749614 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:35:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:07.651547 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:07] "POST /myclass/api/Get_List_Convocations_Stagiaire_With_Filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:10.583708 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\nLOGO \n
CONVOCATION À UNE ACTION DE FORMATION - PDF
\n
\n
\n
A l\'attention de : part 2 part nom2 Situé : adresse01 code_postal01 ville01 pays01
\n
\n
\n
\n\n
\n
L\'Organisme de formation Env Dev Part ci-après nommé l\'Organisme de formation Situé : Déclation d\'activité : NDA-001254 Représenté par : [PDG] Signataire dûment habilité aux fins des présentes : prenom nonn Contact : Téléphone :
\n
\n
à le plaisir de vous convier à la formation ci-dessous : Formation : Ma Révolution QuantiqueDurée : 120.0 heure (s)Lieu de formation : BertrangeDates de formation : 11/02/2025 25/02/2025Nom formateur :
\n
Vous êtes invités à vous présenter …….. minutes avant l\'horaire prévu.
\n
Cette formation se deroule aux dates suivantes :
\n
Au plaisir de vous retrouver prochainement,
\n
Paris , 06/02/2025
\n
\n
Env Dev Part Téléphone : 07 69 20 39 45 Email : mysytraining+dev@gmail.com Site : https://colasrail.com/
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Convocation_43598_54317.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\nLOGO \n
CONVOCATION À UNE ACTION DE FORMATION - PDF
\n
\n
\n
A l\'attention de : part 3 part nom3_client Situé : adresse02 code_postal02 ville02 pays02
\n
\n
\n
\n\n
\n
L\'Organisme de formation Env Dev Part ci-après nommé l\'Organisme de formation Situé : Déclation d\'activité : NDA-001254 Représenté par : [PDG] Signataire dûment habilité aux fins des présentes : prenom nonn Contact : Téléphone :
\n
\n
à le plaisir de vous convier à la formation ci-dessous : Formation : Ma Révolution QuantiqueDurée : 120.0 heure (s)Lieu de formation : BertrangeDates de formation : 11/02/2025 25/02/2025Nom formateur :
\n
Vous êtes invités à vous présenter …….. minutes avant l\'horaire prévu.
\n
Cette formation se deroule aux dates suivantes :
\n
Au plaisir de vous retrouver prochainement,
\n
Paris , 06/02/2025
\n
\n
Env Dev Part Téléphone : 07 69 20 39 45 Email : mysytraining+dev@gmail.com Site : https://colasrail.com/
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Convocation_43598_73144.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:10] "GET /myclass/api/Prepare_and_Send_Convocation_From_Session_For_Selected_Inscrit_By_PDF/SgdWc62YMRZzhtJICs7yz99YdLpM7fVhyQ/679e1f8486671de6de2b0cf5/6601cbefe3300c89ee4ba12e/679e1f9828cc7119c068ddc7,679e1f9a28cc7119c068de05 HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:11.308386 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:11] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:36.689418 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n Facture n° Invoice_635
\npart nom2 adresse01 code_postal01 - adresse01 pays01
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : :
\nDate échéance : 06/02/2025
\n
\n06/02/2025 18:36:36
'
+ dest = <_io.BufferedRandom name='./temp_direct/Partner_Invoice_Invoice_635.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n Facture n° Invoice_635
\npart nom2 adresse01 code_postal01 - adresse01 pays01
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : :
\nDate échéance : 06/02/2025
\n
\n06/02/2025 18:36:36
'
+ dest = <_io.BufferedRandom name='./temp_direct/Invoice_Signe_06_02_2025_06.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR0AAAEdAQMAAAALpCE4AAAABlBMVEUAAIv///+fga7nAAADNUlEQVR42u1aQY6jQBArlkMfeUJ+Ah9DGqR8jPyEJ+TIAaXWdoFG2svOaeWswgER6EPRuG2XO5F/P/b4DPoMeutBz4jocrm1R+a2T3nPXOMLD58znuBq/xU/OP7xIBaOIh/P+bbHcN/ag+VOufDZfNNT28LnwGSj5nXAJ5hQaXuxZp6icy8ceNk7VJ+vIbd85HFrr+F4g8KJcVa645ZAk8CLe+GF8UI2pv0ASoaDL3OYY5ysgsXJdfnHyZtVzmPLlVDpBG/SoU7iTN8Zb2tR38wr3COj4yv02z4OvoWDS2Ikg3BJQoAyebUJ6GFdeGajVLaz0iOymJBvNBkvzqKR5UZWuYnHSYIb0J7kRGOM97As5D/xePcMvYeYBmg353FOO2AR1NA+dcK6XChFxjNOWIBBWpkTvAJWqIAO0Ize7nBHfVqIdIdB7enlWtJ7cZ78hxmPwotQIvmUMzdmFZjZIEogn2Vd6HLJjqIWZ8nnxFIqiQ24Q5I5Dvy09ir3bS94c8aJ7Fa4p7cdvU2Wek5JJXk8ROuY+54/jQuHXp7yKbQD46uYECrkzeNgb+CZUGGl7IDULI+4lME1ZhWAOti6ZVa7WTzOBWvN4/cUZ4vC5VCKxymkbbVWzg0z3rMDAp4h+WLvUvuKLGw7IGIcUAFovhdsRRbN2h3OUJw4hX4XMVJ7GLPIxDhDhUuy+h75xOo5RebWuYqcYBmWkEVUpqU+VEJqLECUSuHlSibYeJ4YslZO0bUSIMYTJEF8BfFkerduEd+5CkPPrBWqhsgZKiXvylWUD9GhgNsZ3j6su/ytFEfRVRTGl3pqrZyp/Oqeml2FK9U+6J6zyao9IHL2FeyLDtmCmvM43etwBftnuMKmv4KKtIaKunxlzVlbb0sluN5+fIny3uMVwWnG1epbKyfDQsrOtbEpu5V5UaR3PEFOrHz88uNFKOZ+PBSp1O6m8iulzl11Rea7bpLP8uOHeLykqFnvAc1nuHztc542oHu687gKR4s8FaMrkeO+FTNQ6w5ortYyRdzysZMyCnZF1lDRzvLXGSCuTMqj/PgRzX9n+WsrHidAat+KahpvsLP8+UPSZ9D/Oeg3H4Z+ukan1tMAAAAASUVORK5CYII=', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 821
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 821
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n Facture n° Invoice_636
\npart nom3_client adresse02 code_postal02 - adresse02 pays02
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : :
\nDate échéance : 06/02/2025
\n
\n06/02/2025 18:36:37
'
+ dest = <_io.BufferedRandom name='./temp_direct/Partner_Invoice_Invoice_636.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n Facture n° Invoice_636
\npart nom3_client adresse02 code_postal02 - adresse02 pays02
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : :
\nDate échéance : 06/02/2025
\n
\n06/02/2025 18:36:37
'
+ dest = <_io.BufferedRandom name='./temp_direct/Invoice_Signe_06_02_2025_71.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR0AAAEdAQMAAAALpCE4AAAABlBMVEUAAIv///+fga7nAAADPUlEQVR42u1aMY6jQBBsH8GEPGF+Yj5mCSQ+hn8yT3BIgOirqh68umgvOvWeTIAMJijG1VXVPTb//tjt89DnoR/90MvMbr6YP93bPvnqZRtXfPl64Bubff9lf3H844cIfHZ/CuS4toJPdZ9wwvWj6tu0wB9Wnlhn30b8BNNr8HISM092yw4ccMGXtfk5egNpjlrO8fgBwLniRLrjFk7guE2eHbg4PhDpYvsNcPkKfJkjOcepKqhG1eWfp9yqEgfovZEqXPGyAS6Kc+6amXfFhbSI7RvvgfIUxqHt9zEvcF8qMVfqOOSQLsRPVBWzzMBRfsDsUhUiZUm6SLM2mxIXJ0mNZTeqCgUFcCGCWHbQB/cyU8W+HGenvgD9IqXBF5lXHMDPcHujh6JMKeuoy4VWlFpVsOJEr3ACvqBCD71Ms3tmHV8ZZpfKQqQIyo+khEdNXZykBasRmdCI1Kozj4s0vmVecYkgtQQSTnUMVaEwMrok5jhoAc12EsS54qT3Qt/HZfKsUnocdOVxmv/sauJyFydjNxlBq9xVl0YPnfRT5C7OQm5EIzGpJKWEcKHcOq7GGOgp5tEBsaUAS+BHZ+ouvykdFtKb5i8dh3Mqq6Rvls1k+eqFRBW1+iW1ji9WtOwaT6ADisCiDijuJTYgMvv9yYLjPErudBhaEnGQIUu1ur+JntiA5PHe8/jQNEVEV6RQnno8oVMUJyOi0EfcOlNzvKoDAi2sayITgDMspqYKFYT2qZEtxxMxeIsQk3mSxbGhes6Yq4yafC5WekOUOdaymV+b5irX2g9wU063np47q2iGEsHQlGiPGjqe2TlBEM6vGLJcI9tqHf0a9pnZgOA47Wuwr2ROjufW8YB7DYSu4Qp1fNAoMbOqqOVBNfZmWVlFwlhyUyXMRvNOmKayrbqJ3oLmtXw651KvjU36JacVd11ktny/NmM5H79dW1b583hwY+67m/R9KY16odytG3fd1B1HHpf39Pl4Sb0HFD1nl8N3wdrt+ilyA39EHgd6bo7Dj3hZU0+yri1xwH3ENpayCurysNzbhdpZpu2o1be57xROfKP8O8tzC028x17+UmP0nH9n+fOHpM9D/+lDvwGRmYR4iRTOpQAAAABJRU5ErkJggg==', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 829
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 829
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:38] "POST /myclass/api/Invoice_Inscrption_With_Split_Session_By_Inscription_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:38.487135 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:38] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:52.510474 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:52.515129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:52.524149 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:52.528208 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:52.534753 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:52.542268 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:52.550631 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:52] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:52.558134 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:52] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:52] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:52] "POST /myclass/api/Get_Given_SessionFormation_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:53] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:53] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:53] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:53] "POST /myclass/api/Audit_Session_Action_Inscrit/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:57.104313 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:57.193762 : Add_Contact - Il existe déjà un contact qui porte le même email principal = mysy1000formation+01@gmail.com
+INFO:root:2025-02-06 18:36:57.196928 : Prepare_and_Send_Facture_From_Session_By_Inscription_Id_SAVE_ORIG WARNING : Impossible de créer le contact - Vous avez déjà un contact qui a le même email principal
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n Facture n° Invoice_637
\npart nom4_client adresse03 code_postal03 - adresse03 pays03
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : 21J : Conditions de paiement : 21 jours
\nDate échéance : 27/02/2025
\n
\n06/02/2025 18:36:57
'
+ dest = <_io.BufferedRandom name='./temp_direct/Partner_Invoice_Invoice_637.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n Facture n° Invoice_637
\npart nom4_client adresse03 code_postal03 - adresse03 pays03
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : 21J : Conditions de paiement : 21 jours
\nDate échéance : 27/02/2025
\n
\n06/02/2025 18:36:57
'
+ dest = <_io.BufferedRandom name='./temp_direct/Invoice_Signe_06_02_2025_85.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR0AAAEdAQMAAAALpCE4AAAABlBMVEUAAIv///+fga7nAAADMklEQVR42u1aMY6kQBArjoCQJ/RP4GNIIPEx5if9hAkJEHVlV7PBJbfRyXsaAjQwBKam2mW7x/zvx2mfhz4P/eiH3mbW+V795V7PmZ/eax38vcQ3tvr5y75x/OOHAHz1QLqU08a9Di/AncatxHdL4beywBcbXqjzMcZPMKPYNzDjZJ068Hdfs1/u8SrRNFcZ8EkfuG9GzGfcYtO4za4OnD1uJZBudnYBF6+Al7nEexysEosT6/KPkzar5LHZcKBVUPHhsN7PKTAnZ+pWPJAurdsP3AOjA309p9GFK15ZWMOSjAGUmJ0tb8rA0cpBHmRCII1+CULB4vRqs/TiLOhxwN1AKAEX7xGc6Ci7csUx3rPisTjxHve4kWkMqkV5ceZ4n7FMY4Y6TycEC8suDDzwXQ096JA9nk0zKfM4yCPo0KivMEND0baKay9OskrAvc2yX0InxjzCpR/KejyampKkI6NH2e0RWZAuLt0qXaDP05ysgrkP9NIO6ItQUPE74OYPMGF8Si9OVpf6aq/B430lycTL9LhUVodhjKEOOYBAIzBxFcbTpHkcRgcHbVA6oNRXuHdru3xEETCZ8RavNGx9dHtgluZxKkHgm5sXQoPE7ImhBEuhbZZJ5ownOPLB6OySvCc8OY0OKGqf3U6V26XmklaHbO+Ug50zxOpR+z2Np/DkTJPZ9HifKaKRzKV5/GLcZrk45zQ/e6WJ81u7xzEgob2paBFKwPxAnku3SmPCgsiWU4gkyMC5qRZdkZUMkrnKCMEC9M0QubIep8GnCsdlReocxW5hv+7iZDROBoEwRH41M+c3RlyrdpLFHndv4TLtA3rclUVW4GMC9AT7XqnMhycaEh5AhYV99Hg2SKXIOmfpHvcssT9mmXocuW2R1uMY+Sh75p0tqFhrNr/05ER8Ag/RdKIZ9RUdkElbN2JuaUruSHCrdpLX45a5Su5uYu5zHnEjSDuCw66bUw5uuQcEHscoghmVzscto85nn/Mr3TL7ATvLTY8PSLL8yLlvRTrJSuCIgWDrU+W2dMu0twu5s8wSr5Wqyh6lZYP+zvLj96eHImOtxoLV31n+/CHp89B/+tBv79J4W4cNpGEAAAAASUVORK5CYII=', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 818
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 818
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n Facture n° Invoice_638
\npart nom5_client adresse04 code_postal04 - adresse04 pays04
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : :
\nDate échéance : 06/02/2025
\n
\n06/02/2025 18:36:57
'
+ dest = <_io.BufferedRandom name='./temp_direct/Partner_Invoice_Invoice_638.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n Facture n° Invoice_638
\npart nom5_client adresse04 code_postal04 - adresse04 pays04
\n
\n
\n
\n
\n
\nVous n\'avez pas de réduction sur cette facture.
\n
\nRappel Commande n° Code_Session_BONDU01_Fev
\n \n\n\nDescription \nQty \nPrix Unit. \nMontant \n \n\n \n \n\nMa Révolution Quantique \n1 \n1500.0 \n1500.0 \n \n\n \n \n \n
\n
\n
\n\n\n\n \nTotaux \n \n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n € \n \n\n \nTaxe \n285.0 € \n \n\n \nTotal \n1785.0 € \n \n \n
\n
\nCondition de règlement : :
\nDate échéance : 06/02/2025
\n
\n06/02/2025 18:36:57
'
+ dest = <_io.BufferedRandom name='./temp_direct/Invoice_Signe_06_02_2025_81.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR0AAAEdAQMAAAALpCE4AAAABlBMVEUAAIv///+fga7nAAADL0lEQVR42u1aMY7jMAykz4VLP0E/iT9mwAHyMfsnekJKFUZ4M0PlcrvNXbXgLuLCCSwXFDOcGVIx//fV7P3S+6Vv/dLdzAb3Oh24tQU3P/xWsbBixTZvv+w/ri9+iYFv7sd9xCbmG6LnPi7zWfCxFq2mDXw1JPtq0z7jJ1juY50ejJk3G7IHjlsbCJAHkg2onGXit/yBI1LF3PCoEDRui2cPvGMckV6Z9thC30xqjJNV7mshXj7dcrNKvyqKE1BhxieRzAUxB2fmzfi0G7hEaN/xDBg/41m7zJ65OJVxY0lSgJwC5JP7SUbPG7ifL1aR9oQASY9syVycRAkuskqPHiRYgXY9S5zxq0nopTiNxI3or2IaA09umQMXgwAWxi1s3lllvhIvmVkFAimNlzkBXlChpyHtKNhLZndoZZIKoRDlDmkMNzIhJD91cTJSgBoZtyK8AD6kQyz4njnjAAixoW4izImcOStU1JK2OG9UHAYpp8WMixNpU3J3QGMVhat1Q8xCyUYNhbdNXZyjA8pW1Eg0sre8irEXakNu5SReagjQon2ICYnxzDwOlPBLUeMZHRBbCqCEamqplZOgJrxlDHtdPtV0y+0OwYltefZCzjJFxtEG7bk7oC42xDPE38LRMuMxskjcc5qNvXN4/QrshabU7hAZfyjFtIO0W9qH9Khl5nE2P0e4cPnxsQbGrbcUmVlF0UvtZRE7xqGhYprE7pADIVajFRG3MK6Fllvyq5jQjz6eKB/oJvXsUJakz1VmzcfdxeOW2tbShT/nKi92pDuMLST24/hcySAADWKuf/H4nhvj6namIwYpz+Ey/binNlnoHJhd64N9r6/WLTePI8XBhOHHAyCcvsngpsZ4pNijddPRG4+E6A6T+3HXZOISkt+nzuqK0ivnLr2MI4jogEpfz9y68YJDifn4EBOW3uCn9+O0sHG6Sd2XT1RXlHsEt8VA6IMfp0VkxlOfAemA9kmHfwrWhvgpsp8smwWFq9XXuRV5PPckS4FrnLVy4Cx/BYzv82m5jwt1srwy41uVq9IZEP+EYFP+k+Wee82vNKgw9W/f4GT5/Yek90s/86XfHm9s1opqnokAAAAASUVORK5CYII=', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 815
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 815
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:58] "POST /myclass/api/Invoice_Inscrption_With_Split_Session_By_Inscription_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:36:58.398316 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:36:58.402355 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:36:58] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.518853 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.527851 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.539849 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.543871 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.568921 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.573915 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:root:2025-02-06 18:37:09.576365 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.590537 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.736321 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.740642 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.745125 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.751348 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.764215 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.777843 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.780912 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.787852 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.794216 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.805689 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.815073 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.827646 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.832165 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.843082 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.851583 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.858704 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.868252 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.883336 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.895014 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.898005 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.907311 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.916603 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:09.932613 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:09.940726 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:09] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:16.917635 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:16.920628 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:16] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:16.935206 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:16.939325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:16] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:17] "POST /myclass/api/Get_List_Partner_Invoice_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:17] "POST /myclass/api/Get_List_Partner_Invoice_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:19.019185 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:37:19.021267 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:19] "POST /myclass/api/Get_Given_Partner_Invoice/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:19] "POST /myclass/api/Get_Given_Partner_Invoice_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:23.914963 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:23] "GET /myclass/api/GerneratePDF_Partner_Invoice/SgdWc62YMRZzhtJICs7yz99YdLpM7fVhyQ/67a4f3391be8f94e652457ec HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:37:42.781981 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:37:43] "POST /myclass/api/Send_Partner_Invoice_By_Email/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:41:58.010280 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:41:58] "POST /myclass/api/Get_Given_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:41:58.018276 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:41:58] "POST /myclass/api/Get_Given_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:42:15.307077 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:42:15.311357 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/Get_Given_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/Get_Given_Survey_Data_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:42:15.532324 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:42:15.535597 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:42:15.541277 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:42:15.546927 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:42:15.552178 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:42:15.558039 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:42:15.741401 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:42:15.745829 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:42:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:43:21.726483 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:43:21.731482 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:43:21] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:43:22] "POST /myclass/api/Create_Emargement_Send_Email_From_Inscription/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:43:22.682454 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:43:22] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:43:50.307094 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:43:50] "POST /myclass/api/Check_Emargement_QR_Code_From_Inscription_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:09.237019 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:09.252075 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:09] "POST /myclass/api/get_all_published_articles_avis/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:09] "POST /myclass/api/get_all_published_articles_avis/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.381639 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.385639 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.388072 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.396072 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.402462 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.408000 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.413001 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.426129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.434280 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.437283 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.893186 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.896428 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.901736 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.908294 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.914888 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.920270 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.926735 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.930732 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.936481 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.942232 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.945554 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.950557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.960296 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:29.965298 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.973556 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.979215 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.987559 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.994103 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:29.999675 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.007640 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.012922 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.017114 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.020621 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.026663 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.034195 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.037749 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.043915 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.046024 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.049753 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.055143 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.058841 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.069704 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.073961 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.079179 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.082836 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.090065 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.096697 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.099185 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.103362 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.110259 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.116066 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.120982 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.127977 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.132084 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.137598 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.145245 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.149209 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.153989 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.161248 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.167256 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.169249 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.175809 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.184678 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.189093 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.196035 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.203162 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.206888 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:30.212112 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.221454 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:30.225007 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:30] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:36.130027 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:36.133823 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:36] "POST /myclass/api/get_all_published_articles_avis/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:36] "POST /myclass/api/get_all_published_articles_avis/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:46.514698 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:44:46.517701 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:46] "POST /myclass/api/get_articles_avis/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:46.526242 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:46] "POST /myclass/api/get_last_3_articles/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:44:46.532240 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:46] "POST /myclass/api/get_articles_avis/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:44:46] "POST /myclass/api/get_last_3_articles/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:45:36.977168 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:45:36.980337 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-06 18:45:36.985340 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:45:37] "POST /myclass/api/get_last_3_articles/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:45:37] "POST /myclass/api/get_articles_avis/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:45:37] "POST /myclass/api/get_articles_avis/ HTTP/1.1" 200 -
+INFO:root:2025-02-06 18:45:37.013576 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [06/Feb/2025 18:45:37] "POST /myclass/api/get_last_3_articles/ HTTP/1.1" 200 -
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 09:16:42.207942 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 09:16:42.209173 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 09:16:42.209173 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 09:16:42.209173 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 09:16:42.209173 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 09:16:54.658717 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 09:16:54.658717 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 09:16:54.659700 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 09:16:54.659700 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 09:16:54.659700 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-07 09:22:06.078197 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.208176 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.210179 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.214780 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.218776 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.226535 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.233602 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.239277 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.253961 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.262644 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.278454 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.330226 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.337369 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.346796 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.353271 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.363354 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.383499 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.402421 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.409328 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:06.417348 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:06.433396 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:11] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:11] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:11] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:11] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:18.193435 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:21] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.884967 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.887410 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.891170 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.896272 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.903756 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.910027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.918116 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.920128 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.934838 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.935843 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.944486 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.953953 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.963778 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.969808 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.977312 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:27.982399 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:27.993821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:27] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.002053 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.010167 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:28.018480 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.027486 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.033617 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.043466 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.051237 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:22:28.339125 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:28.342119 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:28.347120 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:22:28.351129 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:22:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:39:51.570251 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:39:54] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:40:17.018656 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:17] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:40:23.768604 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:40:23.775900 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:40:23.782300 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:40:23.793203 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:40:23.797270 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 09:40:23.805522 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:40:23.939365 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 09:40:24.042675 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 09:40:24] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:26.790733 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.203036 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.209450 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.218416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.223729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.235097 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.245733 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.268769 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.274395 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.288073 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.302199 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.307849 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.317164 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.349926 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.359272 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.362729 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.386818 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.396049 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.410784 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.419891 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.435339 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.450331 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.463328 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:41.478981 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:41.488134 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:41] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:42.070678 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:42.080140 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:42.088314 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:42.093314 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:42] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:42] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:42] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:42] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.419644 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.424642 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.434771 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.449050 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.458042 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.469045 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.478274 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.489330 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.498331 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.512755 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.524184 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.539087 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.550130 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.560930 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.567358 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.577946 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.587742 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.594322 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.603122 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.610837 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.622312 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.641767 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:07:44.656188 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:07:44.667830 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:44] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:46] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:46] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:48] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:07:48] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\E_Sign_Document.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 10:27:17.734903 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 10:27:17.736399 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 10:27:17.737401 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 10:27:17.737401 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 10:27:17.737401 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-07 10:38:34.854542 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:35] "[35m[1mPOST /myclass/api/Create_Automatic_Quotation/ HTTP/1.1[0m" 500 -
+INFO:root:2025-02-07 10:38:48.535076 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.574904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.587220 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.594820 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.599821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.617670 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.763831 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.767835 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.815828 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.820817 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.827796 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.830231 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.874799 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.898908 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.938847 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:48] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:48.982693 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:48.988085 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:49.001226 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.012472 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.032051 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 10:38:49.040312 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.062239 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.096360 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.150919 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.209456 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.292616 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.383763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 10:38:49.421194 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:49] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:50] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:50] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 10:38:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 10:55:06.364091 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 10:55:06.365102 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 10:55:06.365102 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 10:55:06.365102 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 10:55:06.365102 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 10:56:28.274135 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 10:56:28.274135 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 10:56:28.274135 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 10:56:28.274135 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 10:56:28.274135 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:10:24.571379 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:10:24.572377 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:10:24.572377 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:10:24.572377 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:10:24.572377 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:16:10.363246 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:16:10.363246 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:16:10.363246 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:16:10.363246 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:16:10.363246 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:21:49.490402 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:21:49.490402 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:21:49.490402 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:21:49.490402 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:21:49.491404 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:32:52.677655 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:32:52.677655 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:32:52.678664 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:32:52.678664 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:32:52.678664 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:34:26.101749 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:34:26.102751 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:34:26.102751 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:34:26.102751 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:34:26.102751 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:36:34.115459 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:36:34.115459 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:36:34.115459 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:36:34.115459 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:36:34.115459 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:37:01.644502 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:37:01.644502 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:37:01.644502 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:37:01.644502 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:37:01.644502 : ++ LMS_BAS_URL mysy-hosting.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\\partner_order.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 11:38:30.078740 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 11:38:30.079740 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 11:38:30.079740 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 11:38:30.079740 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 11:38:30.079740 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-07 12:15:16.999117 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.013117 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:16.989115 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.022114 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.038117 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.268781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.275781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.289788 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.346789 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.602469 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.618460 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.632467 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.649463 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.719007 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.736012 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.764557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.794576 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:17.808580 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.852596 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:17.908121 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:17] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:18] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:19.401670 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:15:19.418663 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:19] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:19] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:20] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:20] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:22.579015 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:22] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:24.813193 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:25] "POST /myclass/api/Add_Partner_Quotation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:15:25.841824 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:26] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:27] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:15:27] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:38.022482 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:38.033376 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:38] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:38] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.771157 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.777694 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.783003 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.786314 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.811240 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.817262 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.829913 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.838882 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.850224 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.859227 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.868146 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.875748 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.883429 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.892427 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.905435 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.910437 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.916967 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.923466 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.934193 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.954288 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.964012 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.971010 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:28:41.978414 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:41] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:28:41.996386 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:42] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:42] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:43] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:43] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:45] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:28:45] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:03.011526 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:03.016693 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:03.023690 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:03.032104 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:03.038089 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:03.049797 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:03.058824 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:03.072620 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:03] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:05.542213 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:05.545703 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:05] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:05] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:08.807642 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:08.810698 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:08.813861 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:08.818569 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:08.826173 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:08.833442 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:08.840948 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:08.847194 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:08] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:09.768098 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:09] "POST /myclass/api/Get_Given_CRM_Opportunite/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:13.769064 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:13] "POST /myclass/api/Update_CRM_Opportunite/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:13.964206 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:13.967889 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:13] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:13] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:15.730653 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:17] "POST /myclass/api/Update_CRM_Opportunite/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:17.860683 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:17.866495 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:17.869854 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:17] "POST /myclass/api/Get_CRM_List_Opportunite_Etape/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:17] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:17] "POST /myclass/api/Get_List_CRM_Opportunite_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.748370 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.752458 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.758553 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.764623 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.770611 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.775776 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.787019 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.795174 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.802715 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.814339 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.824068 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.834569 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.843439 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.854966 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.859256 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.874062 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.889101 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.900502 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:24.921438 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:24.931113 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:24] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:25] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:25] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:26] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:26] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:26.662825 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:26.672040 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:26] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:26] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:29.695896 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:30] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:34.761033 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:34] "POST /myclass/api/get_Class_From_Internal_Url/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:40.526954 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:40] "POST /myclass/api/Add_Update_Partner_Order_Line/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:40.814870 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:40.818871 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:40] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:40] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:44.226988 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:44] "POST /myclass/api/Confirm_Partner_Order_Header_And_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:44.594538 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:44.599943 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:29:44.604967 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:44] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:44] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:29:49.506370 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n devis n° Devis_145
\npart nom5_client adresse04 code_postal04 ville04
\n
\n
\ndevis n° Devis_145 Date devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/devis_43598_66696.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n Devis n° Devis_145
\npart nom5_client adresse04 code_postal04 ville04
\n
\n
\nDevis n° Devis_145 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_43598_07_02_2025_52.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYwAAAB9CAMAAAHxWZTmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZUExURQAAAAAAAAAAAH9/f35+fvGCFQAAAPCDFX9/f/GDFfCCFH9/f/GCFfGCFPCBFvGDFe+DE/GCFe9/F/GCFQAAAAAAAPGCFH9/fwAAAH19ffCCFPGDFQAAAO+EFQAAAH9/fwAAAPKCFvCCFe+DF/KFEwAAAPCDFQAAAAAAAPGCFQAAAPCDFfGCFPGDFQAAAAAAAH5+fgAAAPKBFcnz200AAAAzdFJOUwDLuIjRv+6x/6V/amDPaONA8iDJdiJiolhDx5mWMC/oSlDXISjcjDz/vYVIcf9nqLkTO+P5O+gAAAAJcEhZcwAAFxEAABcRAcom8z8AABANSURBVHhe7V0NY5s4FiSxm2XX22u7Ter42ou73cuaza0T+/7/j7uZ9x4gQAKETWp6TBKQ0NcbjSSELZRkLLzhYS/OvpDYkq4vLHJcMYK3e8DcSZaZowSDBeLRK4UTKfj3tMuQMssecMAPguTXogBv35qDkCTZDudrJnKTlCmqjO6Rf54ky54kkcRHijLNeye5iyYpQOPuB6jzPq8NwfqAwyFNk2S7giNJVnASC/zl0SIKGJDE4r6XY09okphCELtCfCSwgAFNP8YujRtTiKYQ/lZQlt2pwwEbo/wWcNv9kYnwKwe2SRwV++S/epIscqfAYooTvzdysYgmcJyI/iVPYcVIUlqVfKZDfPE1FupZHljM/ZuyrpJtKn1jA5ddAbSbrOUo6N9+Ld+IBp9bpadekLhxfUpgnnNCMwbMPwLKrEcrxM14pEKsaRteoZDy9vPGLU27XTc0jR1xKvMoC3HvcG4hRRG46+7Y5Y9JdsurV9rt5fYKaLspj04W4iWcIiqFZNdylNykDLnEbPMyEly/yxno0R0CLX+iUsbenRBcZw9J8iVLHt0ynrOvCHrOjvBfg1uRu2QFz++WX1kYh6nSUynCC1rfC04RlUIqRWw5ESihvpQjHsa+EDAkKipFSCE+LA/pdp0etmmSbtJkuU4470iWW5Sz4YAqvynLUxdPW8xEUimnnuf+d3OcE9VCRimiWshIRbiFjFbEjwO53Qvswggosh6vjHLsq4znZ4WT8VhluMaPRaSS7auU0TmgD0JlzsBbi8GunAdObvu3BZFqGfJo0Am17TOPn8Vj1xFSEnHugxX5+QDRfG5pADkDnzUljm4hdnZpOFfJQk4vQoaUrvArDvo5XaDnpVHGR6eMnIh7O3eJlPWU3SfZF/qfbUICj5bBUK0e1hUKo+dnSSSgl3BpsMQcVgY/b5AZj5ovR8ldeSBFhcd+/00cNTg04CkKfEF6gHmGyhBnQw9xEMqBeF8R2nGz5sVWzVNyN68TVpQBfGLyd3kWpfiV6VW1O97LTDF7whzOKeNGp49fwOMBkjfKKPJ2s3WJONf9YEn94LThCpEKDS8iyrCzwCHSSaM/XBpKxNBJY415KKaBnDASnJ86D9+YpvIDK0HN3L33Ibh4kj9sbOaLaec6RSaYla6XLOZwQKR1ul3As1in6TY5LCxdlUZwvisTWJaVYsorvlSMxuw3RYY6B17gEvyYByNom6IMTdWzjNNQr6tRptSVQkahUSMy1rTdKWQkGhUi4z0aFIWMRoOF5JgfPwpYjZT4pwVMCo3hel+ZhU4EnpvOBHl4b52T4xGYAEyMR3AaMykeQRYMms549aY+gSrAkPIDH8PFEgvxMBbmM7Q1tDs81F4/m+dEWKUB9kAkwPPRx484f/hJvhGsws/Dy6KFhzzyEeY/DWo2UaNhLlCxmCV8PAIsQjy4HsCcxNNjhgd/YofzF/HcXWdXO15C1ONV9qi6Wbqdnu4fs6t7OsRkA2iYCwABnv7iA2sdTXuDLAI8qiwe4CXg5HoKF/LdcQ6E61FpgC7Bj3W0xtWAXA0hhrNzqgEW1xFi4edh1hS4RXXzU5O8mi1cLuVx5WweiXYLj2rYSkPwEz09EGTBrBrjVW6agOYIImnkKeFob1QffE1KlpbUwQSBzuwliNKlIr8WpqFltdK4yrIn8aCd2bUX/CEBelBH3/i72cXBovHE0sYjIJMu+gGOyVEdNzTNT0NB+80ncZ/Uzeqo0TBAAhzlIs5/iMPgY9HGo6Wx9QQsNdf54GcR5nE6izFohFiEeJyBxQgIsyh41GGhcah+Ea2QT8Tq8EXsRBsL49ETSx4OsGyRrtJlst2myWrDD/to7CGFdXCt+XX2GtfTrfjlU79Fukj4JXgeEUGMxfyQES4jcI3rB1zb0pMsFmsJyNHOIoqHFMty1qhlseWwIQ37iPVgdQ8fPKDJIJprH2VqkEREhRgNRkEIDYd/hZ/tZoUYi4XzyWuS/Lbf/8OcAQxtQ24p4wNqtK60GszildHOYyos2nlMh0UbjymxCPOYFosQj6mx8POYHgvh0YSFzfgOwMS1BguYFsx2B4EH2ItG4yniMh8rutD8OHqKcnjqfopy+L4bmJ4c3pqfnhz+L2qmJkeg3qcmR+hbs2nJEaz1ackR/gpzSnK01PmU5PhBaLQ0HTY3myiWsLCLQ7DOGYC/Gi62u4RMUzGq/f+C21nANBPDfDna5Hh+zLKXHqvje8CkBz66niT5Rb7e//iLxXPhN80nRpscxfeW5j8JajVRo1F8gdYk4jXNL0aIs666F5xFDrMVCNGofvMn8JnmFyMoxw4EZAnCedaMwExzAa4HNPhV8k/7/Tu94MBjWkgMP2f5Pu/BnMBXaHPNVzMZkNxdZVfwPOXf3YPwM8JVNmOP9DgeXxCH38920ahGyNE0LSRGQI47NSMHfIQ60fGBGznm34EL5H17l4Z9Jw3vMBoN08Ji+DhL/5YVKwY1J7sqnQXcS9fiKWnoVaMhQM8oPXSXjcq32sIiOgiJ4ZcDjchcJdQgHKEAGotxkiPbG9cAiMelQWJsnGaEl4aBvjpgWg1BMZhtQ446jQdcQGOCS401azWaWQ5qIFhT40Z7mBnRQoOePgiJ4ZXji1mjsMUWHTR0cYhL46skolQVO10PaLyLYYHEvhGJ8NCASWw0BrGGULde6kEjOcpAAB5tND4lv3t5kF0d/2ltVE2dzFrBgyzNYbfHMUyj2agIRIELFqiXcD3axTEh+csuFPB+L4CEITm8/Fg6B9Pk5pbVzHuCLMoJ07AxGn0IR85kIIYNx500eKm+aLKSRCHf3ITk8HcalG4ou4aayaOZntMwUDNzArLCigCvOg1DQeMP8biAyc2lChLLL0eInd3fOGaqOfJmZhsNjq7lMiyEFI5OGjxXZyMSWkeLHMER7Ijh6vFWnDtMP3awUFev8UqVxj0ctqiQC0If7y0a5iu6ILRilDAQlDS4Tu9vcSi8Ylg+PjnCPb83lNJ5IfY2EZQjfDvpjRFoBMQIynEGMcagERAjKMcZxBiBRlCMgBznEGMEBMUo5ajhdDHOjxYxCjlqsMBIeJYQblbmqMATsRutZokcfbHUdXUhONZt+f4w4sryu1WdSx7RuzxOA3W5n4NWMTpI1iAlcH3jNpW3qmFomiySFQ1O0uUh4YvXssxxmyabzZrLJ/mi9IoXF+tlGZEJlQZCNovU1keinvgaNVdR6iLKsgI67IyRQ6XgmklkT1tYnL0bDgu4fjLdyPvoUIPrJBkGM1cMzJdA0m00Un3rGzR5YvhiJYUwX/jz186BDjGi5NAabNAQ+4yGevCHWiUNJhIa4s4jGg34eNWhAUUYVNAo0Gnlr/v9v83ZCZTChpHTSBdckcurDDsc0BC2C7QIGgQT17Ld5VIb1YqWFhH5jr/QgOugNCR0TfJckCs0ZLdMRWejiekcVWgbeyV09432Rnch6JBjuBivjFZDpyJGhxyTEaPV1OmI0SrHhMRoMXZKYrTIMSkxguZOS4ygHBMTI2Dw1MQIyDE5MbwmT08MsdkDC5wQzPAKJifGjLHhb+4VzK3mldBDi7bnjBlnRC8tZjVeBapF6zCkUWY1RkcPLWY1Xgm9tJjVeBX01GJW4xXQW4tZjdERocWsxsiI0mJWY1REajGrMSKitZjVGA0DtJjVGAm/SbV27FvWxK+S7F/mm3EmDGrkeXfScxsiu9z/Owao0V+LeSyLRLQaMVrMakQiUo2qFm3jUGTGM4ioSuuvxUA1+OJlievzvzAzFEKmBnm787N5XMgO1fUA378CaCCi0mK0GKDGsaIEkb+A9f0hXGqIEwPw7d1QQ+9Ki9MiWg3b/jy7vufLl7vnxwvSQsUo92QvoXVuHhcaIC9JfvpT3iP2Z1BDz0qL1SJSDdtjwNlJ4ZIgTAaKIVA5zNOGXpUWr0WUGvr6q75CWoe9qSt41H0uAG7lcXPM+1OWXT3wLVTDi7zlDIjvOX/P1va7EIi3uCsxN31dNUm+ltHz3ilEThHj56q3BT0qbYgWEWro68WBcelZAgtYBWr1BWG6ms/Bje0mIx6PGHz9vIRtsyE8ThDjjw/0Nf8Ljg9aaZ2I1aK/GnrvDs2erm53bNC7W22yWpsmxiOq6+FF3fAckzvbiUirUd23GP2Ouydr8VqM4wRKMdQUZJQ8PD/m2zoIDQdy8ya0zksUgjliFPeMPhMqoJca8Vr0VkNrwDwtkHj2PrybRJtzPoRJpfO/utSrXKNxx4UuMW6L4UwgLBz0FcNFkaYTPdQYokVfNbQGqhVQ4l7v7jlk34SqGNWqldw0VuV6vn+X+EsXUeam+5MQj8+FQUJiwDBV4Fuf20UMhn3M2+tTXq0k/65a7v1bcIIYmqhVDLjPewP/Ji7nH5W3oPkuuhd8Qb3nmFNBz96k1MtaK6E1c30vYTJfGrdnCI73eRPQMU1IDL2B/ynOD83t4RroqYXughCvRt+RTSujMp96uJK7tlzPx4sTxdB/VefcM4q5tE6RzWPQmbIkFhZDxbC5VPcTeG8thqnRV4u8njDzfCL7B25HI7NQrXPunIfZjfYSrcwIMR75UH/cfbHhR2dj2vSZ8V1xT5KAe7NhpzHkMVRoDBZD9oYDvpkvANGixxYZEi9ejf5aAOXzW4FH9IjySa6AzJoixKggn61WnycUnut6HxMeYTGqEAWqYiSfxNtaFX21GKhGlBbAXaXi+QRBOB8gXh/16ZA1NEiMPE9BuZHVza3uVceru7I4XJeIZxAjv4+H/1Nlfy0GqRGrxRiQOs1FumTEaDFAjUvQYjJixGkRrcZFaDEVMWK1iFTjMrSYiBjxWkSpcSFaTEOMIVo01OjC99diEhimRaQasxa9MFSLKDUitVinKf+T8CAcvAnXsskZsJTN9Nxoq7S+X2AN9RxpXZ5dBw5ltE3q7AQXwHAtHDXOC+5YOBwBMbYHbkyH0K2z4duqV0kNMfoJEY9TtBhLjaK6uHPiEnW4Rds9cJc/tmp6Vmhlq3QD3VAv3BVTscalBbsUE6HKNoyigI/Zrpd6gghML2JskOECHj3LXoLNHMUm60K5GLRmeUA65qIpmXGC+NKekA2jbmEEo8rehXkksb6G07QYSQ0QNNh4wJqQemMblWqBoxAD8jCMjiJIsGI9kT3AWkkXoh3rRbAuxUAWgFWiJ0d1VMWQ0QoRmT7vzoUT/ZDJGFWsgVvEkEgCZljBqVqMpMaWbA9r7QhWf6UYICzDPEI3NnSjwcsJcbjJZbLFn4GbqQJWK9CPmeVDuQjKypQWDZgYzRyZYilVrXkB+U3AFYP/TF/MhgmMhai0dVMRw7mRuDi9Kk+XMxbSRn9InKrG62vxA4txohrfQYsfGqeoMWtxbgxXY9bi/BiqxqzFGBimxqzFOBiixqzFWIhXY9ZiPMSqMWsxJuLUmLUYFzFqzFqMjf5qzFqMj75qzFq8BqSW+2HWYnT0VmPW4hXQU43TtEiS/wHFpgfrbJaH1AAAAABJRU5ErkJggg==', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:root:2025-02-07 12:29:52.865701 : Create_E_Document L'adresse email n'est pas valide
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:29:52] "POST /myclass/api/Send_Partner_Order_By_Email/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:31:56.899259 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:56.990804 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:56.996809 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:57.136355 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:57.412987 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:57.528522 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:31:57.743624 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:57.746624 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:57.753623 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:31:57.806168 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:57] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:31:58] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:00] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:08.604869 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:08.614862 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:08.637126 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:08.666903 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:08.672895 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:08.739432 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:08.755437 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:08.850984 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:08.921002 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:08.959013 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:09.744736 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:09.750749 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:09.899959 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:09] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:09] "POST /myclass/api/Get_Client_Type_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:09.929967 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:09] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:09.951964 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:09.973993 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:09.987516 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:09] "POST /myclass/api/Get_List_Type_Organisme_Financement/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:10.003517 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_Type_Pouvoir_Public/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:10.045522 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_Client_Type_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:10.050519 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:10.092094 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:10.122093 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_Type_Organisme_Financement/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:10.137098 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:10.148095 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_Type_Pouvoir_Public/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:10] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:32.842838 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:32] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:34.940045 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:34] "POST /myclass/api/Update_Partner_Quotation_Header/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:35.789435 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:35.800953 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:32:35.819952 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:35] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:35] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:36] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:43.427566 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n devis n° Devis_145
\nClient FACT
\n
\n
\ndevis n° Devis_145 Date devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/devis_43598_99198.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n Devis n° Devis_145
\nClient FACT
\n
\n
\nDevis n° Devis_145 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_43598_07_02_2025_73.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:46] "POST /myclass/api/Send_Partner_Order_By_Email/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:32:46.044253 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:32:46] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:34:07.855070 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:34:09] "POST /myclass/api/Get_Given_E_Document_Not_Signed_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:35:28.270857 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n \n\n\n\n Devis n° Devis_145
\nClient FACT
\n
\n
\nDevis n° Devis_145 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
\t Signature Client
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_Signe_07_02_2025_78.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAD1AQMAAACyfyEmAAAABlBMVEUAAIv///+fga7nAAACWklEQVR42u1ZMY6rUBAzS0HJEbgJuRhSkLhYuEmOQPkKlPn2DFlttd3quwgFSvKakcf2eF4Qvz4Nn/PP+d+eHwC62IKveLZ5jBhe48kfcY/2hd+fvz5XffeI/VimpoKGPbYnbvyaBxb1Lciq2u24szSCKPwmdE71sbRBIA5x9Kp0MauPqEWihnGdhocVfsU/DA/0/BQnko4+/JN+1dr958tHv/VspQpRL9t9+Y8HftlazOMWwwVnX07ogV9KQ6iReo/y5xU0QZf+PlsXK4YXaNLpf2o3a7bBDzP6J5u8gPWdE0FcJx/8ONA6+bP0UfyjdIVpuPhzm9naSPzArrK1qyp1wU/+3Gv0amqElHL0VLIJfiFXkSA4hENOTREj223SX0ljDKWqnG/r1HL0GvGP+K14m8y9/M+Hf3woDUYXDpHyvyvOuOAnV9403wRi5QMevFzywTtQURUhOkZZM1zmh2YFX5XqCSI3EfFvt8nPU+xFQig1o5KCmGiCH5J/mepTH5TGFk7+l6mqKSRkHCz/M8rPlV/U1QSRSQZG/Mv9CFPmPzExN2G124R/51RDTiLhfpkgGuVT3Rrk1it/0fyt/SM1bdLfnLopiNoqZ5HQZX7kap6B4J3/aDIZF2z6q8CMyn8pDS//W1BXf7dMBZLGdScYPvcHVSQ3Ja1Gw+ObiTb3L7jyX3fUpjnBh39K9cx/qQrk/UGF6DC6nwSu/MdK2xVinOrL+yHdvwCX9d2s7nc5el/KfyViOOGX+SAJd2q1XKo+m/u1t36Z/0TC8Xtdd/K/z/9Xn/P/cf4PMMXE/v4mBAoAAAAASUVORK5CYII=', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 602
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:xhtml2pdf:FileObject '', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='c', netloc='', path='\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__', params='', query='', fragment=''), 'c')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Unrecognized scheme, assuming local file path
+WARNING:xhtml2pdf:Need a valid file name!
+' '
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 602
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:35:31] "POST /myclass/api/Create_E_Signature_For_E_Document/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\E_Sign_Document.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 12:41:32.822221 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 12:41:32.822221 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 12:41:32.822221 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 12:41:32.822221 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 12:41:32.822221 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-07 12:41:32.973656 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:32.982653 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:32.988655 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:32.995652 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.011663 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.026660 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.046684 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.063222 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.082215 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.113221 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.126219 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.150778 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.160772 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.170778 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.191773 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.201772 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.216779 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.225778 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.236791 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.256321 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:41:33.269328 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.295327 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.320325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:33.343338 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:33] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:36] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:36] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:54.851075 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n devis n° Devis_145
\nClient FACT
\n
\n
\ndevis n° Devis_145 Date devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/devis_43598_34425.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n Devis n° Devis_145
\nClient FACT
\n
\n
\nDevis n° Devis_145 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n3 \n1997 \n5991.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n5991.0 € \n \n\n \nTaxe \n1198.2 € \n \n\n \nTotal \n7189.2 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_43598_07_02_2025_08.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:56] "POST /myclass/api/Send_Partner_Order_By_Email/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:41:56.398992 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:41:56] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:08.203837 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:42:08.207833 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:08] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:08] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:13.263696 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:13] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:19.067617 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:19] "POST /myclass/api/Add_Partner_Quotation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:19.622491 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:19] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:22.546330 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:42:22.550325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:22] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:22] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:24.916625 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:26] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:29.266470 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:29] "POST /myclass/api/get_Class_From_Internal_Url/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:36.615921 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:36] "POST /myclass/api/Add_Update_Partner_Order_Line/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:37.276121 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:42:37.280457 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:37] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:37] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:40.549719 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:40] "POST /myclass/api/Confirm_Partner_Order_Header_And_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:41.178388 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:42:41.183565 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:42:41.188883 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:41] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:41] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:45.342453 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n devis n° Devis_146
\nClient FACT
\n
\n
\ndevis n° Devis_146 Date devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n4 \n1997 \n7988.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n7988.0 € \n \n\n \nTaxe \n1597.6 € \n \n\n \nTotal \n9585.6 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/devis_43598_15444.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAYwAAAB9CAMAAAHxWZTmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZUExURQAAAAAAAAAAAH9/f35+fvGCFQAAAPCDFX9/f/GDFfCCFH9/f/GCFfGCFPCBFvGDFe+DE/GCFe9/F/GCFQAAAAAAAPGCFH9/fwAAAH19ffCCFPGDFQAAAO+EFQAAAH9/fwAAAPKCFvCCFe+DF/KFEwAAAPCDFQAAAAAAAPGCFQAAAPCDFfGCFPGDFQAAAAAAAH5+fgAAAPKBFcnz200AAAAzdFJOUwDLuIjRv+6x/6V/amDPaONA8iDJdiJiolhDx5mWMC/oSlDXISjcjDz/vYVIcf9nqLkTO+P5O+gAAAAJcEhZcwAAFxEAABcRAcom8z8AABANSURBVHhe7V0NY5s4FiSxm2XX22u7Ter42ou73cuaza0T+/7/j7uZ9x4gQAKETWp6TBKQ0NcbjSSELZRkLLzhYS/OvpDYkq4vLHJcMYK3e8DcSZaZowSDBeLRK4UTKfj3tMuQMssecMAPguTXogBv35qDkCTZDudrJnKTlCmqjO6Rf54ky54kkcRHijLNeye5iyYpQOPuB6jzPq8NwfqAwyFNk2S7giNJVnASC/zl0SIKGJDE4r6XY09okphCELtCfCSwgAFNP8YujRtTiKYQ/lZQlt2pwwEbo/wWcNv9kYnwKwe2SRwV++S/epIscqfAYooTvzdysYgmcJyI/iVPYcVIUlqVfKZDfPE1FupZHljM/ZuyrpJtKn1jA5ddAbSbrOUo6N9+Ld+IBp9bpadekLhxfUpgnnNCMwbMPwLKrEcrxM14pEKsaRteoZDy9vPGLU27XTc0jR1xKvMoC3HvcG4hRRG46+7Y5Y9JdsurV9rt5fYKaLspj04W4iWcIiqFZNdylNykDLnEbPMyEly/yxno0R0CLX+iUsbenRBcZw9J8iVLHt0ynrOvCHrOjvBfg1uRu2QFz++WX1kYh6nSUynCC1rfC04RlUIqRWw5ESihvpQjHsa+EDAkKipFSCE+LA/pdp0etmmSbtJkuU4470iWW5Sz4YAqvynLUxdPW8xEUimnnuf+d3OcE9VCRimiWshIRbiFjFbEjwO53Qvswggosh6vjHLsq4znZ4WT8VhluMaPRaSS7auU0TmgD0JlzsBbi8GunAdObvu3BZFqGfJo0Am17TOPn8Vj1xFSEnHugxX5+QDRfG5pADkDnzUljm4hdnZpOFfJQk4vQoaUrvArDvo5XaDnpVHGR6eMnIh7O3eJlPWU3SfZF/qfbUICj5bBUK0e1hUKo+dnSSSgl3BpsMQcVgY/b5AZj5ovR8ldeSBFhcd+/00cNTg04CkKfEF6gHmGyhBnQw9xEMqBeF8R2nGz5sVWzVNyN68TVpQBfGLyd3kWpfiV6VW1O97LTDF7whzOKeNGp49fwOMBkjfKKPJ2s3WJONf9YEn94LThCpEKDS8iyrCzwCHSSaM/XBpKxNBJY415KKaBnDASnJ86D9+YpvIDK0HN3L33Ibh4kj9sbOaLaec6RSaYla6XLOZwQKR1ul3As1in6TY5LCxdlUZwvisTWJaVYsorvlSMxuw3RYY6B17gEvyYByNom6IMTdWzjNNQr6tRptSVQkahUSMy1rTdKWQkGhUi4z0aFIWMRoOF5JgfPwpYjZT4pwVMCo3hel+ZhU4EnpvOBHl4b52T4xGYAEyMR3AaMykeQRYMms549aY+gSrAkPIDH8PFEgvxMBbmM7Q1tDs81F4/m+dEWKUB9kAkwPPRx484f/hJvhGsws/Dy6KFhzzyEeY/DWo2UaNhLlCxmCV8PAIsQjy4HsCcxNNjhgd/YofzF/HcXWdXO15C1ONV9qi6Wbqdnu4fs6t7OsRkA2iYCwABnv7iA2sdTXuDLAI8qiwe4CXg5HoKF/LdcQ6E61FpgC7Bj3W0xtWAXA0hhrNzqgEW1xFi4edh1hS4RXXzU5O8mi1cLuVx5WweiXYLj2rYSkPwEz09EGTBrBrjVW6agOYIImnkKeFob1QffE1KlpbUwQSBzuwliNKlIr8WpqFltdK4yrIn8aCd2bUX/CEBelBH3/i72cXBovHE0sYjIJMu+gGOyVEdNzTNT0NB+80ncZ/Uzeqo0TBAAhzlIs5/iMPgY9HGo6Wx9QQsNdf54GcR5nE6izFohFiEeJyBxQgIsyh41GGhcah+Ea2QT8Tq8EXsRBsL49ETSx4OsGyRrtJlst2myWrDD/to7CGFdXCt+XX2GtfTrfjlU79Fukj4JXgeEUGMxfyQES4jcI3rB1zb0pMsFmsJyNHOIoqHFMty1qhlseWwIQ37iPVgdQ8fPKDJIJprH2VqkEREhRgNRkEIDYd/hZ/tZoUYi4XzyWuS/Lbf/8OcAQxtQ24p4wNqtK60GszildHOYyos2nlMh0UbjymxCPOYFosQj6mx8POYHgvh0YSFzfgOwMS1BguYFsx2B4EH2ItG4yniMh8rutD8OHqKcnjqfopy+L4bmJ4c3pqfnhz+L2qmJkeg3qcmR+hbs2nJEaz1ackR/gpzSnK01PmU5PhBaLQ0HTY3myiWsLCLQ7DOGYC/Gi62u4RMUzGq/f+C21nANBPDfDna5Hh+zLKXHqvje8CkBz66niT5Rb7e//iLxXPhN80nRpscxfeW5j8JajVRo1F8gdYk4jXNL0aIs666F5xFDrMVCNGofvMn8JnmFyMoxw4EZAnCedaMwExzAa4HNPhV8k/7/Tu94MBjWkgMP2f5Pu/BnMBXaHPNVzMZkNxdZVfwPOXf3YPwM8JVNmOP9DgeXxCH38920ahGyNE0LSRGQI47NSMHfIQ60fGBGznm34EL5H17l4Z9Jw3vMBoN08Ji+DhL/5YVKwY1J7sqnQXcS9fiKWnoVaMhQM8oPXSXjcq32sIiOgiJ4ZcDjchcJdQgHKEAGotxkiPbG9cAiMelQWJsnGaEl4aBvjpgWg1BMZhtQ446jQdcQGOCS401azWaWQ5qIFhT40Z7mBnRQoOePgiJ4ZXji1mjsMUWHTR0cYhL46skolQVO10PaLyLYYHEvhGJ8NCASWw0BrGGULde6kEjOcpAAB5tND4lv3t5kF0d/2ltVE2dzFrBgyzNYbfHMUyj2agIRIELFqiXcD3axTEh+csuFPB+L4CEITm8/Fg6B9Pk5pbVzHuCLMoJ07AxGn0IR85kIIYNx500eKm+aLKSRCHf3ITk8HcalG4ou4aayaOZntMwUDNzArLCigCvOg1DQeMP8biAyc2lChLLL0eInd3fOGaqOfJmZhsNjq7lMiyEFI5OGjxXZyMSWkeLHMER7Ijh6vFWnDtMP3awUFev8UqVxj0ctqiQC0If7y0a5iu6ILRilDAQlDS4Tu9vcSi8Ylg+PjnCPb83lNJ5IfY2EZQjfDvpjRFoBMQIynEGMcagERAjKMcZxBiBRlCMgBznEGMEBMUo5ajhdDHOjxYxCjlqsMBIeJYQblbmqMATsRutZokcfbHUdXUhONZt+f4w4sryu1WdSx7RuzxOA3W5n4NWMTpI1iAlcH3jNpW3qmFomiySFQ1O0uUh4YvXssxxmyabzZrLJ/mi9IoXF+tlGZEJlQZCNovU1keinvgaNVdR6iLKsgI67IyRQ6XgmklkT1tYnL0bDgu4fjLdyPvoUIPrJBkGM1cMzJdA0m00Un3rGzR5YvhiJYUwX/jz186BDjGi5NAabNAQ+4yGevCHWiUNJhIa4s4jGg34eNWhAUUYVNAo0Gnlr/v9v83ZCZTChpHTSBdckcurDDsc0BC2C7QIGgQT17Ld5VIb1YqWFhH5jr/QgOugNCR0TfJckCs0ZLdMRWejiekcVWgbeyV09432Rnch6JBjuBivjFZDpyJGhxyTEaPV1OmI0SrHhMRoMXZKYrTIMSkxguZOS4ygHBMTI2Dw1MQIyDE5MbwmT08MsdkDC5wQzPAKJifGjLHhb+4VzK3mldBDi7bnjBlnRC8tZjVeBapF6zCkUWY1RkcPLWY1Xgm9tJjVeBX01GJW4xXQW4tZjdERocWsxsiI0mJWY1REajGrMSKitZjVGA0DtJjVGAm/SbV27FvWxK+S7F/mm3EmDGrkeXfScxsiu9z/Owao0V+LeSyLRLQaMVrMakQiUo2qFm3jUGTGM4ioSuuvxUA1+OJlievzvzAzFEKmBnm787N5XMgO1fUA378CaCCi0mK0GKDGsaIEkb+A9f0hXGqIEwPw7d1QQ+9Ki9MiWg3b/jy7vufLl7vnxwvSQsUo92QvoXVuHhcaIC9JfvpT3iP2Z1BDz0qL1SJSDdtjwNlJ4ZIgTAaKIVA5zNOGXpUWr0WUGvr6q75CWoe9qSt41H0uAG7lcXPM+1OWXT3wLVTDi7zlDIjvOX/P1va7EIi3uCsxN31dNUm+ltHz3ilEThHj56q3BT0qbYgWEWro68WBcelZAgtYBWr1BWG6ms/Bje0mIx6PGHz9vIRtsyE8ThDjjw/0Nf8Ljg9aaZ2I1aK/GnrvDs2erm53bNC7W22yWpsmxiOq6+FF3fAckzvbiUirUd23GP2Ouydr8VqM4wRKMdQUZJQ8PD/m2zoIDQdy8ya0zksUgjliFPeMPhMqoJca8Vr0VkNrwDwtkHj2PrybRJtzPoRJpfO/utSrXKNxx4UuMW6L4UwgLBz0FcNFkaYTPdQYokVfNbQGqhVQ4l7v7jlk34SqGNWqldw0VuV6vn+X+EsXUeam+5MQj8+FQUJiwDBV4Fuf20UMhn3M2+tTXq0k/65a7v1bcIIYmqhVDLjPewP/Ji7nH5W3oPkuuhd8Qb3nmFNBz96k1MtaK6E1c30vYTJfGrdnCI73eRPQMU1IDL2B/ynOD83t4RroqYXughCvRt+RTSujMp96uJK7tlzPx4sTxdB/VefcM4q5tE6RzWPQmbIkFhZDxbC5VPcTeG8thqnRV4u8njDzfCL7B25HI7NQrXPunIfZjfYSrcwIMR75UH/cfbHhR2dj2vSZ8V1xT5KAe7NhpzHkMVRoDBZD9oYDvpkvANGixxYZEi9ejf5aAOXzW4FH9IjySa6AzJoixKggn61WnycUnut6HxMeYTGqEAWqYiSfxNtaFX21GKhGlBbAXaXi+QRBOB8gXh/16ZA1NEiMPE9BuZHVza3uVceru7I4XJeIZxAjv4+H/1Nlfy0GqRGrxRiQOs1FumTEaDFAjUvQYjJixGkRrcZFaDEVMWK1iFTjMrSYiBjxWkSpcSFaTEOMIVo01OjC99diEhimRaQasxa9MFSLKDUitVinKf+T8CAcvAnXsskZsJTN9Nxoq7S+X2AN9RxpXZ5dBw5ltE3q7AQXwHAtHDXOC+5YOBwBMbYHbkyH0K2z4duqV0kNMfoJEY9TtBhLjaK6uHPiEnW4Rds9cJc/tmp6Vmhlq3QD3VAv3BVTscalBbsUE6HKNoyigI/Zrpd6gghML2JskOECHj3LXoLNHMUm60K5GLRmeUA65qIpmXGC+NKekA2jbmEEo8rehXkksb6G07QYSQ0QNNh4wJqQemMblWqBoxAD8jCMjiJIsGI9kT3AWkkXoh3rRbAuxUAWgFWiJ0d1VMWQ0QoRmT7vzoUT/ZDJGFWsgVvEkEgCZljBqVqMpMaWbA9r7QhWf6UYICzDPEI3NnSjwcsJcbjJZbLFn4GbqQJWK9CPmeVDuQjKypQWDZgYzRyZYilVrXkB+U3AFYP/TF/MhgmMhai0dVMRw7mRuDi9Kk+XMxbSRn9InKrG62vxA4txohrfQYsfGqeoMWtxbgxXY9bi/BiqxqzFGBimxqzFOBiixqzFWIhXY9ZiPMSqMWsxJuLUmLUYFzFqzFqMjf5qzFqMj75qzFq8BqSW+2HWYnT0VmPW4hXQU43TtEiS/wHFpgfrbJaH1AAAAABJRU5ErkJggg==', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n Devis n° Devis_146
\nClient FACT
\n
\n
\nDevis n° Devis_146 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n4 \n1997 \n7988.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n7988.0 € \n \n\n \nTaxe \n1597.6 € \n \n\n \nTotal \n9585.6 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_43598_07_02_2025_87.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:47] "POST /myclass/api/Send_Partner_Order_By_Email/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:42:47.974230 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:42:47] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:43:27.390690 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:43:27] "POST /myclass/api/Get_Given_E_Document_Not_Signed_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:43:48.142178 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n \n\n\n\n Devis n° Devis_146
\nClient FACT
\n
\n
\nDevis n° Devis_146 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n4 \n1997 \n7988.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n7988.0 € \n \n\n \nTaxe \n1597.6 € \n \n\n \nTotal \n9585.6 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
\t Signature Client
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_Signe_07_02_2025_14.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAD1AQMAAACyfyEmAAAABlBMVEUAAIv///+fga7nAAACWElEQVR42u1ZOW7EMAyk40Kln+Cf2B9bQAb8MfsnfoJLFUGYGVK76dIFmWJdCFmoIUacg4z5r1+z9/37/m/vbzMb/NMaD3zVy9fU/2of9vv31/esr7qfd/wYvZz3eNl6P+a4kKjvYeUElqiqXm2Z/CJ+sw1K9d024wjUxqsRP636fDPPrpu2uRxS+PX+8wP911aQxE+p/iN/UVC87+vQ4W9+n3O8bxuedEn90cCvHAZCLNPelWYgScBkDfw2QofjROtBWpz6vBnlRoW/eNV6eaje6tA/950/Rd63wjC840f+zn4AThn8gBX6L113Lp5OBycZVPhB1cMB/cNLG1412rHI6B9a76B1rF1paHdICir6EtYG6CAtNayXTlKv8jXp1AdBJkl2D7lpYb0q/QfCsv9AiFTqmvqn03/gB70W0WVnPoD+EU4d/RvTf0MEW08Kxp6UyVcR+DyeluWmNNukkw+IX05FC6QPpW0UGRX/AH5mxA+plE9butOp4AfoUB8e2a/gB6ixu4z+gRCpdYtZTEqW+ic0/9pi40tV0IlHVlpV8ulrazBHkW1NTgv574SQdaaqIB8ck1I+fURBiZ9zEo75g56swt9MBWFyC1mx8KVl/CMGyp1Tx0/I30wnP3O0RODzmMqDGmr6F67RYkgKavSdoOvsD55TeSAZIVBnP5ml+c9+MtcJMv3H/RX3kz26cH+Qcu1K+8mcioAaQvSQIUaqPu6HIC2LWZe+VWy/i0Af0TmivRJ+uT+ds+G4/4v6ZPZrT/62JVV599xfnUr69/7/1fv+P+6/ASzGvgruDhEDAAAAAElFTkSuQmCC', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 600
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:xhtml2pdf:FileObject '', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='c', netloc='', path='\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__', params='', query='', fragment=''), 'c')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Unrecognized scheme, assuming local file path
+WARNING:xhtml2pdf:Need a valid file name!
+' '
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 600
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:43:48] "POST /myclass/api/Create_E_Signature_For_E_Document/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\E_Sign_Document.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 12:47:36.655254 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 12:47:36.655254 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 12:47:36.655254 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 12:47:36.656266 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 12:47:36.656266 : ++ LMS_BAS_URL mysy-hosting.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\\E_Sign_Document.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-07 12:48:19.296867 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-07 12:48:19.296867 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-07 12:48:19.296867 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-07 12:48:19.296867 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-07 12:48:19.296867 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-07 12:48:34.687486 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:34] "POST /myclass/api/Delete_Partner_Order_Header_And_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:34.926603 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:34] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:36.967303 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:48:36.970328 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:36] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:36] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:40.925014 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:40] "POST /myclass/api/Get_Given_Partner_Client_From_Id/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:43.422403 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:43] "POST /myclass/api/Add_Partner_Quotation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:43.626661 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:43] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:46.601551 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:48:46.604561 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:46] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:46] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:48.878705 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:49] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:52.397726 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:52] "POST /myclass/api/get_Class_From_Internal_Url/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:58.335288 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:58] "POST /myclass/api/Add_Update_Partner_Order_Line/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:48:58.651436 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:48:58.654041 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:58] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:48:58] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:49:02.464958 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:02] "POST /myclass/api/Confirm_Partner_Order_Header_And_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:49:02.845262 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:49:02.847539 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:49:02.850696 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:02] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:02] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:49:08.159539 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n devis n° Devis_147
\nClient FACT
\n
\n
\ndevis n° Devis_147 Date devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n2 \n1997 \n3994.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n3994.0 € \n \n\n \nTaxe \n798.8 € \n \n\n \nTotal \n4792.8 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/devis_43598_12603.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '
\n
\n
\n
\n \n\n\n\n Devis n° Devis_147
\nClient FACT
\n
\n
\nDevis n° Devis_147 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n2 \n1997 \n3994.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n3994.0 € \n \n\n \nTaxe \n798.8 € \n \n\n \nTotal \n4792.8 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_43598_07_02_2025_53.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:11] "POST /myclass/api/Send_Partner_Order_By_Email/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:49:11.087320 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:11] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:49:39.768164 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:49:40] "POST /myclass/api/Get_Given_E_Document_Not_Signed_No_Token/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:10.623281 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = ' Sécurisé par MySy Training Technology
\n
\n
\n
\n \n\n\n\n Devis n° Devis_147
\nClient FACT
\n
\n
\nDevis n° Devis_147 Date Devis : 07/02/2025
\n Expiration : 08/05/2025
\n
\n
\n \n\n\nDescription \nSession \nQté \nPrix Unit. \nMontant \n \n\n \n \n \n\nMa Révolution Quantique \nBONDU01_Mar \n2 \n1997 \n3994.0 \n \n\n \n \n \n \n
\n
\n
\n
\n
\n
\n\n\n\n \nTotal Remise \n( 0 ) \n \n\n \nTotal HT \n3994.0 € \n \n\n \nTaxe \n798.8 € \n \n\n \nTotal \n4792.8 € \n \n \n
\n
\n \n \n \n
\n
\n
\n
\n
\n
\n
\n
\t Signature Client
'
+ dest = <_io.BufferedRandom name='./temp_direct/Devis_Signe_07_02_2025_04.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAD1AQMAAACyfyEmAAAABlBMVEUAAIv///+fga7nAAACYklEQVR42u1ZMY6EQAwLR0G5T+An8DGkReJj8JN5AuUUaHN2Muiuum51LpYCMTtN5MSOkzX/86n2uf/cv/f+NLPOL6ude6lmTx9ejws/4qt+2d/Pu+8Z39P9wAuhLeNwnH2x+VzGuJCIb7HhIH4zA5oeXojfaJ1SfGfveAVqfanETys+X8dEzR742qXwi/qz0XcQAs9lfkjVH/l7BjV+vXT4m89qyC/0pct03/qjgd+wm402ofRuOEESMFkDv8uCtUStgBpOfV7NZh1+GKXZyd86M0j3reAogt8GQbYg8QKR9gtMRqZ18Atpzq7b6g/ULWzHKvxFaJtD/6gqyCpSC5HW6b8jsNrgCpDagXTJducy+JWfrhH6x05Ck+Aq+PkR+FEJodQMEqmVqT940SlaB1VlT3+KdqJSf6y6HfwANTZP/aNSy+hfulIYqgnH2pwCLl4q/h6t16z3TC3lMKXZHkL1h/hiKqo0CQhttdBsjfyW8HrUZ1LX7nFExV/1JfpHWJcYMj2OMv4A/Q2AjRVJhnU5gyQxburkd07/hybC0Yh2Vaj+EFqqskUn8RKTcKZbIb9rGzJ3NhEDiSnXQv50tYYf/XOHY8wfRFLGH0RodKU5VbKdDDL9Y4mFQVqX8H+QvtVk/Atn8YkFF/5vTqcvpH9n6xpAbQulLvdO0HX2B9z6RZAswqCLzn6y7V/CxMR+cmAnlsEv9leghjXrwnEu5caV9pNp7Wny/TYxSvHFfihNdJO+WWy/C0Nv1Jew9kr4tf1p7v9mzr+MT2a/lvyNrsb5ktIc+6tDSf8+/1997v/j/hvEAr/wZoJjUwAAAABJRU5ErkJggg==', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 610
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col widths: [None, None, None, None, None]
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col 2 has width 20.3259%
+DEBUG:xhtml2pdf:Col 3 has width 20.3259%
+DEBUG:xhtml2pdf:Col widths: [None, None, '20.3259%', '20.3259%']
+DEBUG:xhtml2pdf:Col widths: [None]
+DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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ZqLxRtN2vC5NueRJPDJ/7B/rz2Uxe06uSm0oIpJr8vcpR0zT5Kv3u157O64xvaZyypCcMj62ctb+ZgpIypOc32fFwiMq/7HyVGursu26THV3CYHmBGYmdpM3hieshSAjjFMzLuKV18mTYESw8vu8P1v5n5UfVTnNvwhdxC3COF1/LnfnmlybnPslp2Y1fX76+/TZ6Z65b15H3CJceR9x2zzSMfeISCfnnml+po8tz6haG1E7l0P8DoHTIDBTsZtMHWtJadamHytiMonS2Xq9zufqlB9rfkkRlalmNwllfubvU+0wf89z8j61rLzONVOtcWpeToK5WTvM64hYaoqpVUZ4J2FL+epvNhs9jcB1TwROSmDmYndSc1yPAAIInJsAsRMZCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigACxEwMIINCCALFr4WZGIoAAsRMDCCDQggCxa+FmRiKAALETAwgg0IIAsWvhZkYigMB/AbZit9g+HXpSAAAAAElFTkSuQmCC', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None}
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 3657
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 6
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 59 610
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1
+DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4
+DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153
+DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51
+DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109
+DEBUG:xhtml2pdf:can't concat int to bytes
+Traceback (most recent call last):
+ File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent
+ return list(palette[transparency:transparency + 3])
+TypeError: can't concat int to bytes
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 41 3657
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:11] "POST /myclass/api/Create_E_Signature_For_E_Document/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:42.800653 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:42.804806 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:42.808291 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:42.815043 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:42.821723 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:42.829224 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:42.840853 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:42.858968 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:42.991924 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:42.995995 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:42.999000 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.006000 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.014268 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.024523 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.031527 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.037525 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.051072 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.058385 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.077416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.082878 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.090234 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.113593 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:43.127036 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_Given_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.143408 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Paiement_Condition/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.157411 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.188237 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Partner_Produit_Service/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.219874 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:43.240823 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Partner_Basic_Setup/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:43] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:44] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:45] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:46.264092 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:46.271092 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:46] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:46] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.911209 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.914392 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.920194 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.922489 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.932084 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.936500 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.947383 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.954864 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.959863 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.967645 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.972036 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.978991 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:52.988074 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.993208 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:52] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:52.997418 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:53.003106 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:53.008364 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:53.014846 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:53.026496 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:53.033928 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:53.049186 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:53.051701 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:53.058813 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:53.068806 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:53] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:54] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:54] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:56] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:56] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:58.098006 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:58.101002 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:58.105148 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-07 12:50:58.111456 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:58.120970 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:58.126960 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:root:2025-02-07 12:50:58.134015 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [07/Feb/2025 12:50:58] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 11:08:52.441860 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 11:08:52.441860 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 11:08:52.441860 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 11:08:52.443483 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 11:08:52.443483 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 11:09:10.115974 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 11:09:10.115974 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 11:09:10.115974 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 11:09:10.115974 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 11:09:10.115974 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-08 11:34:05.008647 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.150196 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.153488 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.157554 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.162553 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.163551 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.170123 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.199328 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.213048 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.214046 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.221073 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.271512 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.276742 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.282856 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.290068 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.310765 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.323874 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.334842 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.344752 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:05.355944 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:05.367730 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:05] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:10] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:10] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:10] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:10] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:27.588448 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.258882 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.262036 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.266436 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.270419 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.279547 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.286043 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.292771 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.298596 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.307952 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.312951 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.318949 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.325947 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.335753 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.337760 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.344757 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.355456 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.366457 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.371984 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.378069 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.384234 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.392089 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.402333 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.408377 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.417383 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:37.823075 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.826559 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.830980 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:37.834970 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:37] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.272862 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.275864 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.280012 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.286763 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.291077 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.299408 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.304824 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.313512 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.314502 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.327011 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.335006 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.339083 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.347084 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.356832 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.362822 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.371680 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.381070 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.388102 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.390522 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.397961 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.411314 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:46.416324 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.424476 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:34:46.434467 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:46] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:47] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:47] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:49.358144 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:49] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:34:52.865278 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:34:52] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:36:57.208314 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:36:57.291056 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:36:57.295665 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:36:57.301760 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:36:57.305982 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:36:57.310395 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:36:57.318800 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:36:57.326721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:36:57.341533 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:36:57.347962 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:36:57.359960 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:36:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:00] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:00] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:01] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.354789 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.359193 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.362505 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.371071 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.375564 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.384449 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.385450 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.398099 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.491019 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.494619 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.499132 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.502209 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.507802 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.516634 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.527541 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.531423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.535468 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.543624 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.548732 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.553734 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.561260 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.583928 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.595720 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.598325 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.603049 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.623282 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.632392 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.640559 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.645896 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.665186 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:11.672648 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:11] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:11.695122 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:12] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:12] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:15.202916 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:15] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:20.035984 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:20.039244 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:20.043943 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:20.046964 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 11:37:20.051967 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:20.061063 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:37:20.069650 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:37:20] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:39:58.495973 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:39:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 11:40:04.619114 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 11:40:05] "POST /myclass/api/LMS_Credential_Sending_mail/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.431590 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.437001 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.442209 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.449028 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.456005 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.462040 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.466080 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.479190 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.480205 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.497001 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.505013 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.510163 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.515163 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.520682 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.530684 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.541686 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.547685 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.563359 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.570514 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.576579 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.583817 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.594257 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:35:10.600949 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 12:35:10.614709 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:10] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:35:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:37:12.220708 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:37:12] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 12:37:12.963829 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 12:37:12] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.598747 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.604744 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.612743 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.617745 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.623746 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.632746 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.635746 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.653223 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.660935 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.668087 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.675882 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.681160 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.688989 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.698955 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.700948 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.713185 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.883792 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.888147 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.891971 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.901110 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.904965 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.913388 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.922428 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.929022 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.934758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.944085 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.949576 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:25.956642 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.966192 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.977410 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.983921 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:25.993454 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:25] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.001451 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.010627 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:26.018372 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.034712 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.043713 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.051134 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.071893 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:26.083478 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.258505 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:26.267749 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.358358 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:12:26.372211 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.438135 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.465111 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.481325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.508300 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.548370 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.603513 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.661640 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:26] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:26.701807 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.255433 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.291432 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.317821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.349500 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.386567 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.416858 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.453559 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.826567 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.866302 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.933063 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:27.980899 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:27] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:12:28.011428 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:28] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:28] "POST /myclass/api/GetAllValideSessionPartner_List_filter_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:12:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:13:46.528737 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:46.752513 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:46.755921 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:46.803867 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:46.815337 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:46.825486 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:46] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:46] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:46] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:46] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:46] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:46] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:13:48.721415 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:48.728156 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:48] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:48] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:13:59.576536 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:59.816709 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:59.848826 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:59.854207 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:59.875871 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:59] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:13:59.943119 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:59] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:13:59.950120 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:13:59] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:13:59.954304 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:13:59.959945 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:00.038715 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:00] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:00] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:00.048024 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:00] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:00] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:00] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:03] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:10.887679 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:13] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.672560 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.674575 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.679824 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.683188 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.689945 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.696197 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.703501 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.706504 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.713505 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.724055 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.732036 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.738211 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.742494 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.751303 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.755722 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.763119 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.769673 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.776680 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.784926 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.792986 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.799943 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.807714 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:21.812229 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:21.825703 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:21] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:22.583399 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:22.587363 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:22.592373 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:22.597379 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:22] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:22] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:22] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:22] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:25.463594 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:25] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:36.149761 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:36] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:37.643710 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:37] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:43.843487 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:43.847578 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:43.849842 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:43.865444 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:43] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:43.874410 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:43.878434 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:43] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:43] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:43] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:43] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 13:14:45.470669 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 13:14:45.472577 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:45] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 13:14:45] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:09:51.759702 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:09:51.767700 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:09:51.779714 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:09:51.786003 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:09:51.799053 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:09:51.801054 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:09:51.811053 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:09:51.817535 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:09:51] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:12:09.678545 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:12:09.686543 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:12:09] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:12:09.708568 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:12:09.715082 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:12:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:12:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:12:09] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:14:35.756892 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:14:35.773437 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:14:35.786436 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:14:35.847439 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:14:35.864896 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:14:35.913431 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:35] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:14:36.012988 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:14:36.048430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:14:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:17:48.570698 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:17:48.588694 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:17:48] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:17:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:18:01.176317 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:18:01.195328 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:18:01.206317 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:18:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:18:01.230647 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:18:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:18:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:18:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:20:51.881879 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:20:51.904896 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:20:51] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:20:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:16.987918 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.010911 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.024946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.066475 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.093478 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.160047 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.212043 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.232597 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.438712 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.464709 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.508707 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.533259 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.595258 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.617272 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.644807 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.681808 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.816389 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.828387 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:21:17.870926 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:21:17.890922 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:21:17] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:23:12.398815 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:23:12.406387 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:23:12.412606 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:23:12.444979 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:23:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:23:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:23:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:23:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:25:13.524991 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:25:13.530750 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:25:13.534420 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:25:13.540917 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:25:13] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:25:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:25:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:25:13] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:33:12.190070 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:33:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.760586 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.774580 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.787049 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.798196 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.806988 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.819483 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.837771 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.854177 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.865459 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.891036 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.899216 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.913644 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.930282 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.940221 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.951422 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:32.958495 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:32.974470 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:33.050711 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:33.069418 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:33.082565 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:33.679692 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:33.689164 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:33.697910 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:33.714791 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:33.769502 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:33.780030 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:33.788085 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:33.797777 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:34.079120 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:34.090257 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:34] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:39:34.098487 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:39:34.108248 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:34] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:34] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:39:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:18.853183 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:18.862293 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:18.864641 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:18.870394 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:18.873402 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:18.889650 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:18.899668 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:18.903667 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:19.088032 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.092031 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.097026 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:19.105044 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:19.160747 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.164101 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.169116 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:19.176541 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:19.465040 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.469055 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.472057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:19.477064 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:19] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.403156 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.407150 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.413367 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.419365 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.422364 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.430361 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.432367 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.446053 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.533343 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.537372 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.541371 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.546428 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.569423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.571439 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.577123 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.582507 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:41:50.637367 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.640811 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.646827 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:41:50.652127 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:41:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.588183 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.592511 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.597758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.606890 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.607919 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.614747 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.630708 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.638371 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.781311 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.785727 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.788183 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.795188 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.817286 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.820750 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.824171 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.828336 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.971814 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.974880 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:44:30.981865 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:44:30.987857 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:44:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:10.875741 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:10.879097 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:10.885904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:10.890377 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:10.898292 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:10.906953 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:10.908299 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:10.920490 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:11.001558 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:11.008295 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:11.013295 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:11.018375 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:11.039685 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:11.041816 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:11.047135 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:11.054004 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:11.113657 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:11.118115 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:46:11.123817 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:46:11.131942 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:46:11] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:51:37.429186 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:51:37.433178 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:51:37.473935 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:51:37.524039 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:51:37.535736 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:51:37.564710 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:51:37.565863 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:51:37.619119 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:51:37] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:30.991673 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:30.997297 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:31.003301 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.010129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.017467 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.024082 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.025077 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:31.045984 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:31.179706 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.182718 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.189562 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.195639 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:31.219019 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.223031 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.230396 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:31.236414 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:52:31.314082 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.318079 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.323332 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:52:31.329697 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:52:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:54:13.194754 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:54:13.202394 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:54:13] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:54:13.207664 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:54:13.213303 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:54:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:54:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:54:13] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:57:50.798077 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:57:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 14:57:59.336345 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 14:57:59.342721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:57:59] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 14:57:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.766466 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.772506 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.777232 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.782056 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.792010 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.801186 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.816298 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.823139 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.831362 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.838389 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.848533 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.872805 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.878636 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.883093 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.888870 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.927903 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.946943 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:08.954112 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.969635 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.976276 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.988258 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:08] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:08.999339 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:09.008406 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:09] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:09.038263 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:09] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:09] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:12] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:12] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:18.862537 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:18.869824 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:18.875904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:18.880369 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:18.899652 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:18.903699 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:18.908704 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:18.914088 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:31.814686 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:31.822068 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:31.831929 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:31.842327 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:31.887692 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:31.891362 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:31.899339 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:31.906749 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.274366 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.278873 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.285495 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.290761 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.299758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.306192 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.309187 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.326375 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.478857 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.486220 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.503433 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.521584 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.555387 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.559422 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.564139 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.573000 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:04:42.798717 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.801714 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.805714 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:04:42.811313 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:04:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.827905 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:06.832454 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.837452 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:06.841389 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:06.846596 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:06.855821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.859820 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.873586 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.966391 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:06.971379 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:06.975684 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.978975 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:06] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:06.999901 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:07.004236 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:07.009875 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:07.014829 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:07.081543 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:07.085423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:06:07.091305 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:06:07.096709 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:06:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:07:36.285597 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:07:36.290168 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:07:36.294513 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:07:36.301513 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:07:36.320263 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:07:36.323414 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:07:36.330751 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:07:36.335324 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:07:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:09:35.866125 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:09:35.870127 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:09:35.876130 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:09:35.882130 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:09:35.898661 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:09:35.905014 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:09:35.912403 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:09:35.916407 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:09:35] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:21.865309 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:21] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:27.648871 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:27] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.325815 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:10:32.330221 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:10:32.337095 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.340464 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:10:32.347593 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.359186 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:10:32.367017 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.380716 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.396745 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:10:32.406722 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.421483 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:10:32.436984 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:32] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:33] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:10:35] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:12:43.544543 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:12:43.549074 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:12:43.554494 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:12:43.560286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:12:43.580738 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:12:43.583758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:12:43.593242 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:12:43.595247 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:12:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:16:53.238906 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:16:53.242906 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:16:53.247906 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:16:53.253906 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:16:53.271908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:16:53.276908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:16:53.283343 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:16:53.289983 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:16:53] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:00.202457 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:00.207454 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:00.213007 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:00.218006 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:00.238532 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:00.244536 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:00.249536 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:00.256534 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:00] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:13.550508 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:13.556512 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:13.561497 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:13.565499 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:13.585500 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:13.589505 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:13.595503 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:13.600504 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:13] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:48.282185 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:48.286558 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:48.292381 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:48.297886 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:48.315956 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:48.322417 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:18:48.328089 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:18:48.335096 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:18:48] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:19:50.462341 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:19:50.467238 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:19:50.473946 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:19:50.478265 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:19:50.498450 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:19:50.503856 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:19:50.509536 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:19:50.514019 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:19:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:19.456423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:19.461421 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:19.467424 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:19.470424 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:19.493435 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:19.500961 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:19.506956 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:19.509964 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:19] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:36.314442 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:36.326878 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:36.331745 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:36.338154 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:36.343184 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:20:36.349192 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:36.357180 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:20:36.364212 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:20:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:21:03.790607 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:21:03.794932 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:21:03.799929 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:21:03.807035 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:03] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:03] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:21:27.231361 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:21:27.234364 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:21:27.240311 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:21:27.247804 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:21:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:22:34.351589 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:22:34.355773 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:22:34] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:22:34.365512 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:22:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:22:34.371094 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:22:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:22:34] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:28:58.956168 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:28:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.396310 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.403573 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.426119 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.433613 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.447495 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.463255 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.494058 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.509018 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.543942 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.548342 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.553340 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.559974 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.566788 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.576533 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.583843 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.588747 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:29:14.731191 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.736191 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.741937 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:29:14.747978 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:29:14] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:28.534403 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:28.538404 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:28.545910 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:28.554638 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:28.563002 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:28.567009 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:28.574444 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:28.584374 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:28] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:39.810407 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:39.814409 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:39.819410 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:39.823407 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:39.830409 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:39.839425 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:39.850424 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:39.856962 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:40.054925 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.058259 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.062577 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.069955 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:40.074151 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:40.094149 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.096142 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.100600 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:40.367069 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.372422 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:40.375468 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:40.381010 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:52.300781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:52.304214 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:31:52.310644 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:52] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:31:52.318014 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:31:52] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:09.696416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:09.701093 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:09.703466 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:09] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:09.709085 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:09] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.287319 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.292518 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.297582 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.300580 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.306584 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.316651 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.325393 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.332136 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.533760 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.537192 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.543229 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.546555 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.555557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.570155 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.574680 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.582986 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:32:32.949509 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.952985 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.956988 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:32:32.963790 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:32:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.198994 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.206881 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.213348 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.215346 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.222169 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.232496 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.238815 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.249818 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.414773 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.418259 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.423289 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.434211 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.441665 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.450732 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.455235 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.459742 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.871946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:33:39.876670 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.887683 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:33:39.893204 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:33:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:40:56.181266 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:40:56.187853 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:40:56.193784 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:40:56.203752 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:40:56.209984 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:40:56.220484 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:40:56.227481 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:40:56.235330 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:40:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.501114 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.505081 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.510600 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.516055 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.522574 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.532443 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.536186 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.550681 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.766730 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.774111 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.779548 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.792023 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.794024 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.803207 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:06.812403 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:06.821898 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:06] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:07.242163 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:07.248162 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:41:07.254306 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:41:07.259776 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:41:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.069488 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.074991 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.079526 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.090880 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.095879 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.103005 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.107301 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.129338 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.480622 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.483954 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.492038 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.498348 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:58.505021 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.514416 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.522404 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:58.527920 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:59.143656 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:59.148959 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:42:59.155438 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:42:59.160627 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:42:59] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:43.670636 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:43.675665 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:43.683173 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:43.690172 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.517810 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.520817 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.526069 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.531071 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.534072 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.540073 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.558069 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.568338 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.672331 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.678466 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.682464 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.688883 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.693516 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.701202 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.705335 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.714356 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:43:52.954006 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.958423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.964364 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:43:52.970370 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:43:52] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:28.172241 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:28.176306 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:28.182949 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:28.188077 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:28] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:28] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.075808 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.079867 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.086340 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.092846 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.104362 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.104362 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.112966 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.126695 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.228971 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.231971 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.238605 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.246593 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.260818 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.264813 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.270869 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.278171 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.486418 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.492698 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:44:38.497884 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:44:38.504947 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:44:38] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:20.993146 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:20.999722 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:21.003149 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:21.010508 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:21] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:30.843003 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:30.847263 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:30.852946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:30.858709 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:30.862850 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:30.870181 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:30.877262 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:30.893643 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:31.050173 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.054175 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.059260 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:31.066010 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.072599 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:31.081069 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.090497 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.099122 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:31.384152 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.390152 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:31.397268 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:31.404061 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:45:56.096830 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:56.100837 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:56.107436 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:45:56.113935 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:45:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.826767 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.833763 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.836759 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.842464 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.848458 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.855639 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.855639 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.867711 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.926908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.932911 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.937086 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.943589 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.968963 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:04.989657 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:04.999027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:05.007081 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:05.242349 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:05.246351 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:05.250354 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:05.255348 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:05] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:39.480752 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:39.483759 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:46:39.489771 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:46:39.496788 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:46:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:47:23.066053 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:47:23.069064 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:47:23.080711 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:47:23.086021 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:47:23.091952 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:47:23.097127 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:47:23.105124 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:47:23.111710 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:47:23] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:10.716568 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:10.719835 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:10.724907 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:10.730669 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:10.737121 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:10.743837 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:10.748142 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:10.755245 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:10] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.498106 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.504950 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.507951 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.513679 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.518334 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.522502 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.532085 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.547759 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.647290 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.657291 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.660424 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.666414 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.675540 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.680607 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.699133 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.704011 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.972594 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.976597 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:18.980599 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:18.991598 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:48:56.284038 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:56.288563 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:56.291739 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:48:56.296423 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:48:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:03.873090 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:03.883294 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:03.887302 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:03.889325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:03] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:03] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:31.930204 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:31.933754 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:31.936778 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:31] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:31.946085 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:31.952119 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:31.956993 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:31] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:31.964803 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:31.974618 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:32.054443 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.058011 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.062037 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.068455 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:32.073743 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:32.082294 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.085619 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:32.096200 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:55:32.235023 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.238326 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.241576 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:55:32.247861 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:55:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.479022 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.491018 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.504024 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.546588 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.558594 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.575587 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.575587 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.614616 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.880256 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.899257 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.907671 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.927209 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.944209 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:43.978202 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:43.998202 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:44.009233 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:44.339432 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:44.348426 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 15:59:44.366432 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 15:59:44.384425 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 15:59:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:36.573840 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:36.580831 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:36.591832 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:36.600835 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:56.824313 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:56.836312 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:56.848309 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:56.863350 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:56.883362 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:56.894836 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:56.914542 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:56.919544 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:57.609909 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:57.621899 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:57.627907 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:02:57.639412 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:57.650418 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:57.663414 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:57.679431 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:02:57.688969 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:02:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:17.502298 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:17.509317 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:17.517549 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:17.536546 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:17.558549 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:17.563549 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:17.575547 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:17.596214 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:18.180074 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:18.193476 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:18.214073 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:18.224075 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:18.234400 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:18.251451 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:03:18.263452 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:03:18.274738 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:03:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:36.146967 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:36] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:36.174967 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:04:36.184348 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:04:36.212914 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:36] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:36] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:36.235913 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:36.295908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:04:36.332468 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:04:36.333465 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:36] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.609312 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.646873 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.677860 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:37] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.711369 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:37] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.745241 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.778334 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:04:37.995466 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:04:38.011819 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:04:38] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:39.186119 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:39.190122 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:39.221119 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:39.247286 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:39.260818 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:39.275826 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:39.288821 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:39.306819 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:40.959888 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:40.970887 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:40.984947 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:41.056904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:41.063167 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:41.081161 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:41.091167 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:41.105431 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:06:42.265072 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:42.273073 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:42.285079 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:06:42.295074 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:06:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:07:49.435296 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:07:49.446217 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:07:49.450662 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:07:49.455554 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:07:49] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:07:49] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:07:49] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:07:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:03.711500 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.718000 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.723047 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:03.736588 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.743926 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:03.756094 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:03.781878 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:root:2025-02-08 16:08:03.781878 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:03.967344 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.973352 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.979353 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.986346 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:03.994310 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:04.006525 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:04.027580 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:04.043581 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:04.349570 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:04.354998 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:04.360136 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:04.367560 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:04] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:08:50.744290 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:50.751292 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:50.755289 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:08:50.766307 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:08:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.262073 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.267712 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.276076 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.284647 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.296729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.305709 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.307183 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.326915 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.575929 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.582045 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.588774 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.597864 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.608374 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.622170 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.634328 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.645536 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.655827 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.658852 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.668872 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.690481 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.698666 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.716827 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.772643 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.780597 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.795339 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.824015 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.835700 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.850709 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.854015 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:08.890113 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.912116 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:08.924832 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:08] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:11] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.355847 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.360378 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.367558 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.371146 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.378187 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.389214 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.401265 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.421238 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.567096 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.571407 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.576327 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.585313 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.598437 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.610428 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.618916 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.626926 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:11:30.828396 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.832457 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.836452 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:11:30.841587 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:11:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:13:59.770047 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:13:59.773042 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:13:59.777461 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:13:59.782880 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:13:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:13:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:13:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:13:59] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.532342 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.535474 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.539838 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.542986 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.549426 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.556083 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.568863 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.576576 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.671895 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.674461 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.678783 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.683625 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.690432 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.699519 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.714956 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.724343 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:14:09.816154 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.818443 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.821437 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:14:09.824803 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:14:09] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:16:55.640371 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:16:55.643374 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:16:55.647372 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:16:55] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:16:55.653367 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:16:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:16:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:16:55] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:17:04.443209 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:17:04.447638 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:17:04.452538 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:17:04.455968 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:17:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:17:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:17:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:17:04] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:21.948822 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:21.954405 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:21.959879 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:21.965794 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:21] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:47.987491 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:47.993185 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:47.997065 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.000685 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.010189 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.019325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.031763 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.042620 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.136944 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.142217 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.149216 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.154218 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.166744 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.173939 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.193015 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.201677 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.454552 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.465996 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:19:48.471002 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:19:48.481038 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:19:48] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:25.595124 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:25] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:25.605422 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:25.608929 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:25.617928 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:25] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:33.768113 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:33.775142 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:33.786131 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:33.791132 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:33.800232 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:33.815236 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:33.816237 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:33.838238 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.053670 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:34.057665 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:34.061670 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:34.069093 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.084738 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.088940 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.098056 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.107661 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.294904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:34.298496 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:20:34.304763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:20:34.315727 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:20:34] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\agenda.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 16:25:02.643987 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 16:25:02.643987 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 16:25:02.643987 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 16:25:02.643987 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 16:25:02.643987 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-08 16:25:02.694245 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:25:02.697319 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:25:02] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:25:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\agenda.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 16:28:07.821398 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 16:28:07.821398 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 16:28:07.821398 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 16:28:07.821398 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 16:28:07.821398 : ++ LMS_BAS_URL mysy-hosting.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\\agenda.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 16:32:06.481304 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 16:32:06.481304 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 16:32:06.481304 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 16:32:06.481304 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 16:32:06.481304 : ++ LMS_BAS_URL mysy-hosting.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\\main.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 16:33:08.347745 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 16:33:08.347745 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 16:33:08.347745 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 16:33:08.348745 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 16:33:08.348745 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-08 16:43:26.967550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:26.972554 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:26.976554 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:26.979552 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:26] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:27.011569 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:27.017569 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:27.022673 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:27.026673 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.103161 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.107771 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.111776 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.117807 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.122854 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.130415 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.157496 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:root:2025-02-08 16:43:39.157496 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.414700 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.418160 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.422913 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.430259 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.438114 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.446688 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.449693 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.455692 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.731613 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.736636 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:43:39.742757 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:43:39.773598 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:43:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:32.648830 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:32.652840 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:32.656832 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:32.664559 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:32] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:32] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.484851 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.488583 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.495929 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.501255 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.505649 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.516647 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.522144 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.535278 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.760341 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.763795 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.767843 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.768844 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.782144 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:42.789143 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.799145 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:42.807808 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:43.005858 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:43.010039 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:43.022084 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:44:43.026784 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:52.651304 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:52] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:44:58.795899 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:44:58] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:00.451696 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:00.460838 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:00.475298 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:00.481671 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:00] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:00] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:04.068794 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.256996 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.261423 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.267450 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.271283 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.285242 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.288244 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.293430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.310513 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.507833 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.512829 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.518266 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.523828 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.549872 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.571440 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.573949 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.581967 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.761206 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.766670 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:25.775547 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:25.785030 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:25] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:34.315946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:46:34.320662 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:34] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:34] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:43.212738 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:43] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:43.223847 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:46:59.246344 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:46:59] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:47:13.845773 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:47:26] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:47:37.169912 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:47:37] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:47:39.153344 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:47:39] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:47:42.380325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:47:42] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.415831 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.421145 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.431805 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.438806 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.445026 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.463774 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.474478 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.493370 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.822126 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.826410 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.834827 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.843291 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:16.870244 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.876242 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.881590 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:16.891600 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:17.109157 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:17.117183 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:17] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:52:17.125161 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:52:17.132355 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:17] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:52:17] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:53:07.525875 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:53:07.535467 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:53:07.542462 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:53:07.551466 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:53:13.205267 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:13] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:53:15.356084 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:15] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:53:18.240990 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:53:18] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:57:58.976728 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:57:58.983837 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:57:58.988847 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:57:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:57:58.999631 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:57:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:57:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:57:59] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:43.668724 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.674733 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.682173 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:43.686791 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.692702 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.708013 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.720076 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:43.726348 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:43.920589 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.927588 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.934583 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.941426 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:43.975774 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.981887 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.986855 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:43.994861 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:44.233578 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:44.239884 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:44.245322 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 16:58:44.248818 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:47.420657 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:47] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 16:58:49.356392 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 16:58:49] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:00:16.612724 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:00:16.625729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:00:16.627728 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:00:16.634730 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:00:35.142909 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:00:35.150908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:00:35.156909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:35] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:00:35.164908 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:00:35] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:26.070428 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:26.078434 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:26.081423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:26.091353 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:26.102223 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:26.118338 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:26.125903 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:26.140912 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:26.149909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:26.158910 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:26.175910 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:26.196959 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:26] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:27] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:37.978273 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:37.984272 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:37.992380 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:38.002491 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:38] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:46.869916 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:46.876105 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:46.881418 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:46.886503 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:46.894898 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:46.902910 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:46.907248 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:46.925722 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:47.122069 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.132442 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.139444 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:47.146443 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.160008 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:47.179483 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.183483 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:47.202654 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:47.384757 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.389750 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.394178 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:02:47.401517 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:47] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:51.692387 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:51] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:54.853658 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:54] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:02:57.723208 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:02:57] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\agenda.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 17:06:26.240188 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 17:06:26.240188 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 17:06:26.240188 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 17:06:26.240188 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 17:06:26.240188 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-08 17:07:32.905247 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:32.908286 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:32.913616 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:32.916653 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:32.921329 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:32.927347 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:32.956160 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:32.962444 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:33.150414 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:33.158704 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:33.163288 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:33.169685 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:33.211964 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:33.216961 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:33.223961 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:33.233979 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:33.431707 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:33.437204 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:33.445804 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:07:33.451250 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:36.990566 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:36] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:38.325730 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:38] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:07:40.040034 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:07:40] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\agenda.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 17:08:35.732388 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 17:08:35.732388 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 17:08:35.732388 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 17:08:35.732388 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 17:08:35.732388 : ++ LMS_BAS_URL mysy-hosting.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\\agenda.py', reloading
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 17:08:56.414296 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 17:08:56.414296 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 17:08:56.414296 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 17:08:56.414296 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 17:08:56.414296 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-08 17:08:57.671149 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:57.675573 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:57.678577 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:57.683711 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:57.698095 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:57.699123 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:57.714987 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:57.742164 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:57.920968 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:57.924962 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:57.948389 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:57.968130 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:58.018326 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:58.023322 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:58.026861 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:58.036863 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:08:58.225383 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:58.231891 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:58.236449 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:08:58.243355 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:08:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:09:04.003573 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:09:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:09:05.369938 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:09:05] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:09:06.640005 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:09:06] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:33.493370 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:33.497376 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:33.500378 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:33.506229 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:55.613994 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:55.618005 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:55.624383 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:55.628545 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:55.632283 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:55.640405 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:55.646730 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:55.656354 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:55.978690 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:55.985693 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:55] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:55.989689 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:55.993942 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:56.051436 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:56.059793 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:56.063325 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:56.068738 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:10:56.314056 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:56.316387 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:56.319392 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:10:56.324152 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:10:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:11:00.578788 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:11:00] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:11:01.788430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:11:01] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:11:03.110007 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:11:03] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:26.845234 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:26] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:26.859006 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:26.866763 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:26.879266 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:26] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:26.887922 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:26] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:26.895849 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:26.911397 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:26.920710 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:26] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:27.290958 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:27.294437 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:27.298437 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:27.302439 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:27.358803 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:27.362877 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:27.369630 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:27.372632 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:27.766807 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:27.771855 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:27.782780 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:14:27.784775 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:31.720791 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:31] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:33.647005 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:33] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:14:34.995556 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:14:35] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:16.711870 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:16] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.644771 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.647302 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.650707 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.660495 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.667989 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.676389 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.682391 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.687393 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.919537 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.922942 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.928457 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.932548 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.964956 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.969683 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:25.975397 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:25.978404 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:25] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:26.294457 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:26.299461 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:16:26.303573 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:26] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:26.309650 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:26] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:35.911643 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:35] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:37.442676 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:37] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:16:38.790816 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:16:38] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:00.158076 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:00] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.206550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.212809 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.219228 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.228843 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.235940 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.241649 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.243642 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.259243 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.494404 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.498725 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.503739 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.509721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.538261 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.545383 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.550743 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.555740 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.773530 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.777950 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:08.784193 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:08.793071 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:08] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:13.232329 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:13] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:14.734784 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:14] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:16.409600 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:16] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:42.876110 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:42.881341 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:42.886758 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:42.892252 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:42.898677 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:root:2025-02-08 17:17:42.899699 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:42.906763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:42.923260 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:43.168904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.174436 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.179751 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.183796 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:43.217757 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.223707 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.228846 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.231294 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:43.444810 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.449027 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:17:43.453903 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:17:43.459586 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:17:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:01.923098 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:18:01.929900 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:01] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:04.486770 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:18:04.492007 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:04] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:07.135657 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:18:07.139909 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:07] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:08.631839 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:18:08.636957 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:08] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:08] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:14.167449 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:14] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:15.545865 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:15] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:19.456516 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:19] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:22.662883 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:22] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:53.425608 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:18:53.429606 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:18:53.436615 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:53] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:18:53.443617 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:18:53] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:23.995989 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:24.005154 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:24.012605 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:24.019204 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:24] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:24] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:24] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:24] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.087374 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.090425 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.099631 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.105334 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.115315 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.123652 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.138165 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.145717 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.332618 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.339968 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.345307 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.354729 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.398497 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.404875 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.408868 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.417872 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.596883 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.605875 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:21:33.611876 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:33.618919 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:33] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:35.799159 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:35] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:21:37.159606 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:21:37] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:22:56.473735 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:22:56.478555 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:22:56.485937 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:22:56.489316 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:22:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:22:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:22:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:22:56] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:23:14.012781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:23:14.017223 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:23:14.020757 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:23:14.026876 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:23:14] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:23:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:23:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:23:14] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:05.354142 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:05.359130 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:05.363926 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:05.371691 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:05] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:26.385820 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:26.389816 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:26.394820 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:26] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:26.401816 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:26] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.356554 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.366781 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.379133 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.395101 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.398994 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.401003 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.409685 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.419462 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.930346 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.937972 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.941522 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.948156 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.955161 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.966683 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:39.971680 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:39.976693 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:40.112242 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:40.115684 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:40.120719 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:26:40.121712 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:41.689623 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:41] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:26:43.272021 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:26:43] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:27:27.437801 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:27:27.441235 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:27:27.444293 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:27:27.449515 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:27:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:27:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:27:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:27:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:30:36.263529 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:30:36.267180 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:30:36.271178 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:30:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:30:36.277746 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:30:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:30:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:30:36] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.206582 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.209596 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.215328 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.219354 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.225350 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.235871 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.244875 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.252877 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.880593 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.885066 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.893011 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.899005 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.907013 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.915008 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.925055 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.935405 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.947050 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.952074 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:02.961481 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:31:02.964790 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:02] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:04.784910 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:31:05.942827 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:31:05] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:32:30.756461 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:32:30] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:32:34.557520 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:32:34] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:49.453272 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:49.461278 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:49.478278 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:49.506838 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:49.525842 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:49.550843 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:49.628405 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:49.647410 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:50.388058 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:50.472592 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:50.490625 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:50.504153 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:50.512158 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:50.521160 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:50.546159 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:50.586179 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:51.511673 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:51.529674 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:51.537670 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 17:40:51.558666 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:51] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:55.130572 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:55] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:56.942988 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:57] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 17:40:59.086045 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 17:40:59] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 20:07:17.946422 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 20:07:17.946422 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 20:07:17.946422 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 20:07:17.946422 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 20:07:17.946422 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False
+DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem'
+INFO:root:2025-02-08 20:07:28.688302 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2025-02-08 20:07:28.688302 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2025-02-08 20:07:28.688302 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2025-02-08 20:07:28.688302 : ++ FLASK PORT 5001 ++
+INFO:root:2025-02-08 20:07:28.688302 : ++ LMS_BAS_URL mysy-hosting.com/ ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 877-541-979
+INFO:root:2025-02-08 20:07:28.833894 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:28] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:28.954297 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:28.958298 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:28.962295 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:28.966719 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:28.971724 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:28.977720 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.021758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.024934 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:root:2025-02-08 20:07:29.027010 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.042238 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.084724 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:29.090729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:29.100810 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:29.107316 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.126416 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.140150 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:29.148828 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.157059 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:29.171580 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:29.194470 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:29] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:34] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:34] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:37.315360 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.318963 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.322681 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.325968 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.331649 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:37.338835 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.346711 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.352233 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:37.378391 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:37.386505 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.389790 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:37.395671 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.401640 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:37.403650 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:37] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:41.598709 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:41.601777 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:41.604943 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:41.610425 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:41.626383 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:41.629101 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:41.633915 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:07:41.641803 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:44.998507 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:45] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:46.854354 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:46] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:49.119226 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:49] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:07:50.989688 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:07:50] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:08:17.220941 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:08:17] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:08:18.079105 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:08:18] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:08:19.136617 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:08:19] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:09:26.651970 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:09:26.654980 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:09:26.661892 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:09:26.663890 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:09:26] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:09:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:09:26] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:09:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:10:10.596005 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:10:10] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:10:16.460764 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:10:16] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:10:21.412580 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:10:21] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:10:23.699485 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:10:23] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:13:53.186160 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:13:53.189158 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:13:53.193720 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:13:53.201256 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:13:53.216416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:13:53.222714 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:13:53.227043 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:13:53.229528 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:13:53] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:14:14.891778 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:14:14] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:14:17.477339 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:14:17] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:15:12.541645 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:12] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:15:13.769394 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:15:13.773097 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:15:13.776317 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:13] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:15:13.782289 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:13] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:15:15.157420 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:15] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:15:18.854862 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:15:18] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:17:22.184960 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:17:22.188046 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:17:22.192126 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:17:22] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:17:22.199572 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:17:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:17:22] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:17:22] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:17:28.112521 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:17:28] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:17:34.506985 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:17:34] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:34.163332 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:34] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.156910 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.161456 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.166450 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.176977 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.182429 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.191566 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.220877 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.235507 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.386690 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.391840 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.398157 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.403010 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.442030 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.452618 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.460593 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.466683 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:18:58.718275 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.722656 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.731232 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:18:58.732727 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:18:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:19:02.334126 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:19:02] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:19:08.136406 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:19:08] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:19:40.820300 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:19:40.830720 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:19:40.837409 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:19:40.839865 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:19:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:19:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:19:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:19:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:04.947076 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:04.957101 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:04.962097 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:04.966391 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:04] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:12.592993 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:12.638456 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:12.643482 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:12.651948 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.581324 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.587624 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.591763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.600375 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.608904 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.621809 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.622810 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.640885 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.855564 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.864722 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.871491 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.880254 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.902428 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:20.914852 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.921104 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:20.932234 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:20] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:21.141419 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:21.148423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:21.152736 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:21:21.158854 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:21] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:23.712082 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:23] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:28.863322 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:28] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:21:39.745917 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:21:39] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:23:51.928380 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:23:51.934377 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:23:51.943375 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:23:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:23:51.954894 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:23:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:23:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:23:51] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.064443 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.070617 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.074791 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.085794 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.092600 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.100414 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.103456 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.116514 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.269161 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.277163 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.285592 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.290212 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.327722 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.333719 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.347721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.355754 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:16.608035 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.614178 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.621668 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:16.624654 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:19.104775 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:24:19.111784 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:24:21.111551 : get_Ressource_Info_Data -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 845
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:24:21] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:21.879449 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:21.886804 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:21.892309 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:21.899507 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:21] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:28.433682 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:28.439684 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:28] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:28] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:44.917269 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:44.922279 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:44.929818 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:44.942292 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:44.952290 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:44.958634 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:44.971242 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:44.985540 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:45.128863 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.136607 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.143921 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:45.150410 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:45.189000 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.193533 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.199031 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.206481 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:45.433826 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.438585 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.441733 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:45.446790 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:45] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:49.144402 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:25:49.149394 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:49] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:49] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:25:55.762458 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:25:55] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.523888 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.528583 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.536386 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.548490 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.581529 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.602150 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.606141 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.617160 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.763822 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.769659 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.778335 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.784507 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.834623 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.841029 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:11.844404 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:11.856406 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:11] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:12.079124 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:12.085626 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:12.090988 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:12.097980 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:16.519430 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:16.521804 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:16] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:20.452485 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:20] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:22.612003 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:22] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:25.669773 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:25] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:28.638875 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:28] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:30.868038 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:30] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:39.212611 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:39] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:40.227792 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:40] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:42.502177 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:27:42.505173 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:42] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:27:58.878889 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:27:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:02.405192 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:02.410188 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:02.413694 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:02.417700 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:02.435620 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:02.440633 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:02.443634 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:02.449625 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:02] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:22.119962 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:22.130959 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:22.135963 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:22] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:22.145974 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:22] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:22] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:27.006451 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:27.008450 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:27] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:34.139590 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:34] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:48.546794 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:48.558070 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:48] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:53.994794 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:54.006214 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:54] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:54] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:30:56.177643 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:30:56.181668 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:56] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:30:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:31:04.961939 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:31:04.963937 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:04] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:31:06.411656 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:06] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:31:19.378259 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:31:19.381289 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:19] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:31:50.278364 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:31:50.282363 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:50] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:31:53.536301 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:31:53] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:36:48.976208 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:36:48.983406 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:36:48.988091 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:48] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:36:48.994145 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:49] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:49] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:36:56.685883 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:36:56.689873 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:56] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:36:58.789469 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:36:58] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:37:06.934983 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:37:06.946279 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:06] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:06] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:37:30.618293 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:30] "POST /myclass/api/Add_Update_Agenda_Event/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:37:30.659287 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:37:37.361370 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:37:37.364538 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:37] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:37:54.892062 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:54] "POST /myclass/api/Add_Update_Agenda_Event/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:37:54.965943 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:37:54] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:38:20.816992 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:38:20.820033 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:38:20.824532 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:38:20.830351 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:20] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:20] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:38:46.285892 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:38:46.289052 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:46] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:46] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:38:48.361822 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:48] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:38:56.137541 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:38:56.140761 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:56] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:38:59.347085 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:38:59.350092 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:59] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:38:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:39:01.665187 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:39:01] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:40:27.034896 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:40:27.038344 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:40:27.043459 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:40:27.048497 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:27] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:27] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:40:31.989899 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:31] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:40:31.998619 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:32] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:40:36.876962 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:40:36.889067 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:36] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:36] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:40:39.656181 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:40:39] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:43:20.686327 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:43:20.689309 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:43:20.694893 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:43:20] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:43:20.702066 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:43:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:43:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:43:20] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:48:01.069345 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:01.072346 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:01.077341 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:01.083346 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:48:01.106341 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:01.109361 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:01.113359 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:01.118364 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:48:11.171452 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:48:11.174907 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:11] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:11] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:48:12.852858 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:48:12] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:06.219597 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:06.230897 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:06.233992 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:06.238322 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:06] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:06] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:06] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.093625 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.099855 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.105051 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.112563 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.118484 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.126124 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.147677 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.164440 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.232005 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.235525 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.239687 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.245429 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.265571 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.268572 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.272875 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.282058 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.347065 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.355207 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:46.359707 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:46.368124 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:46] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:51.901938 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:49:51.906268 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:51] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:53.469320 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:53] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:49:55.877146 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:49:55] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:50:12.250648 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:50:12.314647 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:12.317914 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:12.320931 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:12.325008 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:50:12.342273 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:12.344266 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:12.349297 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:12.354379 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:50:19.037953 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:50:19.042220 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:19] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:50:20.317821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:50:20] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.299509 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.307826 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.314550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.321441 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.325867 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.337287 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.372671 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.382857 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.433311 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.437320 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.443338 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.447430 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.834163 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.841182 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.846179 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.857744 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.863299 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:53:59.870196 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.883654 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:53:59.898065 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:53:59] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.053463 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.057631 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.063596 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.065598 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.074472 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.083971 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.086975 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.093734 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.107244 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.109479 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.114736 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.123964 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.133116 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.137884 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.148786 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.157158 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:15.499440 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.504309 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.508315 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:15.513813 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:15] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:17.908721 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:54:17.913734 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:17] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:17] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:54:18.956588 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:54:18] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:56:21.505720 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:56:21.508979 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:56:21] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:56:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:56:23.226834 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:56:23] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:56:41.298674 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:56:41.302685 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:56:41] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:56:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:56:42.561890 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:56:42] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:57:44.994785 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:45] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:57:55.174386 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Update_Context_Partner_Account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:57:55.321054 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:57:55.325971 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:57:55.330986 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:57:55.335587 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:57:55.354799 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:57:55.360361 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:57:55.365709 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:57:55.374620 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:57:55] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:58:03.075255 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 20:58:03.080780 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:58:03] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:58:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:58:04.164526 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:58:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 20:58:05.733997 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 20:58:05] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:15:21.054500 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:15:21.057845 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:15:21.061848 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:15:21.065836 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:15:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:15:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:15:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:15:21] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:17:54.159655 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:17:54.166659 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:17:54.170990 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:17:54.175065 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:17:54.192129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:17:54.204570 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:17:54.243163 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:17:54.250363 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:17:54] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:18:05.844679 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:18:05.847681 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:18:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:18:05] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:18:06.882262 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:18:06] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:19:17.626085 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:19:17.632092 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:19:17.637276 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:17] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:19:17.643661 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:17] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:17] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:19:50.068763 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:19:50.076680 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:19:50.082057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:19:50.084410 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:19:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.069450 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.070440 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.079472 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.085472 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.099673 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.109592 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.160651 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.171951 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.275359 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.279773 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.288796 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.294748 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.351275 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.355594 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.361442 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.374160 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:01.651461 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.655462 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.658462 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:01.665739 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:03.639198 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:03.644200 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:03] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:04.622526 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:05.750015 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:05] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:59.798055 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:59.802653 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:59.810447 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:59.815351 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:59.821369 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:59.829880 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:59.832936 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:59.851146 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:20:59.974906 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:20:59.977900 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:20:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:00.002393 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:00.007887 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:00.039282 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:00.043039 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:00.049840 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:00.056876 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:00.234506 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:00.237525 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:00.245790 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:00.249792 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:00] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:02.833798 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:02.837889 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:02] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:03.978014 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:03] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:41.251748 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:41.254748 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:21:41.260117 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:21:41.269518 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:21:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:22:42.989117 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:22:42.994117 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:22:42.999260 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:22:43.004627 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:43] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:22:57.368692 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:22:57.374232 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:22:57.378257 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:22:57.381259 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:57] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:22:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:01.455786 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:01.460258 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:01.461525 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:01.470839 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:11.917991 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:11.922498 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:11.928801 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:11.935831 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:11.941184 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:11.950721 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:11.951711 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:11.972689 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:12.109886 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:12.112982 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:12.119720 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:12.124435 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:12.162818 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:12.169012 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:12.173378 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:12.180302 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:12.348359 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:12.354947 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:25:12.359941 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:25:12.364300 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:25:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:27:01.937008 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:27:01.942009 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:27:01.948517 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:27:01.955081 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:27:01.969689 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:27:01.973725 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:27:01.978438 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:27:01.982474 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:27:03.996361 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:27:03.999396 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:04] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:04] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:27:05.069040 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:27:05] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:26.856141 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:26.867404 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:26.870406 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:26.874422 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:26] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:26] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.649745 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.656743 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.660740 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.666412 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.675609 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.690985 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.721597 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.736224 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.887242 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.893249 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.899208 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.904627 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.948828 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.955475 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:40.962887 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:40.964890 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:41.137550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:41.143598 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:41.149903 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:41.155138 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:55.466531 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:55.470196 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:55.473933 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:55.482590 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:55] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:55] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:57.991063 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:28:57.994396 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:57] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:28:58.926884 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:28:58] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:29:37.358763 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:29:37.362762 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:29:37.368296 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:29:37.371296 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:37] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:37] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:37] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:37] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:29:58.894051 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:29:58.898320 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:29:58.903067 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:29:58.909987 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:29:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.093057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.096059 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.101071 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.105806 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.114255 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.117572 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.129140 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.141687 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.310806 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.315383 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.325275 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.333325 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.380466 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.392180 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.396612 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.401924 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:07.576261 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.581318 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.585639 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:07.591085 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:07] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:09.513962 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:30:09.518518 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:09] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:09] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:30:10.459638 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:30:10] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:29.944905 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:29.956551 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:29.961216 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:29.964654 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:30] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:30] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:30] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.438395 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.443395 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.449557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.454020 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.461690 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.467272 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.508357 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.518294 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.738136 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.743137 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.746480 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.755119 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.777934 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:40.786266 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.797985 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:40.808440 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:41.140315 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:41.146027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:41] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:41.155038 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:41:41.159526 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:41] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:42.991149 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:42] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:43.001310 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:43] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:41:43.855815 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:41:43] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.561735 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.566941 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.585354 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.604658 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.623397 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.628124 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.633227 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.649439 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.828816 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.834246 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.841332 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.850436 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.904746 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:01.908399 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.920913 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:01.927917 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:02.103336 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:02.108585 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:02.114764 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:02.123860 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:02] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:03.920517 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:43:03.922532 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:03] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:43:04.963763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:43:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:45:16.037201 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:45:16.049187 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:45:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:45:16.058191 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:45:16.061196 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:45:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:45:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:45:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:15.357141 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:15.372762 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:15.375908 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:15.380504 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:15] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:15] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.052478 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.057824 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.066169 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.071902 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.086045 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.095246 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.131443 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.148031 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.264406 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.266735 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.271271 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.276686 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.297248 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.300755 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.306917 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.313394 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.514107 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.519103 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:55:44.524792 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:55:44.530898 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:55:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:08.714870 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:08.719042 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:08] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:08] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:09.681879 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:09] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.403333 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.408948 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.411948 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.417190 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.423215 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.430555 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.440289 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.447289 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.562279 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.626332 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.631612 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.644763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.663842 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.667366 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.672408 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.677729 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:56:31.798877 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.802870 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.807261 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:56:31.813530 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:56:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:57:16.157260 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 21:57:16.161268 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:57:16] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:57:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 21:57:17.044793 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 21:57:17] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:01:42.720828 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:01:42.723869 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:01:42.726873 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:01:42.731275 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:01:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:01:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:01:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:01:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:07:18.262093 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:18.266372 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:18.278135 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:18.282263 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:18.288024 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:18.296742 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:07:18.337800 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:18.341800 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:18] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:07:21.920362 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:07:21.924821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:21] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:21] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:07:23.191691 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:07:23] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.384173 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.390669 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.394474 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.408166 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.419972 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.430503 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.447861 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.453453 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.615925 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.624852 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.635050 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.643576 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.657951 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.662953 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.668948 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.674950 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.897417 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.904938 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:03.911257 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:03.922497 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:03] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:05.794460 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:09:05.797859 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:05] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:09:06.899097 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:09:06] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:11:29.322310 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:11:29.325310 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:11:29.333660 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:11:29.341657 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:11:29.380344 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:11:29.401589 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:11:29.405594 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:11:29.411591 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:29] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:11:31.927702 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:11:31.931102 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:31] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:31] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:11:32.784199 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:11:32] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.203930 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.209529 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.218066 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.221423 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.228671 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.240758 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.274422 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.286814 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.424484 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.428600 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.433601 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.442592 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.490008 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.495553 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.499767 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.516514 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.761928 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:01.783801 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.787587 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:01.792583 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:01] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:03.766010 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:03.770007 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:03] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:03] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:04.818051 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:04] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:05.949075 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:05.952088 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:05] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:07.492549 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:07] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:40.967073 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:40.971074 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:40.975384 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:40.980501 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:40] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:40] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:40] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.165471 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.175594 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.179585 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.185055 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.192059 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.196483 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.205367 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.221378 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.450152 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.477183 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.482936 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.486968 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.515553 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.525340 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.530670 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.536237 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:13:58.691599 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.694068 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.699404 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:13:58.747297 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:13:58] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:14:05.796965 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:14:05.802175 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:14:05] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:14:05] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:14:06.831454 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:14:06] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:15:08.654317 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:08.660673 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:08.665812 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:08.670200 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:08] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:08] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:15:56.980155 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:56.983635 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:56.986756 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:56.992321 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:56] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:15:57.011308 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:57.015313 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:57.018307 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:57.023997 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:57] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:15:59.526379 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:15:59.529379 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:59] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:15:59] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:16:00.549466 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:16:00] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:16:57.003467 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:16:57.006965 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:16:57.009992 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:16:57.013009 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:16:57] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:16:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:16:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:16:57] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:17:19.258550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:17:19.269866 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:17:19] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:17:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:18:50.027664 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:18:50.030671 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:18:50.033665 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:18:50.036671 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:18:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:18:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:18:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:18:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:19:02.637189 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:19:02.641282 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:19:02] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:19:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:19:03.620867 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:19:03] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:21:19.304849 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:21:19.309014 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:21:19.313401 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:21:19.318359 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:21:19] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:21:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:21:19] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:21:19] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:22:46.366516 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:22:46.370510 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:22:46.374521 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:22:46.380521 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:22:46] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:22:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:22:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:22:46] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:23:44.439446 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:23:44.442704 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:23:44.448075 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:23:44.455641 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:23:44] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:23:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:23:44] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:23:44] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:24:12.174687 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:24:12.177940 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:24:12.182290 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:24:12.188731 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:24:12] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:24:12] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:24:12] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:24:12] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:25:50.947415 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:25:50.953416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:25:50.959411 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:25:50.964415 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:50] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:50] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:50] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:50] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:25:50.992946 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:25:50.998262 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:25:51.003267 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:51] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:25:51.008922 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:25:51] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:27:02.162635 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:27:02.167307 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:02] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:02] "POST /myclass/api/get_Ressource_Info_Data/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:27:03.155864 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:03] "POST /myclass/api/get_Agenda_Event_List_For_Many_Users/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:27:16.052469 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:27:16.055734 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:27:16.098632 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:27:16.102711 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:16] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:16] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:27:16] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:root:2025-02-08 22:28:42.127823 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:28:42.133110 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:28:42.142207 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2025-02-08 22:28:42.150206 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:28:42] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:28:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:28:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [08/Feb/2025 22:28:42] "POST /myclass/api/Get_Default_Debut_Fin_journee_Modele_Journee/ HTTP/1.1" 200 -
diff --git a/agenda.py b/agenda.py
index 37556f2..ed88221 100644
--- a/agenda.py
+++ b/agenda.py
@@ -447,6 +447,89 @@ def get_Agenda_Event_List(diction):
mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
return False, " Impossible de récupérer la liste des evenements "
+"""
+Recuperation de la liste des agenda pour plusieurs personnes
+"""
+def get_Agenda_Event_List_For_Many_Users(diction):
+ try:
+ diction = mycommon.strip_dictionary(diction)
+
+ """
+ Verification des input acceptés
+ """
+ field_list = ['token', 'related_collection', 'tab_related_collection_recid']
+
+ incom_keys = diction.keys()
+ for val in incom_keys:
+ if val not in field_list and val.startswith('my_') is False:
+ mycommon.myprint(str(
+ inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas")
+ return False, " Les informations fournies sont incorrectes",
+
+ """
+ Verification des champs obligatoires
+ """
+ field_list_obligatoire = ['token', 'related_collection', 'tab_related_collection_recid']
+ for val in field_list_obligatoire:
+ if val not in diction:
+ mycommon.myprint(
+ str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ")
+ return False, " Les informations fournies sont incorrectes",
+
+ """
+ Verification de l'identité et autorisation de l'entité qui
+ appelle cette API
+ """
+ token = ""
+ if ("token" in diction.keys()):
+ if diction['token']:
+ token = diction['token']
+
+ local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction)
+ if (local_status is not True):
+ return local_status, my_partner
+
+
+ my_related_collection_recid_ids = ""
+ if ("tab_related_collection_recid" in diction.keys()):
+ if diction['tab_related_collection_recid']:
+ my_related_collection_recid_ids = diction['tab_related_collection_recid']
+
+ tab_my_related_collection_recid_ids = []
+
+ tab_my_related_collection_recid_ids_tmp = str(my_related_collection_recid_ids).split(",")
+ for my_id in tab_my_related_collection_recid_ids_tmp:
+ if( my_id ):
+ tab_my_related_collection_recid_ids.append(str(my_id))
+
+
+
+ RetObject = []
+ val_tmp = 1
+
+ qry = {'related_collection':str(diction['related_collection']),
+ 'related_collection_recid': {'$in': tab_my_related_collection_recid_ids},
+ 'partner_owner_recid':str(my_partner['recid']), 'valide':'1', 'locked':'0'}
+
+ print(" ### get_Agenda_Event_List_For_Many_Users QRY = ", qry)
+
+ for New_retVal in MYSY_GV.dbname['agenda'].find({'related_collection':str(diction['related_collection']), 'related_collection_recid': {
+ '$in': tab_my_related_collection_recid_ids},
+ 'partner_owner_recid':str(my_partner['recid']), 'valide':'1', 'locked':'0'}):
+
+ user = New_retVal
+ user['id'] = str(New_retVal['_id'])
+ user['group'] = str(New_retVal['related_collection_recid'])
+ val_tmp = val_tmp + 1
+ RetObject.append(mycommon.JSONEncoder().encode(user))
+
+ return True, RetObject
+
+ except Exception as e:
+ exc_type, exc_obj, exc_tb = sys.exc_info()
+ mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno))
+ return False, " Impossible de récupérer la liste des évènements de plusieurs utilisateur "
+
"""
diff --git a/main.py b/main.py
index 96d7140..3a85e74 100644
--- a/main.py
+++ b/main.py
@@ -7173,6 +7173,23 @@ def get_Agenda_Event_List():
return jsonify(status=status, message=retval)
+
+
+"""
+API de la recuperation de la liste des evenements dans l'agenda pour plusieurs personnes
+"""
+@app.route('/myclass/api/get_Agenda_Event_List_For_Many_Users/', methods=['POST','GET'])
+@crossdomain(origin='*')
+def get_Agenda_Event_List_For_Many_Users():
+ # On recupere le corps (payload) de la requete
+ payload = mycommon.strip_dictionary (request.form.to_dict())
+ print(" ### get_Agenda_Event_List_For_Many_Users : payload = ",payload)
+ status, retval = agenda.get_Agenda_Event_List_For_Many_Users(payload)
+ return jsonify(status=status, message=retval)
+
+
+
+
"""
API de la recuperation de la liste des evenements dans l'agenda pour un stagiaire
"""
@@ -10878,7 +10895,7 @@ def Update_Emargement_QR_Code_From_Inscription_No_Token():
# On recupere le corps (payload) de la requete
payload = mycommon.strip_dictionary (request.form.to_dict())
- print(" ### Update_Emargement_QR_Code_From_Inscription_No_Token payload = ",payload)
+ print(" ### Update_Emargement_QR_Code_From_Inscription_No_Token payload (trop long cherif) = ")
file_img = None
if request.method == 'POST':
diff --git a/partner_order.py b/partner_order.py
index e2a7ecc..c2fadbe 100644
--- a/partner_order.py
+++ b/partner_order.py
@@ -5970,15 +5970,23 @@ def Gernerate_Stock_PDF_Partner_Order(diction):
str(inspect.stack()[0][3]) + " - La commande n'est pas valide ")
return False, " La commande n'est pas valide", False
- Order_header_data = MYSY_GV.dbname['partner_order_header'].findMYSY_GV.dbname['partner_order_header'].find_one({'_id': ObjectId(str(diction['order_id'])),
- 'valide': '1', 'locked': '0',
- 'partner_owner_recid': str(
- my_partner['recid'])})
+ is_Order_Existe_Count_data = MYSY_GV.dbname['partner_order_header'].find_one(
+ {'_id': ObjectId(str(diction['order_id'])),
+ 'valide': '1', 'locked': '0',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+
+ Order_header_data = MYSY_GV.dbname['partner_order_header'].find_one(
+ {'_id': ObjectId(str(diction['order_id'])),
+ 'valide': '1', 'locked': '0',
+ 'partner_owner_recid': str(my_partner['recid'])})
+
+
partner_document_CONF_ORDER_data_qry = {'partner_owner_recid': str(my_partner['recid']),
'valide': '1', 'locked': '0', 'ref_interne': 'PART_ORDER', 'type_doc':'pdf'}
- print(" ### partner_document_CONF_ORDER_data_qry = ", partner_document_CONF_ORDER_data_qry)
+
partner_document_CONF_ORDER_data = MYSY_GV.dbname['courrier_template'].find_one(
{'partner_owner_recid': str(my_partner['recid']),
'valide': '1', 'locked': '0', 'ref_interne': 'PART_ORDER', 'type_doc':'pdf'})
@@ -6002,6 +6010,8 @@ def Gernerate_Stock_PDF_Partner_Order(diction):
return False, " Le parametrage du document est invalide "
# Recuperation des données du client
+ print(" ### Order_header_data 2888 = ", Order_header_data)
+
if ("order_header_client_id" in Order_header_data.keys()):
Order_header_client_data = MYSY_GV.dbname['partner_client'].find_one(
{'_id': ObjectId(str(Order_header_data['order_header_client_id'])),
@@ -7827,6 +7837,11 @@ def Insert_Quotation_To_Session(diction):
new_data['quotation_id'] = str(qotation_line['order_header_id'])
new_data['status'] = "0"
+ if( "order_line_type_apprenant" in qotation_line.keys() ):
+ new_data['type_apprenant'] = str(qotation_line['order_line_type_apprenant'])
+ else:
+ new_data['type_apprenant'] = "0"
+
local_insert_status, local_insert_retval = Inscription_mgt.AddStagiairetoClass(new_data)
if( local_insert_status is False ):