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

No logs are present when logging in stdlibs #11641

Open
hubertp opened this issue Nov 24, 2024 · 0 comments · May be fixed by #11670
Open

No logs are present when logging in stdlibs #11641

hubertp opened this issue Nov 24, 2024 · 0 comments · May be fixed by #11670
Assignees

Comments

@hubertp
Copy link
Contributor

hubertp commented Nov 24, 2024

When logging via java.util.logging logs are not being forwarded to slf4j implementation.
When logging via slf4j no implementation is present:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details

This is inconsistent with non-stdlib enso code which respects existing LS log configs, as explained in #11262

@hubertp hubertp changed the title No logs are present when logging in std-bits No logs are present when logging in stdlibs Nov 25, 2024
@hubertp hubertp linked a pull request Nov 26, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔧 Implementation
Development

Successfully merging a pull request may close this issue.

1 participant