提交 f68cb458 编写于 作者: J Jason Song 提交者: GitHub

Merge pull request #711 from powerYao/req_master

output ClassLoaderUtil exception to logger
......@@ -37,7 +37,7 @@ public class ClassLoaderUtil {
}
} catch (Throwable ex) {
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.
先完成此消息的编辑!
想要评论请 注册