mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Downgrade log warning->info for unregistered webhook message (#66830)
This commit is contained in:
@@ -95,7 +95,7 @@ async def async_handle_webhook(
|
|||||||
else:
|
else:
|
||||||
received_from = request.remote
|
received_from = request.remote
|
||||||
|
|
||||||
_LOGGER.warning(
|
_LOGGER.info(
|
||||||
"Received message for unregistered webhook %s from %s",
|
"Received message for unregistered webhook %s from %s",
|
||||||
webhook_id,
|
webhook_id,
|
||||||
received_from,
|
received_from,
|
||||||
|
Reference in New Issue
Block a user