|
@@ -18,7 +18,7 @@ public class LoggerUtil {
|
|
|
public LoggerUtil() {
|
|
|
try {
|
|
|
// 设置日志文件的路径和文件名
|
|
|
- String logFileName = "/home/files/dms/upload/carrierNum.txt";
|
|
|
+ String logFileName = "/home/files/dms/upload/inboundLog.txt";
|
|
|
fileHandler = new FileHandler(logFileName, true); // true表示追加模式
|
|
|
fileHandler.setFormatter(new SimpleFormatter());
|
|
|
|