Skip to content

Commit 3c25d14

Browse files
update LoggingStacApiIO docstring
1 parent f2e52cc commit 3c25d14

File tree

1 file changed

+1
-1
lines changed
  • openeogeotrellis/integrations

1 file changed

+1
-1
lines changed

openeogeotrellis/integrations/stac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read_text_from_href(self, href: str) -> str:
5757

5858
class LoggingStacApiIO(StacApiIO):
5959
"""
60-
StacApiIO subclass that logs every HTTP request at INFO level,
60+
StacApiIO subclass that logs every HTTP request,
6161
including the method, URL, response status code, and elapsed time.
6262
6363
Uses a requests response hook so every request made through the session

0 commit comments

Comments
 (0)