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