Downgrade log warning->info for unregistered webhook message (#66830)

This commit is contained in:
Franck Nijhof 2022-02-18 21:43:25 +01:00 committed by GitHub
parent 48e3f9584b
commit fa8238bc04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,