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

Avoid printing error logs when there are no records in the queue #674

Merged
merged 7 commits into from
Jul 12, 2024

Conversation

subkanthi
Copy link
Collaborator

@subkanthi subkanthi commented Jul 7, 2024

This PR includes the changes also for logging.
We include libraries that contain different logging implementation(java.util.logging(JUL) and slf4j).
Included log4j adapter for JUL so that all JUL logs are routed to log4j
Included Slf4j log4j implementation (version 2) so that slf4j logs are routed to log4j

closes: #578
closes: #642
closes: #667
closes: #666

@subkanthi subkanthi changed the base branch from 2.3.0 to 2.2.0 July 8, 2024 13:21
…o log4j, Added slf4j2 to log4j to route slf4j2 calls to log4j
@subkanthi subkanthi linked an issue Jul 9, 2024 that may be closed by this pull request
@subkanthi subkanthi merged commit 8b8e21f into 2.2.0 Jul 12, 2024
6 of 7 checks passed
@subkanthi subkanthi deleted the 667-investigate-errors-regarding-empty-batch branch July 12, 2024 17:07
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.

Logging settings
1 participant