mirror of
https://github.com/clearml/clearml
synced 2025-04-06 05:35:32 +00:00
Fix local cache warning to debug
This commit is contained in:
parent
59932e4f4c
commit
40f92dfb62
@ -801,7 +801,7 @@ class StorageHelper(object):
|
|||||||
if verbose:
|
if verbose:
|
||||||
self._log.info('Start downloading from %s' % remote_path)
|
self._log.info('Start downloading from %s' % remote_path)
|
||||||
if not overwrite_existing and Path(local_path).is_file():
|
if not overwrite_existing and Path(local_path).is_file():
|
||||||
self._log.warning(
|
self._log.debug(
|
||||||
'File {} already exists, no need to download, thread id = {}'.format(
|
'File {} already exists, no need to download, thread id = {}'.format(
|
||||||
local_path,
|
local_path,
|
||||||
threading.current_thread().ident,
|
threading.current_thread().ident,
|
||||||
|
Loading…
Reference in New Issue
Block a user