We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bae56 commit b6d085aCopy full SHA for b6d085a
hole/__init__.py
@@ -45,7 +45,7 @@ async def get_data(self):
45
async with async_timeout.timeout(5, loop=self._loop):
46
response = await self._session.get(self.base_url)
47
48
- _LOGGER.info("Response from *hole: %s", response.status)
+ _LOGGER.debug("Response from *hole: %s", response.status)
49
self.data = await response.json()
50
_LOGGER.debug(self.data)
51
0 commit comments