📚 Improved log file structure and organization in backend logs 🛠️

This commit is contained in:
Till Tomczak
2025-06-20 08:25:26 +02:00
parent cf4d6981f9
commit 939f14199d
18 changed files with 495 additions and 0 deletions

View File

@ -695,3 +695,12 @@
2025-06-20 01:32:08 - [admin_api] admin_api - [INFO] INFO - Live-Statistiken abgerufen von Admin admin@example.com
2025-06-20 01:33:59 - [admin_api] admin_api - [INFO] INFO - Live-Statistiken abgerufen von Admin admin@example.com
2025-06-20 01:34:13 - [admin_api] admin_api - [INFO] INFO - Live-Statistiken abgerufen von Admin admin@example.com
2025-06-20 08:19:05 - [admin_api] admin_api - [INFO] INFO - Live-Statistiken abgerufen von Admin admin
2025-06-20 08:19:42 - [admin_api] admin_api - [INFO] INFO - Tapo-Gesundheitscheck von admin
2025-06-20 08:19:42 - [admin_api] admin_api - [ERROR] ERROR - Fehler beim Gesundheitscheck für Drucker 1: 'DruckerSteuerung' object has no attribute 'ping_address'
2025-06-20 08:19:42 - [admin_api] admin_api - [ERROR] ERROR - Fehler beim Gesundheitscheck für Drucker 2: 'DruckerSteuerung' object has no attribute 'ping_address'
2025-06-20 08:19:42 - [admin_api] admin_api - [ERROR] ERROR - Fehler beim Gesundheitscheck für Drucker 3: 'DruckerSteuerung' object has no attribute 'ping_address'
2025-06-20 08:19:42 - [admin_api] admin_api - [ERROR] ERROR - Fehler beim Gesundheitscheck für Drucker 4: 'DruckerSteuerung' object has no attribute 'ping_address'
2025-06-20 08:19:42 - [admin_api] admin_api - [ERROR] ERROR - Fehler beim Gesundheitscheck für Drucker 5: 'DruckerSteuerung' object has no attribute 'ping_address'
2025-06-20 08:19:42 - [admin_api] admin_api - [ERROR] ERROR - Fehler beim Gesundheitscheck für Drucker 6: 'DruckerSteuerung' object has no attribute 'ping_address'
2025-06-20 08:19:42 - [admin_api] admin_api - [INFO] INFO - Tapo-Gesundheitscheck abgeschlossen: {'total': 6, 'healthy': 0, 'warning': 0, 'critical': 6}