Enable JUL logging for fat jar and update logging documentation#1168
Merged
jayantsing-db merged 5 commits intodatabricks:mainfrom Mar 2, 2026
Merged
Conversation
Collaborator
Author
|
Sample JUL logs for a query execution using the fat jar with the fix in this PR that includes SDK, apache http client logs: https://temp.corp.databricks.com/?4b6ff9f7fff43a0d#JAu6AHDbAPyzwmUHX3StVfRhmQDbtxhEKzijCLTLKzH4 |
|
This PR has been marked as Stale because it has been open for 30 days with no activity. If you would like the PR to remain open, please remove the stale label or comment on the PR. |
gopalldb
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replace Log4j2 dependencies with the SLF4J-to-JUL bridge (slf4j-jdk14) so
that the fat jar can emit SDK and Apache HTTP client logs via Java Util
Logging (JUL) without requiring users to supply additional logging
libraries.
table, JUL configuration examples, and SLF4J/Log4j2/Logback integration
guides
Testing
Additional Notes to the Reviewer