Open mikeblum opened 10 years ago
The proper fix for this is to NOT copy over the log4j.properties file at all for Alfresco builds. The only log4j.properties file that should be copied over for the buildAmp and installDevelopmentAmp is the one located in \classes\alfresco\module\com.tsgrp.opencontent\log4j.properties.
Should just be a small update to the gradle build to ignore the log4j.properties file when building...
Duplicate of #18
The workaround for now is injecting a correct log4j.properties file in your respective overlay.
This is the original file found in vanilla alfresco WEB-INF/classes:
This is the working file: (we should make this the default)