Can I override log levels within a tap? I’d like t...
# troubleshooting
m
Can I override log levels within a tap? I’d like to quiet the logs from tap-salesforce (to
warn
or even
error
) while keeping my general meltano log level as
info
e
SDK-based taps support a
LOGLEVEL
env var. More info: https://sdk.meltano.com/en/latest/implementation/logging.html#logging-levels
Non-SDK taps support a
LOGGING_CONF_FILE
env var that points to a init-style log config file, where you may be able so set the handler’s level