Skip to content

Commit

Permalink
[DM-33907] Change physical_filter+detector+exposure WARNING to DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoldina committed Mar 3, 2022
1 parent fea7036 commit 8c1fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/core/configSupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(
# default config but the users are using an external
# universe.
unknown = [name for name in dimension_names if universe.get(name) is None]
log.warning(
log.debug(
"A LookupKey '%s' uses unknown dimensions: %s. Possible typo?"
" Using the name explicitly.",
name,
Expand Down

0 comments on commit 8c1fd39

Please sign in to comment.