mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 15:38:37 +00:00
优化:日志输出重构 (#689)
This commit is contained in:
@@ -73,7 +73,7 @@ public class FileConvertQueueTask {
|
||||
TimeUnit.SECONDS.sleep(10);
|
||||
} catch (Exception ex) {
|
||||
Thread.currentThread().interrupt();
|
||||
ex.printStackTrace();
|
||||
logger.error("Failed to sleep after exception", ex);
|
||||
}
|
||||
logger.info("处理预览转换任务异常,url:{}", url, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user