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

Change logging implementation to Log4j 2. #1533

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

1u0
Copy link
Member

@1u0 1u0 commented Jun 29, 2023

Description

This changes logging backend from log4j (1.x) to log4j2:

  • most of sub-projects are changed to use org.slf4j:slf4j-api only, instead of specific org.slf4j:slf4j-log4j12
  • removed log4j.properties for some sub-projects (mainly used in unit tests setup)
  • for app the configuration and logging setup was re-written to use log4j2.xml and builtin filters from that library.

Review

  • Tests
  • Documentation

Deployment Notes

Should there be release info about change of logging backend (and hence configuration)?

@1u0 1u0 marked this pull request as ready for review June 29, 2023 14:03
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.

None yet

1 participant