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

Stop spurious APIFormat stopwatches logs #20008

Merged
merged 3 commits into from
Jun 17, 2022

Commits on Jun 17, 2022

  1. Stop spurious APIFormat stopwatches logs

    If there are dangling stopwatches with missing issues there will be repeated
    logging of Unable to APIFormat stopwatches. These are unhelpful and instead
    we should only log if the error is not an issue not exist error.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a17d431 View commit details
    Browse the repository at this point in the history
  2. And prevent error on missing issue in GetActiveStopwatch too

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    de94921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31b3bb View commit details
    Browse the repository at this point in the history