Open
Description
Describe the bug
Current Springtools create in
java.io.tmpdir
a file
spring.log
with the sole content
2021-04-12 16:24:19.962 INFO 183790 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
In application.properties the setting
logging.file.name
exists and the file configured there is created as well, with all other log statements after one quoted above.
Looks to me like STS is too slow to read the configuration and use it accordingly.