Allowed all logging to be viewed by the interface.
It is just much easier this way.
This commit is contained in:
@@ -62,4 +62,10 @@ artifacts {
|
||||
builtBy installDist
|
||||
}
|
||||
install(distTar)
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesMatching("**/log4j2.xml") {
|
||||
expand(rootProject.properties)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user