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

FIX: remove calls to custom logger in c++ code and revert "big" ci test #1264

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

jcrivenaes
Copy link
Collaborator

@jcrivenaes jcrivenaes commented Nov 7, 2024

The custom logger made in C++ which applies python's logging is probably too fragile when multithreaded and/or nested calls, and usage is removed for now in the codebase (although keep the class/function until a better solution)

This links to #1262

The custom logger made in C++ which apply python's logging is probably
too fragile when multithreaded and/or nested calls, and usage is removed for
now in the codebase (although keep the class/function until a better solution)
@jcrivenaes jcrivenaes requested a review from mferrera November 7, 2024 07:49
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.14%. Comparing base (0375fed) to head (0dd5476).
Report is 46 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1264      +/-   ##
==========================================
+ Coverage   80.02%   81.14%   +1.11%     
==========================================
  Files          98       94       -4     
  Lines       13680    12433    -1247     
  Branches     2203     1874     -329     
==========================================
- Hits        10948    10089     -859     
+ Misses       1999     1685     -314     
+ Partials      733      659      -74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jcrivenaes jcrivenaes merged commit 7173f59 into equinor:main Nov 7, 2024
39 checks passed
@jcrivenaes jcrivenaes deleted the fix-remove-custom-logging-cpp branch November 7, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants