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

PR-1173 Fix cats effect 2 logging #1269

Merged
merged 4 commits into from
May 15, 2023
Merged

Conversation

obenkenobi
Copy link
Contributor

@obenkenobi obenkenobi commented May 15, 2023

This PR is a duplicate of another one.

As such, here is a copy/paste of the PR description:

Overview

In one of previous PRs somebody introduced an info log in CE 2 instrumentation that was being logged on every instrumentation of IO.shift and it wasn't caught by neither application_logging.enabled property, nor log_level. This PR fixes it by making this log on Finest level only if it's applicable.

Related Github Issue

Include a link to the related GitHub issue, if applicable

Testing

The agent includes a suite of tests which should be used to
verify your changes don't break existing functionality. These tests will run with
Github Actions when a pull request is made. More details on running the tests locally can be found
here,

Checks

[ ] Are your contributions backwards compatible with relevant frameworks and APIs?
[ ] Does your code contain any breaking changes? Please describe.
[ ] Does your code introduce any new dependencies? Please describe.

@obenkenobi obenkenobi changed the title Fix cats effect 2 logging PR-1173 Fix cats effect 2 logging May 15, 2023
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@a8c79f7). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1269   +/-   ##
=======================================
  Coverage        ?   57.94%           
  Complexity      ?     8524           
=======================================
  Files           ?      943           
  Lines           ?    42264           
  Branches        ?     6150           
=======================================
  Hits            ?    24491           
  Misses          ?    15363           
  Partials        ?     2410           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@obenkenobi obenkenobi merged commit efefbe9 into main May 15, 2023
@obenkenobi obenkenobi deleted the fix-cats-effect-2-logging branch May 2, 2024 21:28
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.

4 participants