We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affc5d1 commit 5d206bdCopy full SHA for 5d206bd
1 file changed
lua/spring_boot/launch.lua
@@ -49,6 +49,10 @@ M.bootls_cmd = function(config)
49
"-XX:+UseZGC",
50
"-Dsts.lsp.client=vscode",
51
"-Dsts.log.file=" .. M.logfile(config),
52
+ -- Fix appearance of LOG-FILE-UNDEFINED files
53
+ -- https://github.com/spring-projects/spring-tools/commit/522acf1fa7fc074cbd24ffece25f3368ba5ebe4d
54
+ "-Dspring.profiles.active=file-logging",
55
+ "-Dlogging.file.name=" .. M.logfile(config),
56
"-jar",
57
config.ls_path,
58
}
0 commit comments