Skip to content

Commit

Permalink
Include new Databricks' log categories for diagnostic settings (Azure…
Browse files Browse the repository at this point in the history
…#248)

Add new databricks' log categories for diagnostic settings
  • Loading branch information
SenthuranSivananthan authored Apr 13, 2022
1 parent 700eb96 commit 89613db
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,27 @@
{
"category": "mlflowAcledArtifact",
"enabled": "[parameters('logsEnabled')]"
}
},
{
"category": "databrickssql",
"enabled": "[parameters('logsEnabled')]"
},
{
"category": "deltaPipelines",
"enabled": "[parameters('logsEnabled')]"
},
{
"category": "modelRegistry",
"enabled": "[parameters('logsEnabled')]"
},
{
"category": "repos",
"enabled": "[parameters('logsEnabled')]"
},
{
"category": "unityCatalog",
"enabled": "[parameters('logsEnabled')]"
}
]
}
}
Expand Down

0 comments on commit 89613db

Please sign in to comment.