Commit bbe4e2c
Jason Gerlowski
Fix log4j2 template spacing
The log4j template added some extra newlines before the actual XML
header, causing the logging library that Solr users to choke and fail to
initialize logging.
This commit removes the source of the extra spaces, allowing logging to
start up correctly.1 parent 54e61a8 commit bbe4e2c
File tree
1 file changed
+1
-3
lines changed- src/main/mpack/common-services/SOLR/7.4.0/configuration
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
0 commit comments