spring-boot-data-source-decorator icon indicating copy to clipboard operation
spring-boot-data-source-decorator copied to clipboard

spy.log created when application stoped

Open ansurakin opened this issue 4 years ago • 1 comments
trafficstars

Hello. my pom.xml <dependency> <groupId>com.github.gavlyukovskiy</groupId> <artifactId>p6spy-spring-boot-starter</artifactId> <version>1.7.1</version> </dependency> application.properties decorator.datasource.enabled=true decorator.datasource.p6spy.logging=slf4j By this "Name of log file to use (only with logging=file)." did I understand correctly: file wil not create if property decorator.datasource.p6spy.logging != file. Why spy.log created when application stoped? I don't need this file. How resolve it?

ansurakin avatar Oct 12 '21 16:10 ansurakin

Hi @ansurakin, you did understand it correctly, but unfortunately I cannot reproduce this behavior, please provide minimal sample project.

gavlyukovskiy avatar Dec 14 '21 21:12 gavlyukovskiy