piomin/spring-boot-logging

Consider stop using `spring.*` configuration namespace

snicoll opened this issue · 1 comments

As described in the reference documentation, we ask third party integration not to reuse official namespace for configuration.

Side note, rather than using @Value it would be nice to use ConfigurationProperties and the annotation processor to get proper metadata for IDE support.

fixed