You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve backend HTTP request log visibility in System Messages
- Enhanced server log detection to catch Flask/Django HTTP request logs
- Backend server logs like 'INFO: 127.0.0.1:63021 - "OPTIONS /api/newsletters HTTP/1.1" 200 OK' now appear in System Messages console
- Improved pattern matching for HTTP request methods (OPTIONS, GET, POST, PUT, DELETE, PATCH)
- Server startup messages also now visible in System Messages for better debugging
0 commit comments