Commit d891757
committed
Fix log4j2 directory property; add zip compression
The recent log4j2 version bump no longer ignores the invalid and unused
line specifying dir.logs causing the server to fail to start.
That line has been removed and converted to a proper log4j2 property,
which the file appender now references to allow the user to more easily
change the output directory.
Additionally, zip compression was added to the rolling file appender for
previous versions.
Signed-off-by: Tony Germano <tony@germano.name>1 parent 9a36030 commit d891757
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | | - | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments