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
mainly we're missing the http response codes for each request, since they're not logged. but we're also just missing all of uvicorn's log output. sample server log below:
2023-07-18 23:12:39,569 [INFO] sematic.api.server: Request end: 10.42.16.13 kube-probe/1.24+ GET /
2023-07-18 23:12:39,570 [INFO] sematic.api.server: Request end: 10.42.16.13 kube-probe/1.24+ GET /
2023-07-18 23:12:41,812 3e98013f5a2e32ac9c58f3029e554bfc [INFO] sematic.api.server: Request start: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /
2023-07-18 23:12:41,813 3e98013f5a2e32ac9c58f3029e554bfc [INFO] sematic.api.server: Request end: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /
2023-07-18 23:12:41,864 42f4dc1339ef2a2834f41177b8acc052 [INFO] sematic.api.server: Request start: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /static/css/main.a61dcf76.css
2023-07-18 23:12:41,865 42f4dc1339ef2a2834f41177b8acc052 [INFO] sematic.api.server: Request end: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /static/css/main.a61dcf76.css
2023-07-18 23:12:42,419 9dd9843192207fa69300e717ce1298c8 [INFO] sematic.api.server: Request start: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /static/js/main.1d10bfe0.js.map
2023-07-18 23:12:42,420 9dd9843192207fa69300e717ce1298c8 [INFO] sematic.api.server: Request end: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /static/js/main.1d10bfe0.js.map
2023-07-18 23:12:42,435 557ae9310 [INFO] sematic.api.server: Request start: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /authenticate
2023-07-18 23:12:42,435 557ae9310 [INFO] sematic.api.server: Request end: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /authenticate
2023-07-18 23:12:42,492 a8359ccfd [INFO] sematic.api.server: Request start: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /api/v1/runs?limit=1&filters=%7B%22AND%22%3A%5B%7B%22parent_id%22%3A%7B%22eq%22%3Anull%7D%7D%2C%7B%22user_id%22%3A%7B%22eq%22%3Anull%7D%7D%5D%7D
2023-07-18 23:12:42,496 a8359ccfd [INFO] sematic.api.server: Request end: 10.42.35.232 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 GET /api/v1/runs?limit=1&filters=%7B%22AND%22%3A%5B%7B%22parent_id%22%3A%7B%22eq%22%3Anull%7D%7D%2C%7B%22user_id%22%3A%7B%22eq%22%3Anull%7D%7D%5D%7D
2023-07-18 23:12:44,568 [INFO] sematic.api.server: Request start: 10.42.16.13 kube-probe/1.24+ GET /
2023-07-18 23:12:44,569 [INFO] sematic.api.server: Request end: 10.42.16.13 kube-probe/1.24+ GET /
The text was updated successfully, but these errors were encountered:
mainly we're missing the http response codes for each request, since they're not logged. but we're also just missing all of uvicorn's log output. sample server log below:
The text was updated successfully, but these errors were encountered: