Skip to content

Instantly share code, notes, and snippets.

@ericbrunner
Created August 18, 2018 06:09
Show Gist options
  • Save ericbrunner/6d5e1b3995ff652f6b2efbe17f206406 to your computer and use it in GitHub Desktop.
Save ericbrunner/6d5e1b3995ff652f6b2efbe17f206406 to your computer and use it in GitHub Desktop.
Azure Function - Turn on Full Debug Logging to Application Insights for your Function
{
"functionTimeout": "00:10:00",
"logger": {
"categoryFilter": {
"defaultLevel": "Information",
"categoryLevels": {
"Function": "Trace"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment