We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecc91e commit 63c52d8Copy full SHA for 63c52d8
workers/proxy_worker/utils/dependency.py
@@ -226,7 +226,7 @@ def _get_cx_deps_path() -> str:
226
]
227
# Return first or default to first site-packages path in sys.path
228
default_path = next((p for p in sys.path if 'site-packages' in p), '')
229
- logger.info("Customer dependencies path candidates: %s. Default: %s", cx_paths, default_path)
+ logger.debug("Customer dependencies path candidates: %s. Default: %s", cx_paths, default_path)
230
if cx_paths:
231
return cx_paths[0]
232
else:
0 commit comments