Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant