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

Standalone: Fix slf4j logging and add default log4j config #83

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

Johni0702
Copy link
Collaborator

We use version 2 of slf4j, so we need to include the log4j adapter which was built for version 2, not the one for version 1.

With that, logging works, but it's using log4j's ugly default format and only emits WARN or above.
To improve the out-of-the-box behavior for Standalone UC, we add a default log4j config file; applications which require further customization can override it via one of the many way which log4j provides.

We use version 2 of slf4j, so we need to include the log4j adapter which
was built for version 2, not the one for version 1.

With that, logging works, but it's using log4j's ugly default format and
only emits WARN or above.
To improve the out-of-the-box behavior for Standalone UC, we add a
default log4j config file; applications which require further
customization can override it via one of the many way which log4j
provides.
@Johni0702 Johni0702 merged commit 182b126 into master Aug 14, 2024
1 check passed
@Johni0702 Johni0702 deleted the fix/standalone-logging branch August 14, 2024 12:49
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.

2 participants