Skip to content

Instantly share code, notes, and snippets.

@beachside-project
Created July 7, 2021 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beachside-project/471bf7ffd790b66698baed3dd2e04898 to your computer and use it in GitHub Desktop.
Save beachside-project/471bf7ffd790b66698baed3dd2e04898 to your computer and use it in GitHub Desktop.
Azure Functions logLevel override sample
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"AzureFunctionsJobHost__logging__logLevel__Default": "Trace"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment