mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-06-30 21:17:37 +08:00
DATAX_HOME log 级别调整
This commit is contained in:
parent
e8ad5c4b76
commit
a98b4bacdd
@ -28,7 +28,7 @@ public class SystemUtils {
|
||||
if (StringUtils.isNotEmpty(DATAX_HOME)) return DATAX_HOME;
|
||||
String dataXHome = System.getenv("DATAX_HOME");
|
||||
if (StringUtils.isBlank(dataXHome)) {
|
||||
//LOGGER.warn("DATAX_HOME 环境变量为NULL");
|
||||
LOGGER.warn("DATAX_HOME 环境变量为NULL");
|
||||
return null;
|
||||
}
|
||||
DATAX_HOME = System.getProperty("os.name").contains("Windows") ?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user