home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.95k stars 29.04k forks source link

Azure Data Explorer logging too verbose #119846

Closed tanelvakker closed 3 days ago

tanelvakker commented 4 weeks ago

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[bot] commented 4 weeks ago

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 commented 4 weeks ago

Thank you. being fixed in PR https://github.com/home-assistant/core/pull/119857