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

edk2_logging: bugfix invalid logging config set #587

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

Javagedes
Copy link
Contributor

an invalid logging config was set because a log message was registered before the logging was set to edk2 requirements. When this happens, a basic config is applied, which causes other configs not to be applied.

closes #586

an invalid logging config was set because a log message was registered
before the logging was set to edk2 requirements. When this happens, a
basic config is applied, which causes other configs not to be applied.
@Javagedes Javagedes added the bug Something isn't working label Jun 7, 2023
@Javagedes Javagedes added this to the v0.23.6 milestone Jun 7, 2023
@Javagedes Javagedes self-assigned this Jun 7, 2023
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #587 (be9e3e0) into master (407c0f1) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #587      +/-   ##
==========================================
+ Coverage   78.94%   78.99%   +0.04%     
==========================================
  Files          47       47              
  Lines        4778     4774       -4     
==========================================
- Hits         3772     3771       -1     
+ Misses       1006     1003       -3     
Impacted Files Coverage Δ
edk2toolext/edk2_logging.py 88.06% <100.00%> (+1.40%) ⬆️

@Javagedes Javagedes merged commit e0625a4 into tianocore:master Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Extensions is Logging Orders of Magnitude More Information Than Previously
3 participants