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

feat: Allow setting ACTS_LOG_FAILURE_THRESHOLD at runtime #1195

Merged

Conversation

paulgessinger
Copy link
Member

@paulgessinger paulgessinger commented Mar 16, 2022

The physics perf monitoring in #1193 runs on the ODD, which currently
throws a number of ERRORs. To circumvent this, this PR allows setting
the threshold through an environment variable, in addition to the
compile time option.

The physics perf monitoring in acts-project#1193 runs on the ODD, which currently
throws a number of ERRORs. To circumvent this, this PR allows setting
the threshold through an environment variable, in addition to the
compile time option.
@paulgessinger paulgessinger added this to the next milestone Mar 16, 2022
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #1195 (eb92f94) into main (7034c5a) will decrease coverage by 0.03%.
The diff coverage is 28.00%.

@@            Coverage Diff             @@
##             main    #1195      +/-   ##
==========================================
- Coverage   47.85%   47.81%   -0.04%     
==========================================
  Files         360      360              
  Lines       18568    18591      +23     
  Branches     8759     8769      +10     
==========================================
+ Hits         8885     8890       +5     
- Misses       3634     3649      +15     
- Partials     6049     6052       +3     
Impacted Files Coverage Δ
Core/include/Acts/Utilities/Logger.hpp 52.56% <28.00%> (-12.90%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@kodiakhq kodiakhq bot merged commit 3b264d7 into acts-project:main Mar 16, 2022
@paulgessinger paulgessinger modified the milestones: next, v18.0.0 Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants