Skip to content

Commit 63c52d8

Browse files
committed
make log debug
1 parent 1ecc91e commit 63c52d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/proxy_worker/utils/dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _get_cx_deps_path() -> str:
226226
]
227227
# Return first or default to first site-packages path in sys.path
228228
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)
229+
logger.debug("Customer dependencies path candidates: %s. Default: %s", cx_paths, default_path)
230230
if cx_paths:
231231
return cx_paths[0]
232232
else:

0 commit comments

Comments
 (0)