diff --git a/coreSubProjects b/coreSubProjects index 6f4e10554..2cfc2c81c 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 6f4e105542faf024ccfaa34c868803e456dbffb5 +Subproject commit 2cfc2c81c8cd8c8ef9801ee8b9bf3f6c6e83175b diff --git a/fabric/build.gradle b/fabric/build.gradle index e0cf5d2ee..f99ca7e2e 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -4,7 +4,10 @@ plugins { loom { accessWidenerPath = project(":common").file("src/main/resources/${accessWidenerVersion}.distanthorizons.accesswidener") - + + // Custom logging + //log4jConfigs.from(file("log4j-dev.xml")) + // "runs" isn't required, but when we do need it then it can be useful runs { client { diff --git a/fabric/log4j-dev.xml b/fabric/log4j-dev.xml new file mode 100644 index 000000000..8ca676dc0 --- /dev/null +++ b/fabric/log4j-dev.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file