azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

Lower levels of two log statements

Open Blackbaud-JasonBodnar opened this issue 8 months ago • 3 comments

Description

Lower the levels of two logging statements. According to the Log4J docs WARN should be used for "an event that might possible lead to an error". Starting up a client is not an event that could lead to an error.

All SDK Contribution checklist:

  • [ X ] The pull request does not introduce [breaking changes]
  • [ X ] CHANGELOG is updated for new features, bug fixes or other significant changes.
  • [ X ] I have read the contribution guidelines.

General Guidelines and Best Practices

  • [ X ] Title of the pull request is clear and informative.
  • [ X ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • [ NA ] Pull request includes test coverage for the included changes.

Blackbaud-JasonBodnar avatar Jun 26 '24 15:06 Blackbaud-JasonBodnar