Skip to content

Commit

Permalink
Merge pull request #48 from DataONEorg/bugfix-47
Browse files Browse the repository at this point in the history
changing logging levels for #47
  • Loading branch information
iannesbitt authored Nov 10, 2023
2 parents 836ad07 + 606b46a commit 7588204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soscan/sonormalizepipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def process_item(self, item, spider):
if len(group["identifier"]) > 0:
if item["series_id"] is None:
item["series_id"] = group["identifier"][0]
self.logger.debug(f'Using identifier {g} for series_id: {item["series_id"]}')
self.logger.info(f'Using identifier {g} for series_id: {item["series_id"]}')
if len(group["identifier"]) > 1:
item["alt_identifiers"].append(group["identifier"][1:])
else:
Expand Down

0 comments on commit 7588204

Please sign in to comment.