Downgrade log warning->info for unregistered webhook message (#66830)
This commit is contained in:
parent
48e3f9584b
commit
fa8238bc04
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ async def async_handle_webhook(
|
|||
else:
|
||||
received_from = request.remote
|
||||
|
||||
_LOGGER.warning(
|
||||
_LOGGER.info(
|
||||
"Received message for unregistered webhook %s from %s",
|
||||
webhook_id,
|
||||
received_from,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue