Skip to content
Snippets Groups Projects
Verified Commit c38b76bc authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

fix: reduce log level of some debug information

this minor fix is used to trigger a release for testing the sbom generation
parent 55820333
No related branches found
No related tags found
1 merge request!26Resolve "repair sbom generation and upload"
Pipeline #343200 passed
......@@ -88,7 +88,7 @@ class TextgridNamedProject(TextgridProject):
"extent": response.result[0].object_value.generic.generated.extent,
}
}
_logger.info("INFO: %s", info)
_logger.debug("INFO: %s", info)
if "aggregation" in info[name]["format"]:
return TextgridNamedAggregation(
join_uri(self.path, name), self.environ, info, self._tgmeta
......@@ -126,7 +126,7 @@ class TextgridNamedAggregation(TextgridAggregation):
"extent": response.result[0].object_value.generic.generated.extent,
}
}
_logger.info("INFO: %s", info)
_logger.debug("INFO: %s", info)
if "aggregation" in info[name]["format"]:
return TextgridNamedAggregation(
join_uri(self.path, name), self.environ, info, self._tgmeta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment