You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When logging via
java.util.logging
logs are not being forwarded to slf4j implementation.When logging via
slf4j
no implementation is present:This is inconsistent with non-stdlib enso code which respects existing LS log configs, as explained in #11262
The text was updated successfully, but these errors were encountered: