Commit c559b15
committed
Switching Logback's file logging charset to UTF-8
Aligns the file charset between Log4j2 and Logback.
Prior to this commit, there was an inconsistency between the two:
Log4j2 used UTF-8, while Logback used Charset.defaultCharset(),
which is platform-dependent.
Signed-off-by: Dmytro Nosan <[email protected]>1 parent 42d0f72 commit c559b15
File tree
2 files changed
+2
-8
lines changed- core/spring-boot/src
- main/java/org/springframework/boot/logging/logback
- test/java/org/springframework/boot/logging/logback
2 files changed
+2
-8
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 80 | | |
87 | 81 | | |
88 | 82 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
0 commit comments