Unverified Commit 463755ee authored by jamesgetx's avatar jamesgetx
Browse files

logging to logger

parent 9049ec7b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -65,7 +65,7 @@ class BcsLazyDiscoverer(LazyDiscoverer):
# Version mismatch, need to refresh cache
self.invalidate_cache()
except Exception as e:
logging.error("load cache error: %s", e)
logger.error("load cache error: %s", e)
# 临时用于记录 maximum recursion depth 异常的 cache 文件, 定位后删除
log_error_cache(discoverer_cache.cache_key, cache_content)
self.invalidate_cache()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment