Hi all, how can I print debug level logs on datahu...
# troubleshoot
a
Hi all, how can I print debug level logs on datahub ingestion container? Should I set an env or pass an argument? Thanks
l
Can you try setting the environment variable
DATAHUB_DEBUG=1
?
🙌 1
datahub --debug ingest -c <config_file.yaml>
will also work
🙌 1