Skip to content

Commit

Permalink
chore: update logging level of noisy message
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Oct 1, 2024
1 parent ecc66ea commit b296f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trapdata/api/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def open(self, raise_exception=False) -> PIL.Image.Image | None:
raise_exception=raise_exception,
)
else:
logger.info(f"Using already loaded image {self.id}")
logger.debug(f"Using already loaded image {self.id}")
if self._pil:
self.width, self.height = self._pil.size
return self._pil
Expand Down

0 comments on commit b296f01

Please sign in to comment.