修改默认的log路径

This commit is contained in:
ascrutae 2016-07-05 11:54:16 +08:00
parent 67e007a758
commit 5b2b2e55aa
1 changed files with 2 additions and 2 deletions

View File

@ -83,10 +83,10 @@ public class Config {
// log文件名
public static String LOG_FILE_NAME = "skywalking-api.log";
// log文件路径
public static String LOG_FILE_PATH = "/home/xin/tmp";
public static String LOG_FILE_PATH = "/tmp/skywalking";
// 最大文件大小
public static int MAX_LOG_FILE_LENGTH = 3 * 1024 * 1024;
// skywalking 系统错误文件日志
public static String SYSTEM_ERROR_LOG_FILE_NAME = "skywalking-api-error.log";
}
}
}