Skip to content

Commit

Permalink
Merge pull request #224 from bdf0506/bdf0506-patch-1
Browse files Browse the repository at this point in the history
Change "updating data from BI Server" from info to debug log message
  • Loading branch information
kramttocs committed Feb 25, 2024
2 parents 4484cf4 + 3c14faa commit 0506a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/blueiris/api/blue_iris_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def initialize(self):
)

async def async_update(self):
_LOGGER.info(
_LOGGER.debug(
f"Updating data from BI Server ({self.config_manager.config_entry.title})"
)

Expand Down

0 comments on commit 0506a25

Please sign in to comment.