提交 ed09d345 编写于 作者: P powerYao

update ClassLoaderUtil exception handling

上级 89427dc5
...@@ -37,7 +37,7 @@ public class ClassLoaderUtil { ...@@ -37,7 +37,7 @@ public class ClassLoaderUtil {
} }
} catch (Throwable ex) { } catch (Throwable ex) {
classPath = System.getProperty("user.dir"); classPath = System.getProperty("user.dir");
ex.printStackTrace(); logger.warn("Failed to locate class path, fallback to user.dir: {}", classPath, ex);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册