mirror of https://github.com/sbt/sbt.git
Disable calculation of log4j caller location information
This commit is contained in:
parent
c0c186580a
commit
48f9cf3be6
|
|
@ -31,7 +31,9 @@ sealed abstract class LogExchange {
|
||||||
false,
|
false,
|
||||||
XLevel.DEBUG,
|
XLevel.DEBUG,
|
||||||
name,
|
name,
|
||||||
"true",
|
// disable the calculation of caller location as it is very expensive
|
||||||
|
// https://issues.apache.org/jira/browse/LOG4J2-153
|
||||||
|
"false",
|
||||||
Array[AppenderRef](),
|
Array[AppenderRef](),
|
||||||
null,
|
null,
|
||||||
config,
|
config,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue