From e168d8e59302fd996cb70343a15acae4fafdfd7a Mon Sep 17 00:00:00 2001 From: DaemonUmbra Date: Mon, 15 Apr 2019 22:00:11 -0400 Subject: [PATCH] Remove Vanilla Logging Config (#5618) This will re-enable Forge's logging configuration in "production" --- build.gradle | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 6a2c5cb9d..8297caeb8 100644 --- a/build.gradle +++ b/build.gradle @@ -450,18 +450,7 @@ project(':forge') { type: 'release', mainClass: 'cpw.mods.modlauncher.Launcher', inheritsFrom: MC_VERSION, - logging: [ - client: [ - argument: '-Dlog4j.configurationFile=${path}', - file: [ - id:'client-1.12.xml', - sha1:'ef4f57b922df243d0cef096efe808c72db042149', - size:877, - url:'https://launcher.mojang.com/v1/objects/ef4f57b922df243d0cef096efe808c72db042149/client-1.12.xml' - ], - type: 'log4j2-xml' - ] - ], + logging: {}, arguments: [ game: ['--launchTarget', 'fmlclient', '--fml.forgeVersion', "${project.version.substring(MC_VERSION.length() + 1)}", '--fml.mcVersion', "${MC_VERSION}", '--fml.forgeGroup', "${project.group}", '--fml.mcpVersion', "${MCP_VERSION}"] ],