I would like to reference external config file from logback. I have an external properties file that contains the datasource, some variables I use in controllers and log configurations. Is there a way to retrieve this variables from logback ?
grails.util.Holders.applicationContext.getBean('grailsApplication') does not work.
I know I'm using the externalconfig plugin, but if i want to reference a path set in applicaction.yaml is it possible ?