Browse Source
This commit adds a `defaultValue` attribute to the `springProperty` tag of Logback. That attribute can be used to specify a default value. Closes gh-5447pull/5488/merge
3 changed files with 19 additions and 2 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<configuration> |
||||
<include resource="org/springframework/boot/logging/logback/base.xml" /> |
||||
<springProperty scope="context" name="MINE" defaultValue="foo"/> |
||||
</configuration> |
||||
Loading…
Reference in new issue