It's possible in Spring Boot to create custom property app1.logging.config
and map it in Spring app itself to behave like logging.config
property value? We need to do this workaround, because we are deploying multiple Spring Boot services into one JBoss application and we need to have different logging configs for each service.
0 Replies