diff --git a/ppparis.py b/ppparis.py
index e3d3dba73330f7c475752b866f763e1e71794e2b..ab64d2cd202d7fa44efe78373faa20d24a42f983 100755
--- a/ppparis.py
+++ b/ppparis.py
@@ -90,7 +90,7 @@ logging.debug(f'WAITING_TIME: {__WAITING_TIME}')
 if args.list:
   __LIST = args.list
 
-logging.debug(f'Termes recherchés: {__LIST}')
+logging.info(f'Termes recherchés: {__LIST}')
 
 # On crée le dossier de téléchargement
 os.makedirs(__DATA_DIR, exist_ok=True)