mirror of
https://github.com/taoneill/war.git
synced 2024-11-13 05:54:31 +01:00
Fix logger format arguments not being applied
This commit is contained in:
parent
78ef1dd4fc
commit
7ef61af277
@ -15,7 +15,7 @@ public class WarLogFormatter extends Formatter {
|
||||
b.append(" [");
|
||||
b.append(arg0.getLevel());
|
||||
b.append("] ");
|
||||
b.append(arg0.getMessage());
|
||||
b.append(formatMessage(arg0));
|
||||
b.append(System.getProperty("line.separator"));
|
||||
return b.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user