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
The wrapper forwards the underlying connector's logs to Conduit (see #282). The log level is configurable for the wrapper itself and slf4j (logback). However, log4j's log level is hard-coded (see comment in LoggingUtils for reason). We should try making it configurable (probably by building the logging configuration programmatically).
The text was updated successfully, but these errors were encountered:
Feature description
The wrapper forwards the underlying connector's logs to Conduit (see #282). The log level is configurable for the wrapper itself and slf4j (logback). However, log4j's log level is hard-coded (see comment in LoggingUtils for reason). We should try making it configurable (probably by building the logging configuration programmatically).
The text was updated successfully, but these errors were encountered: