Commit 55fcdddce26c4f514ccef88bb7dbcfdc0c6ff34a

Authored by 648540858
1 parent 9e6b9a81

优化日志

src/main/java/top/panll/assist/config/StartConfig.java
... ... @@ -126,7 +126,7 @@ public class StartConfig implements CommandLineRunner {
126 126 "</body>\n" +
127 127 "</html>";
128 128 fs.write(content.getBytes(StandardCharsets.UTF_8));
129   - logger.info("已写入html配置页面");
  129 + logger.info("已写入html配置页面: " + file.getAbsolutePath());
130 130 } catch (FileNotFoundException e) {
131 131 logger.error("写入html页面错误", e);
132 132 } catch (IOException e) {
... ...