Browse Source
Previously springProfile supported multi profiles separated by comma but it doesn´t work if there are whitespaces. Now, springProfile will read values cleaning whitespaces. See gh-4445pull/4454/head
2 changed files with 3 additions and 3 deletions
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<configuration> |
||||
<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" /> |
||||
</springProfile> |
||||
</configuration> |
||||
|
||||
Loading…
Reference in new issue