fix: mode descriptions, bordure impression (remove raw+extent), logs httpx silencieux
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled

This commit is contained in:
2026-07-17 18:00:00 +02:00
parent 0b612e1302
commit 94def589bd
4 changed files with 149 additions and 141 deletions
+3
View File
@@ -33,6 +33,9 @@ logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [%(levelname)s] %(name)s: %(message)s",
)
# httpx log tous les appels HTTP en INFO — trop verbeux pour nos probes internes
logging.getLogger("httpx").setLevel(logging.WARNING)
logging.getLogger("httpcore").setLevel(logging.WARNING)
logger = logging.getLogger(__name__)
BASE_DIR = Path(__file__).parent