Leighton Chen

Results 329 comments of Leighton Chen

Could you paste/give a link to your django app? I am running your instrumented code as a standalone Python app and cannot replicate the behavior you are experiencing above: ```python...

@shingotoda I am able to replicate the logs showing up printed to stdout but these logs are not captured and sent to App Insights. Please confirm whether these logs are...

@shingotoda This is a separate issue and unrelated to Application Insights then. If you set the root logger level to INFO, this will capture all the logs sent from your...

> My question is if we could justify the INFO level log in HttpLoggingPolicy class [like this](https://github.com/Azure/azure-sdk-for-python/blob/d8bcdc57c0287dca6b6bdc192c9255616c4f36d3/sdk/core/azure-core/azure/core/pipeline/policies/_universal.py#L472) to be set to DEBUG. My goal is to suppress this message. This...

@MahrRah See this [comment](https://github.com/Azure/azure-sdk-for-python/issues/33623#issuecomment-1875785376)

@jdudleyonyxtech Thanks for your patience. I've create a PR to address this issue: https://github.com/Azure/azure-sdk-for-python/pull/34020

Please refer to this [comment](https://github.com/Azure/azure-sdk-for-python/pull/32897#issuecomment-1843463543). We are in the midst of discussing whether we want to bring back this feature.

We have decided we will enable this feature via an opt-in environment variable. Will be available in the next released version of the exporter once this PR is merged. https://github.com/Azure/azure-sdk-for-python/pull/34463

@dhofstetter Thanks so much for looking into this and apologize for the delayed response. > Why doesn't opentelemetry-instrument doesn't modify the global loglevel? > That's open for discussion, but I...

@dhofstetter If your pr is simply to enhance the logging instrumentation, I am fine with it. In the future we may want to enhance autoinstrumentation as well to allow for...