GitHub user chiba3 opened a pull request:
https://github.com/apache/storm/pull/2904
add indent to log4j2 xml files
Only indent changes. add indent after configuration block.
before
```
<configuration monitorInterval="60" shutdownHook="disable">
<block>
</block>
</configuration>
```
after
```
<configuration monitorInterval="60" shutdownHook="disable">
<block>
</block>
</configuration>
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chiba3/storm add-indent-log4j2-xml
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2904.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2904
----
commit 00cd667a4cce14f716cc9480dfad71ec0e029a3f
Author: jenkins <jenkins@...>
Date: 2018-11-10T16:49:18Z
add indent to log4j2 xml files
----
---