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

Remove unnecessary logging #35426

Merged
merged 3 commits into from
May 11, 2023
Merged

Commits on May 11, 2023

  1. Remove unnecessary logging

    The log line remove by this commit is unnecessary, it is not an actual
    error in the sense something will not work. It only means the
    harvester is already running for this file so another one does not
    need to be started. Keeping this log line will only spam our log files
    and make users worried.
    belimawr committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b4398d1 View commit details
    Browse the repository at this point in the history
  2. PR improvements

    belimawr committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ba662b8 View commit details
    Browse the repository at this point in the history
  3. Restoring the error context.

    belimawr committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ba4e8f3 View commit details
    Browse the repository at this point in the history