Allowed all logging to be viewed by the interface.

It is just much easier this way.
This commit is contained in:
Markil3
2021-10-09 15:52:34 -06:00
parent 72ccfbc444
commit a92d686ddb
17 changed files with 1087 additions and 138 deletions

View File

@@ -62,4 +62,10 @@ artifacts {
builtBy installDist
}
install(distTar)
}
}
processResources {
filesMatching("**/log4j2.xml") {
expand(rootProject.properties)
}
}