This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Filter out logs on /healthcheck (#171)
* Filter out logs on /healthcheck Reduce noisy uvicorn logs when polling /healthcheck. To test, you can run a local copy of api-tools to regenerate one of the pipeline apis, and try calling /healthcheck on it. For instance, in api-tools, run `make install-project-local`. Jump over to unstructured-api and run `make generate-api` and `make run-web-app`. Make a request to localhost:8000/healthcheck and verify that the uvicorn logs do not show it. * version sync --------- Co-authored-by: cragwolfe <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.10.4 | ||
|
||
* Add filter on /healthcheck logs | ||
|
||
# 0.10.3 | ||
|
||
* Add support for json and msg file types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.10.3" # pragma: no cover | ||
__version__ = "0.10.4" # pragma: no cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters