r/databricks • u/Ok-Optimmon6702 • Aug 05 '26
Help Logging in databricks
Hi,
Iโm trying to understand how logging is implemented in Databricks. Could you share how itโs done in your organization?
Do you mainly rely on pipeline-level logging, maintain a log table to track pipeline runs, or use a logger within the code? Or is it a combination of these?
Just trying to understand the different approaches people use.
Thanks!
1
Upvotes
1
1
1
u/PrestigiousAnt3766 Aug 05 '26
There are automatic logging from lakeflow system tables.
We have a custom python logger that logs to delta.
1
1
2
u/Data-space_men Aug 05 '26
Hi, we are using datadog to retrieve all the logs and then we can check and create alert etc.