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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove LOGGER.exception() line #1087

Merged
merged 2 commits into from Feb 23, 2024
Merged

fix: Remove LOGGER.exception() line #1087

merged 2 commits into from Feb 23, 2024

Commits on Feb 22, 2024

  1. fix: Remove LOGGER.exception() line

    Information logged in this line will be available to the calling code
      via the exception thrown.
    
    There are scenarios where due to concurrency issues,  there are two uncoordinated outputs happening at once. This may result in this line logging stack traces after log statements in the exception block of the calling code.
    mukund-ananthu committed Feb 22, 2024
    Copy the full SHA
    db683d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Copy the full SHA
    219008e View commit details
    Browse the repository at this point in the history