How do I increase the log of the Ingestion Run Det...
# ingestion
b
How do I increase the log of the Ingestion Run Details that you can see in the UI to Debug when running ingestions from UI? I have deployed Datahub on a Kubernetes cluster using helm charts provided in this repository - https://github.com/acryldata/datahub-helm.
g
You can increase the log level to debug under step 4's advanced options
Unfortunately we only retain the most recent 2000 lines of logs for display in the UI. The best way to view the full logs would be to check the logs of the datahub-actions container
b
You can increase the log level to debug under step 4's advanced options - I didn’t get that, can you explain in details?
Also can you specify the location of the logs inside the container?
g
Inside the container, the logs will likely be in
/tmp/datahub/<random id>/ingestion_log.txt
(might’ve typo’d a bit, but that should be right). However, it’d be easier to just look at the datahub-actions container’s logs
b
Thanks for the help.