|
|
@@ -112,7 +112,7 @@ public class TaskServiceImpl implements TaskService {
|
|
|
}
|
|
|
FileWriter fileWriter = null;
|
|
|
try {
|
|
|
- String logFilePath = (LOG_DIR.endsWith(File.separator) ? LOG_DIR : LOG_DIR + "/") + "search-task-log.log";
|
|
|
+ String logFilePath = (LOG_DIR.endsWith(File.separator) ? LOG_DIR : LOG_DIR + "/") + "mall-search-mysql-task-log.log";
|
|
|
fileWriter = new FileWriter(logFilePath, true);
|
|
|
fileWriter.write(log.toJSONString() + "\n");
|
|
|
fileWriter.flush();
|