Commit 1ea502c
committed
fix: Improve Flask/Django HTTP request log detection in System Messages
- Enhanced regex pattern to properly detect Flask/Django HTTP logs like 'INFO: 127.0.0.1:port - "METHOD /path HTTP/1.1" status OK'
- Added fallback detection for HTTP status codes (200, 201, 400, 404, 500)
- Backend server logs now appear prominently in System Messages with [BACKEND] prefix1 parent f1a2c48 commit 1ea502c
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments