Commit 2ed13035 authored by zhangqingle's avatar zhangqingle

修改文件上传打印日志等级

parent 369331c8
......@@ -6,6 +6,6 @@ import lombok.extern.slf4j.Slf4j;
public class LogUtil {
//文件转换日志打印
public static void fileChangeLog(String message){
log.warn(message);
log.debug(message);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment