Kanagaraj M has uploaded a new change for review. Change subject: packaging: excluding log4j.xml from dal.jar ......................................................................
packaging: excluding log4j.xml from dal.jar Modified the pom.xml to exclude the log4j.xml while building the dal.jar. If the log4j.xml included in the dal.jar, after the installation the log output is not going to engine.log and it always remains empty. Change-Id: Ibce1ba5034ef9d9043a7919c53d711f087105dc2 Signed-off-by: Kanagaraj M <kmayi...@redhat.com> --- M backend/manager/modules/dal/pom.xml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/12369/1 diff --git a/backend/manager/modules/dal/pom.xml b/backend/manager/modules/dal/pom.xml index 6e8e7d8..019de61 100644 --- a/backend/manager/modules/dal/pom.xml +++ b/backend/manager/modules/dal/pom.xml @@ -112,6 +112,7 @@ <filtering>true</filtering> <excludes> <exclude>**/key.p12</exclude> + <exclude>**/log4j.xml</exclude> </excludes> </resource> <resource> -- To view, visit http://gerrit.ovirt.org/12369 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibce1ba5034ef9d9043a7919c53d711f087105dc2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches