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
reafctor: drops requirement of specific framework for logging
the requirement is being revised to have python navtive application level
logging,the actual log aggretation is an infrasatructure level requirement
not an application specific requirement
REFS #7
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This lab aims to outline a recipe for building a standardised Python server that
8
8
-[ ] Healthcheck endpoint that will validate that the API can get to the database
9
9
-[x] Worker processes that will process tasks in the background (using [TasIQ](https://github.com/taskiq-python/taskiq))
10
10
-[x] Provide `Dockerfile` for development and production
11
-
-[ ]Log aggregation and monitoring ([parseable](https://github.com/parseablehq/parseable))
11
+
-[ ]Application level logging
12
12
-[x]~~CSRF protection~~ see [#52](https://github.com/anomaly/lab-python-server/issues/52), also see [official guide](https://fastapi.tiangolo.com/tutorial/cors/)
13
13
-[x] Basic endpoints for authentication (JWT and OTP based) - along with recommendations for encryption algorithms
0 commit comments