🔧 Update: Datenbankdateien aktualisiert und WAL-Datei entfernt

**Änderungen:**
-  Aktualisierte `myp.db`-Datenbankdatei mit neuen Inhalten.
-  Gelöscht: `myp.db-wal`-Datei zur Bereinigung und Optimierung der Datenbankstruktur.

**Ergebnis:**
- Verbesserte Datenbankintegrität und Performance durch die Aktualisierung der Hauptdatenbankdatei und das Entfernen der WAL-Datei.

🤖 Generated with [Claude Code](https://claude.ai/code)
This commit is contained in:
2025-06-16 07:07:33 +02:00
parent 2f1025cd14
commit 5fb08674c6
97 changed files with 1120 additions and 10 deletions

View File

@ -38322,3 +38322,272 @@ WHERE users.id = ?
2025-06-16 01:43:33 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 01:43:39 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 01:43:39 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:57:17 - [app] app - [INFO] INFO - Optimierte SQLite-Engine erstellt: ./database/myp.db
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [CONFIG] Erkannte Umgebung: development
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [CONFIG] Production-Modus: False
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [CONFIG] Verwende Development-Konfiguration
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [DEVELOPMENT] Aktiviere Development-Konfiguration
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ MYP Development Environment Konfiguration aktiviert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Environment: Development/Testing
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Debug Mode: True
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ SQL Echo: True
2025-06-16 06:57:20 - [app] app - [INFO] INFO - SQLite für Raspberry Pi optimiert (reduzierte Cache-Größe, SD-Karten I/O)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Admin-Berechtigungen beim Start korrigiert: 0 erstellt, 0 aktualisiert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] 🚀 Starte MYP DEVELOPMENT-Umgebung
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] 🏢 Mercedes-Benz TBA Marienfelde
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] 🔒 Air-Gapped: True
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] Initialisiere Datenbank...
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Datenbank mit Optimierungen initialisiert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] ✅ Datenbank initialisiert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] Prüfe Initial-Admin...
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Admin-Benutzer admin (admin@mercedes-benz.com) existiert bereits. Passwort wurde zurückgesetzt.
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] ✅ Admin-Benutzer geprüft
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] Initialisiere statische Drucker...
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 1 (192.168.0.100)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 2 (192.168.0.101)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 3 (192.168.0.102)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 4 (192.168.0.103)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 5 (192.168.0.104)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 6 (192.168.0.106)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - ✅ Statische Drucker-Initialisierung abgeschlossen: 0 erstellt, 6 aktualisiert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - 📍 Alle Drucker sind für Standort 'TBA Marienfelde' konfiguriert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - 🌐 IP-Bereich: 192.168.0.100-106 (außer .105)
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] ✅ Statische Drucker konfiguriert
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] Starte Queue Manager...
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] ✅ Queue Manager gestartet
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] Starte Job Scheduler...
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] ✅ Job Scheduler gestartet
2025-06-16 06:57:20 - [app] app - [INFO] INFO - [STARTUP] 🌐 Server startet auf http://0.0.0.0:5000
2025-06-16 06:57:21 - [app] app - [INFO] INFO - Optimierte SQLite-Engine erstellt: ./database/myp.db
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [CONFIG] Erkannte Umgebung: development
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [CONFIG] Production-Modus: False
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [CONFIG] Verwende Development-Konfiguration
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [DEVELOPMENT] Aktiviere Development-Konfiguration
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ MYP Development Environment Konfiguration aktiviert
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Environment: Development/Testing
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Debug Mode: True
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ SQL Echo: True
2025-06-16 06:57:22 - [app] app - [INFO] INFO - SQLite für Raspberry Pi optimiert (reduzierte Cache-Größe, SD-Karten I/O)
2025-06-16 06:57:22 - [app] app - [INFO] INFO - Admin-Berechtigungen beim Start korrigiert: 0 erstellt, 0 aktualisiert
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [STARTUP] 🚀 Starte MYP DEVELOPMENT-Umgebung
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [STARTUP] 🏢 Mercedes-Benz TBA Marienfelde
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [STARTUP] 🔒 Air-Gapped: True
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [STARTUP] Initialisiere Datenbank...
2025-06-16 06:57:22 - [app] app - [INFO] INFO - Datenbank mit Optimierungen initialisiert
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [STARTUP] ✅ Datenbank initialisiert
2025-06-16 06:57:22 - [app] app - [INFO] INFO - [STARTUP] Prüfe Initial-Admin...
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Admin-Benutzer admin (admin@mercedes-benz.com) existiert bereits. Passwort wurde zurückgesetzt.
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] ✅ Admin-Benutzer geprüft
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] Initialisiere statische Drucker...
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 1 (192.168.0.100)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 2 (192.168.0.101)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 3 (192.168.0.102)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 4 (192.168.0.103)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 5 (192.168.0.104)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 6 (192.168.0.106)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - ✅ Statische Drucker-Initialisierung abgeschlossen: 0 erstellt, 6 aktualisiert
2025-06-16 06:57:23 - [app] app - [INFO] INFO - 📍 Alle Drucker sind für Standort 'TBA Marienfelde' konfiguriert
2025-06-16 06:57:23 - [app] app - [INFO] INFO - 🌐 IP-Bereich: 192.168.0.100-106 (außer .105)
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] ✅ Statische Drucker konfiguriert
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] Starte Queue Manager...
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] ✅ Queue Manager gestartet
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] Starte Job Scheduler...
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] ✅ Job Scheduler gestartet
2025-06-16 06:57:23 - [app] app - [INFO] INFO - [STARTUP] 🌐 Server startet auf http://0.0.0.0:5000
2025-06-16 06:57:24 - [app] app - [INFO] INFO - Locating template 'login.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\login.html')
2025-06-16 06:57:24 - [app] app - [INFO] INFO - Locating template 'base.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\base.html')
2025-06-16 06:57:24 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:58:14 - [app] app - [DEBUG] DEBUG - Request: GET /request
2025-06-16 06:58:14 - [app] app - [INFO] INFO - Locating template 'guest_request.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\guest_request.html')
2025-06-16 06:58:15 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:58:50 - [app] app - [DEBUG] DEBUG - Request: GET /request
2025-06-16 06:58:50 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:58:54 - [app] app - [DEBUG] DEBUG - Request: POST /request
2025-06-16 06:58:54 - [app] app - [INFO] INFO - 6-stelliger OTP generiert für Guest Request 3
2025-06-16 06:58:54 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 06:58:54 - [app] app - [DEBUG] DEBUG - Request: GET /request/3
2025-06-16 06:58:54 - [app] app - [INFO] INFO - Locating template 'guest_status.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\guest_status.html')
2025-06-16 06:58:54 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:59:07 - [app] app - [DEBUG] DEBUG - Request: GET /request/3
2025-06-16 06:59:07 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:59:37 - [app] app - [DEBUG] DEBUG - Request: GET /request/3
2025-06-16 06:59:37 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:59:39 - [app] app - [DEBUG] DEBUG - Request: GET /auth/login
2025-06-16 06:59:39 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:59:40 - [app] app - [DEBUG] DEBUG - Request: POST /auth/login
2025-06-16 06:59:41 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:59:42 - [app] app - [DEBUG] DEBUG - Request: GET /
2025-06-16 06:59:42 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 06:59:42 - [app] app - [DEBUG] DEBUG - Request: GET /dashboard
2025-06-16 06:59:42 - [app] app - [INFO] INFO - Locating template 'dashboard.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\dashboard.html')
2025-06-16 06:59:42 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 06:59:42 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 06:59:42 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:12 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:00:12 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Request: GET /admin/
2025-06-16 07:00:20 - [app] app - [INFO] INFO - Locating template 'admin.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\admin.html')
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Request: GET /api/stats
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/system-health
2025-06-16 07:00:20 - [app] app - [ERROR] ERROR - Datenbank-Transaktion fehlgeschlagen: Textual SQL expression 'SELECT 1' should be explicitly declared as text('SELECT 1')
2025-06-16 07:00:20 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:44 - [app] app - [DEBUG] DEBUG - Request: GET /admin/guest-requests
2025-06-16 07:00:44 - [app] app - [INFO] INFO - Locating template 'admin_guest_requests.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\admin_guest_requests.html')
2025-06-16 07:00:44 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:45 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:00:45 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/requests
2025-06-16 07:00:45 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:00:45 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:01:15 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:01:15 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/requests
2025-06-16 07:01:15 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:01:15 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:01:40 - [app] app - [DEBUG] DEBUG - Request: POST /api/requests/3/approve
2025-06-16 07:01:40 - [app] app - [INFO] INFO - 6-stelliger OTP generiert für Guest Request 3
2025-06-16 07:01:40 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:01:40 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/requests
2025-06-16 07:01:40 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/requests
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Request: GET /auth/login
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Request: GET /
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Request: GET /dashboard
2025-06-16 07:01:45 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:02:15 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:02:15 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/requests
2025-06-16 07:02:15 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:02:15 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/requests
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Request: GET /auth/login
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Request: GET /
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Request: GET /dashboard
2025-06-16 07:02:45 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Request: GET /admin/
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Request: GET /api/stats
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/system-health
2025-06-16 07:03:00 - [app] app - [ERROR] ERROR - Datenbank-Transaktion fehlgeschlagen: Textual SQL expression 'SELECT 1' should be explicitly declared as text('SELECT 1')
2025-06-16 07:03:00 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Request: GET /admin/guest-otps
2025-06-16 07:03:26 - [app] app - [INFO] INFO - Locating template 'admin_guest_otps.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\admin_guest_otps.html')
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/guest-requests
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/guest-requests/pending-otps
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:26 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:56 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/guest-requests
2025-06-16 07:03:56 - [app] app - [DEBUG] DEBUG - Request: GET /api/admin/guest-requests/pending-otps
2025-06-16 07:03:56 - [app] app - [DEBUG] DEBUG - Request: GET /api/notifications
2025-06-16 07:03:56 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:56 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:03:56 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:04:15 - [app] app - [DEBUG] DEBUG - Request: POST /auth/logout
2025-06-16 07:04:15 - [app] app - [DEBUG] DEBUG - Response: 302
2025-06-16 07:04:15 - [app] app - [DEBUG] DEBUG - Request: GET /auth/login
2025-06-16 07:04:15 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:04:40 - [app] app - [DEBUG] DEBUG - Request: GET /request
2025-06-16 07:04:40 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:05:00 - [app] app - [DEBUG] DEBUG - Request: GET /requests/overview
2025-06-16 07:05:00 - [app] app - [INFO] INFO - Locating template 'guest_requests_overview.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\guest_requests_overview.html')
2025-06-16 07:05:00 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:05:18 - [app] app - [DEBUG] DEBUG - Request: POST /api/guest/start-job
2025-06-16 07:05:18 - [app] app - [DEBUG] DEBUG - Response: 400
2025-06-16 07:05:21 - [app] app - [DEBUG] DEBUG - Request: POST /api/guest/start-job
2025-06-16 07:05:21 - [app] app - [DEBUG] DEBUG - Response: 400
2025-06-16 07:05:31 - [app] app - [DEBUG] DEBUG - Request: GET /requests/overview
2025-06-16 07:05:31 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:05:35 - [app] app - [DEBUG] DEBUG - Request: POST /api/guest/start-job
2025-06-16 07:05:35 - [app] app - [DEBUG] DEBUG - Response: 400
2025-06-16 07:05:38 - [app] app - [DEBUG] DEBUG - Request: POST /api/guest/start-job
2025-06-16 07:05:38 - [app] app - [DEBUG] DEBUG - Response: 400
2025-06-16 07:05:40 - [app] app - [DEBUG] DEBUG - Request: POST /api/guest/start-job
2025-06-16 07:05:40 - [app] app - [DEBUG] DEBUG - Response: 400
2025-06-16 07:05:55 - [app] app - [DEBUG] DEBUG - Request: POST /api/guest/start-job
2025-06-16 07:05:55 - [app] app - [DEBUG] DEBUG - Response: 400
2025-06-16 07:06:01 - [app] app - [DEBUG] DEBUG - Request: GET /requests/overview
2025-06-16 07:06:01 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:06:31 - [app] app - [DEBUG] DEBUG - Request: GET /requests/overview
2025-06-16 07:06:31 - [app] app - [DEBUG] DEBUG - Response: 200
2025-06-16 07:07:01 - [app] app - [DEBUG] DEBUG - Request: GET /requests/overview
2025-06-16 07:07:01 - [app] app - [DEBUG] DEBUG - Response: 200