Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
linyimin0812 committed Sep 11, 2023
1 parent 5e26390 commit 9345c6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class LogFactory {
createLogger(LoggerName.STARTUP);
createLogger(LoggerName.TRANSFORM);

String asyncInitBeanLogPath = System.getProperty("user.home") + File.separator + "spring-startup-analyzer" + File.separator;
String asyncInitBeanLogPath = System.getProperty("user.home") + File.separator + "spring-startup-analyzer" + File.separator + logs + File.separator;
createLogger(LoggerName.ASYNC_INIT_BEAN, asyncInitBeanLogPath);
}

Expand Down

0 comments on commit 9345c6a

Please sign in to comment.