Skip to content

Commit

Permalink
Merge pull request #625 from lsst/tickets/DM-33140
Browse files Browse the repository at this point in the history
DM-33140: Change log warning to debug
  • Loading branch information
mfisherlevine committed Jan 6, 2022
2 parents 679b36c + c819404 commit 936d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/_butler.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def _rewrite_data_id(
# them to the Id form
for dimensionName, values in byRecord.items():
if dimensionName in newDataId:
log.warning(
log.debug(
"DataId specified explicit %s dimension value of %s in addition to"
" general record specifiers for it of %s. Ignoring record information.",
dimensionName,
Expand Down

0 comments on commit 936d6f3

Please sign in to comment.