Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Data Explorer logging too verbose #119846

Closed
tanelvakker opened this issue Jun 17, 2024 · 2 comments · Fixed by #121802
Closed

Azure Data Explorer logging too verbose #119846

tanelvakker opened this issue Jun 17, 2024 · 2 comments · Fixed by #121802

Comments

@tanelvakker
Copy link

The problem

azure.core.pipeline.policies.http_logging_policy is logging too much with INFO:

2024-06-17 17:14:59.998 INFO (SyncWorker_12) [azure.core.pipeline.policies.http_logging_policy] Request URL: 'https://[redacted].blob.core.windows.net/kvcx94ch9w07j0ujsgcpha-20240617-ingestdata-e5c334ee145d4b4-0/HomeAssistant__raw__d686c04e-b86c-4d06-ab62-92104a0265d3__stream.gz?sv=REDACTED&st=REDACTED&se=REDACTED&sr=REDACTED&sp=REDACTED&sig=REDACTED'
Request method: 'PUT'
Request headers:
'Content-Length': '7083'
'x-ms-blob-type': 'REDACTED'
'If-None-Match': '*'
'x-ms-version': 'REDACTED'
'Content-Type': 'application/octet-stream'
'Accept': 'application/xml'
'User-Agent': 'azsdk-python-storage-blob/12.20.0 Python/3.12.2 (Linux-6.6.29-haos-x86_64-with)'
'x-ms-date': 'REDACTED'
'x-ms-client-request-id': 'fb6102de-2cb3-11ef-be18-f2e9619ee4f3'
A body is sent with the request

Would be great if this would be turned to WARNING

What version of Home Assistant Core has the issue?

core-2024.6.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Azure Data Explorer

Link to integration documentation on our website

https://www.home-assistant.io/integrations/azure_data_explorer/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @kaareseras, mind taking a look at this issue as it has been labeled with an integration (azure_data_explorer) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of azure_data_explorer can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign azure_data_explorer Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


azure_data_explorer documentation
azure_data_explorer source
(message by IssueLinks)

@kaareseras
Copy link
Contributor

Thank you. being fixed in PR #119857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants