Suggest you post your question on the Azure community support
Azure function v 2.0 not showing verbose messages when logLevel is set to Debug
I've been experiencing this issue since a couple of hours now.
> Context: I'm running an Azure Function v2.0
project in nodejs v12 LTS
and I'm using VS Code Debugger
with the --verbose
flag to debug my application
When I set the logLevel
to Debug
I never see the output of the context.log.verbose
inside a function.
This is what my host.json
file looks like:
{
"version": "2.0",
"logging": {
"logLevel": {
"default": "Debug"
}
}
}
> PS: I'm not able to see the verbose messages
too on the App Insights
in the Azure portal
Windows Insider program | Office on Insider preview
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
1 answer
Sort by: Most helpful
-
Anonymous
2022-03-09T03:43:44+00:00