Merge pull request #4449 from eddumelendez/gh-4445
* pr/4449: Fix springProfile with multi profiles separated by comma and whitespacepull/4454/head
commit
b09d0e1e3b
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<include resource="org/springframework/boot/logging/logback/base.xml" />
|
<include resource="org/springframework/boot/logging/logback/base.xml" />
|
||||||
<springProfile name="production,test">
|
<springProfile name="production, test">
|
||||||
<logger name="org.springframework.boot.logging.logback" level="TRACE" />
|
<logger name="org.springframework.boot.logging.logback" level="TRACE" />
|
||||||
</springProfile>
|
</springProfile>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue