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

Run the SafeLogger migration manually #1340

Merged
merged 3 commits into from
Jul 23, 2021
Merged

Run the SafeLogger migration manually #1340

merged 3 commits into from
Jul 23, 2021

Conversation

carterkozak
Copy link
Contributor

@carterkozak carterkozak commented Jul 22, 2021

==COMMIT_MSG==
Migrate logging from slf4j to safe-logging loggers
==COMMIT_MSG==

First commit is automated. Second commit, 69224ee, includes manual changes.

@changelog-app
Copy link

changelog-app bot commented Jul 22, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Migrate logging from slf4j to safe-logging loggers

Check the box to generate changelog(s)

  • Generate changelog entry

@policy-bot policy-bot bot requested a review from CRogers July 22, 2021 18:14
carterkozak added a commit to palantir/safe-logging that referenced this pull request Jul 22, 2021
This prevents issues in projects which enforce `NullAway`.
Nullable exceptions for debugging based on some predicate
are relatively common. This impacts us because we often
configure nullaway to enforce with the `com.palantir`
prefix which covers `com.palantir.logsafe.logger` but not
`org.slf4j`.

Issue discovered here:
palantir/dialogue#1340
@carterkozak carterkozak requested review from tpetracca and removed request for CRogers July 22, 2021 19:51
@bulldozer-bot bulldozer-bot bot merged commit 2665abf into develop Jul 23, 2021
@bulldozer-bot bulldozer-bot bot deleted the ckozak/safelog branch July 23, 2021 14:41
@svc-autorelease
Copy link
Collaborator

Released 3.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants