Azure function v 2.0 not showing verbose messages when logLevel is set to Debug

Anonymous
2022-03-09T00:56:05+00:00

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.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-03-09T03:43:44+00:00

    Suggest you post your question on the Azure community support

    1 person found this answer helpful.
    0 comments No comments