Skip to content

$java.io.tmpdir/spring.log created despite of logging.file.name being set #624

Open
@2019-05-10

Description

@2019-05-10

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions