enso-org / enso

Enso Analytics is a self-service data prep and analysis platform designed for data teams.
https://ensoanalytics.com
Apache License 2.0
7.39k stars 323 forks source link

No logs are present when logging in std-bits #11641

Open hubertp opened 13 hours ago

hubertp commented 13 hours ago

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 as one can now easily log in Enso code via slf4j and it respects existing LS log configs.