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

Improve error handling for log filter #13897

Commits on Jun 17, 2024

  1. parse LogPlugin filter as lossy to avoid panicking

    Luc Drenth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3295251 View commit details
    Browse the repository at this point in the history
  2. log an error if creating log filter from an environment variable fail…

    …ed because of a parsing error
    Luc Drenth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    515f0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad1512 View commit details
    Browse the repository at this point in the history
  4. add comment that explains the log macro that is used

    Luc Drenth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    76695f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. don't unwrap error source

    LucDrenth committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3dffffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a16a8 View commit details
    Browse the repository at this point in the history