Commit 031056d
committed
fix: Improve Flask/Django HTTP log detection with better regex pattern
- Updated regex to properly match Flask logs: 'INFO: 127.0.0.1:port - "METHOD /path HTTP/1.1" status'
- Made pattern more flexible to handle various Flask log formats
- Added debug logging to help verify pattern matching1 parent 1ea502c commit 031056d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments