generated from NASA-PDS/template-repo-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40 add logging aggregation, LOGLEVEL env var, other logging tweaks (#45)
* implement aggregation of product update errors by error type and error reason this prevents the logs from getting blasted when batches full of similar errors present. does not aggregate when the product id appears in the reason * implement environment variable LOGLEVEL in sweepers_driver takes an int or string representation of a python standard log level like INFO * add lowercase support to utils.parse_log_level() * update README.md for LOGLEVEL env var * fix bug in query progress logging * add explanation for Opensearch returning HTTP200 when failures exist * remove redundant/misleading log message
- Loading branch information
1 parent
7def3d8
commit 52c1529
Showing
4 changed files
with
56 additions
and
22 deletions.
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
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
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