@@ -123,9 +123,14 @@ sources listing them in the `properties.logger.sources-ignored`.
123
123
124
124
By default the system properties (` systemProperties ` ) and the environment variables(` systemEnvironment ` )
125
125
are excluded. You can exclude more properties source by adding their names to the list.
126
- For example, to not not take into account property keys from the file application.properties, a file with a relative path
127
- ` ../secrets/secret.properties ` , the command line arguments, the ` properties ` attribute of ` @SpringBootTest ` and others
128
- @* Test annotations, you should set these values :
126
+
127
+ > For example, to not not take into account property keys from :
128
+ > 1 . the file application.properties
129
+ > 2 . a file with a relative path ` ../secrets/secret.properties `
130
+ > 3 . the command line arguments
131
+ > 4 . the ` properties ` attribute of ` @SpringBootTest ` and others @* Test annotations,
132
+ > you should set these values :
133
+
129
134
``` properties
130
135
properties.logger.sources-ignored = systemProperties, systemEnvironment,\
131
136
[application.properties] ,\
@@ -134,16 +139,16 @@ commandLineArgs,\
134
139
Inlined\ Test\ Properties
135
140
```
136
141
137
- # First set default exclusions : RECOMMENDED
138
- # Then add others exclusions :
139
- ## for the the application.properties file :
140
- ## for ../secrets/secret.properties file :
141
- ## for command ligne arguments :
142
- ## properties attributs for tests :
142
+ > At first line, set default exclusions ( RECOMMENDED) then add others exclusions :
143
+ >
144
+ > 2 . at second line, for the the application.properties file,
145
+ > 3 . at third line for ../secrets/secret.properties file
146
+ > 4 . at fourth line for command ligne arguments
147
+ > 5 . at fifth line for then properties attributes for tests
143
148
144
149
### Prefix list for displayed properties
145
150
146
- ** Feature controller by ` properties.logger.prefix-for-propertie ` **
151
+ ** Feature controller by ` properties.logger.prefix-for-properties ` **
147
152
148
153
### Properties with hidden values
149
154
0 commit comments