Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 05:27 AM
If you are using API, you can set the logging using the below piece of information in your json body.
https://docs.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/examples#cluster-log-example
"cluster_log_conf": {
"dbfs": {
"destination": "dbfs:/cluster-logs"
}
},