ajout de composants

This commit is contained in:
2026-03-23 18:31:14 +01:00
parent ccfeb6f2c1
commit e48232b992
5 changed files with 63 additions and 0 deletions

10
flask/log.py Normal file
View File

@@ -0,0 +1,10 @@
import logging
logging.basicConfig(
filename='/var/log/loustique.log',
filemode='a',
format='%(asctime)s - %(name)s - %(levelname)/s - %(message)/s',
level=logging.DEBUG)