Quick question re: SDK-based targets: When testing...
# singer-target-development
t
Quick question re: SDK-based targets: When testing the target with
poetry run
, how can I set the log level to DEBUG?
e
You should be able to use the
LOGLEVEL
env var
t
Confirmed. Thank you!