Skip to content

Commit

Permalink
Merge pull request #89 from lsst/tickets/DM-13888
Browse files Browse the repository at this point in the history
Adjust bypass search logging.
  • Loading branch information
ktlim committed Mar 26, 2018
2 parents 2e0c876 + ee340c8 commit 45f767a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/daf/persistence/butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,9 @@ def _locate(self, datasetType, dataId, write):
bypass = bypass()
location.bypass = bypass
except (NoResults, IOError):
self.log.info("NoResults or IOError (continuing search) while evaluating "
"bypass function for Dataset type:{} Data ID:{} at "
"location {}".format(datasetType, dataId, location))
self.log.debug("Continuing dataset search while evaluating "
"bypass function for Dataset type:{} Data ID:{} at "
"location {}".format(datasetType, dataId, location))
# If a location was found but the location does not exist, keep looking in input
# repositories (the registry may have had enough data for a lookup even thought the object
# exists in a different repository.)
Expand Down

0 comments on commit 45f767a

Please sign in to comment.