Skip to content

Commit

Permalink
Reduce logging verbosity in hydra_config_utils.py
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Nov 21, 2024
1 parent c243f80 commit 04e7fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/utils/hydra_config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_all_configs_in_group_of_type(
):
# Resolve generic aliases if present.
return_type = typing.get_origin(return_type) or return_type
logger.info(
logger.debug(
f"Assuming that the function {target} creates objects of type {return_type} based "
f"on its return type annotation."
)
Expand Down

0 comments on commit 04e7fb4

Please sign in to comment.