We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2bc46 commit 28ac16fCopy full SHA for 28ac16f
AutomatedNotebooks-Manager.ipynb
@@ -18,7 +18,7 @@
18
"from msticpy.common.azure_auth import az_connect\r\n",
19
"from msticpy.common.keyvault_client import BHKeyVaultClient\r\n",
20
"from msticpy.data.azure_sentinel import AzureSentinel\r\n",
21
- "from msticpy.common.exceptions import CloudError"
+ "from azure.common.exceptions import CloudError"
22
],
23
"outputs": [],
24
"metadata": {}
@@ -29,7 +29,7 @@
29
"source": [
30
"# Open a log file that tracks notebook executions\r\n",
31
"path = Path.cwd().joinpath(\"notebook_execution.log\")\r\n",
32
- "logging.basicConfig(filename=path, level=logging.info)"
+ "logging.basicConfig(filename=path)"
33
34
35
0 commit comments