This commit is contained in:
salvacybersec
2025-11-13 06:37:40 +03:00
parent 327beae747
commit dfa68ba665
2 changed files with 38 additions and 2 deletions

2
app.py
View File

@@ -8,7 +8,7 @@ from datetime import datetime
# Logging konfigürasyonu
logging.basicConfig(
level=logging.INFO,
level=logging.DEBUG, # DEBUG modu açıldı - detaylı loglama için
format='%(asctime)s | %(levelname)-8s | %(name)s | %(message)s',
datefmt='%Y-%m-%d %H:%M:%S',
handlers=[