Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

40 add logging aggregation, LOGLEVEL env var, other logging tweaks #45

Merged
merged 7 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. implement aggregation of product update errors by error type and erro…

    …r 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
    alexdunnjpl committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    387cda6 View commit details
    Browse the repository at this point in the history
  2. implement environment variable LOGLEVEL in sweepers_driver

    takes an int or string representation of a python standard log level like INFO
    alexdunnjpl committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9533c59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6797c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ec9b08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea0bbdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95cf878 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad1bea8 View commit details
    Browse the repository at this point in the history