标签: spring-boot logback spring-cloud-config
我正在尝试在登录中读取Splunk HttpEventCollector追加器的敏感令牌值。我已将此值作为JCE加密值(splunk.token ='{cipher} xxxx')放入了我的Spring云配置存储库中。 我试图在logback.xml中以<token>${splunk.token}</token>的形式读取该值,但是由于没有任何内容发布到Splunk而无法正常工作。
<token>${splunk.token}</token>
如何在logback.xml中读取此加密值?