Make it possible to disable modifying log4j.properties #201
Labels
enhancement
New feature or request
has-jira-ticket
Corresponding ticket has been opened in the Xenit Jira for planning
I want to use the docker-alfresco plugin to publish a war. However, the plugin always creates a task to modify the log4j.properties:
alfresco-docker-gradle-plugin/src/main/java/eu/xenit/gradle/docker/alfresco/DockerAlfrescoPlugin.java
Line 149 in 2e271bf
This task serves to remove the File appender and to prefix logs with [ALFRESCO] or [SHARE]. This is mainly useful in Docker scenario's. It would be nice to have a flag not to create the task.
The text was updated successfully, but these errors were encountered: