Skip to content

Commit

Permalink
chore: change warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 21, 2024
1 parent 04934de commit f10465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_package_version(obj: Any) -> str:
if found_paths:
message = f"{message}\nInstallation paths:\n\t{found_paths_str}"

logger.warning(message)
logger.debug(message)

try:
return str(version_metadata(pkg_name))
Expand Down

0 comments on commit f10465f

Please sign in to comment.