Skip to content

Commit

Permalink
add note about how to get more info about config options
Browse files Browse the repository at this point in the history
This is related to *should document the options for KQLMAGIC_NOTEBOOK_APP and what it means*, issue microsoft#84.
  • Loading branch information
ForrestTrepte committed Feb 7, 2022
1 parent 3dec41e commit 1aba9b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions notebooks/QuickStart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@
"\n",
"#%env KQLMAGIC_LOG_LEVEL=DEBUG\n",
"#%env KQLMAGIC_LOG_FILE_MODE=Append\n",
"# %env KQLMAGIC_LOG_FILE=michael.log\n",
"#%env KQLMAGIC_LOG_FILE=michael.log\n",
"#%env KQLMAGIC_LOG_FILE_PREFIX=myLog\n",
"#%env KQLMAGIC_DEVICE_CODE_NOTIFICATION_EMAIL=SMTPEndPoint='endpoint';SMTPPort='port';sendFrom='from';sendFromPassword='password';sendTo='to';context='text'"
"#%env KQLMAGIC_DEVICE_CODE_NOTIFICATION_EMAIL=SMTPEndPoint='endpoint';SMTPPort='port';sendFrom='from';sendFromPassword='password';sendTo='to';context='text'\n",
"\n",
"# For more information about configuration options, you can run the following command:\n",
"#%kql --config"
]
},
{
Expand Down
5 changes: 4 additions & 1 deletion notebooks/QuickStartAI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"#%env KQLMAGIC_LOG_LEVEL=DEBUG\n",
"#%env KQLMAGIC_LOG_FILE_MODE=Append\n",
"#%env KQLMAGIC_LOG_FILE=michael.log\n",
"#%env KQLMAGIC_LOG_FILE_PREFIX=myLog"
"#%env KQLMAGIC_LOG_FILE_PREFIX=myLog\n",
"\n",
"# For more information about configuration options, you can run the following command:\n",
"#%kql --config"
]
},
{
Expand Down
5 changes: 4 additions & 1 deletion notebooks/QuickStartLA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"#%env KQLMAGIC_LOG_LEVEL=DEBUG\n",
"#%env KQLMAGIC_LOG_FILE_MODE=Append\n",
"#%env KQLMAGIC_LOG_FILE=michael.log\n",
"#%env KQLMAGIC_LOG_FILE_PREFIX=myLog"
"#%env KQLMAGIC_LOG_FILE_PREFIX=myLog\n",
"\n",
"# For more information about configuration options, you can run the following command:\n",
"#%kql --config"
]
},
{
Expand Down

0 comments on commit 1aba9b5

Please sign in to comment.