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,
|
||||
XLevel.DEBUG,
|
||||
name,
|
||||
"true",
|
||||
// disable the calculation of caller location as it is very expensive
|
||||
// https://issues.apache.org/jira/browse/LOG4J2-153
|
||||
"false",
|
||||
Array[AppenderRef](),
|
||||
null,
|
||||
config,
|
||||
|
|
|
|||
Loading…
Reference in New Issue