Change in ovirt-engine[master]: core: Introduce logutils module
Code Review
gerrit at ovirt.org
Mon Feb 13 15:57:15 UTC 2017
>From Martin Peřina <mperina at redhat.com>:
Martin Peřina has submitted this change and it was merged.
Change subject: core: Introduce logutils module
......................................................................
core: Introduce logutils module
1. Introduces logutils module, which contains code extending standard
java.logging framework
2. This module needs to be separated from other utils classes, so we can
insert it into boot class path, which is needed to specify custom
logging formatter introduced in subsequent classes
3. Moves JavaLoggingUtils class to logutils module
Change-Id: Idee6583569dfb68e56b164e174e3f22ad236b374
Bug-Url: https://bugzilla.redhat.com/1408193
Signed-off-by: Martin Perina <mperina at redhat.com>
---
M Makefile
M backend/manager/extensions-tool/pom.xml
A backend/manager/logutils/exclude-filters.xml
A backend/manager/logutils/pom.xml
R backend/manager/logutils/src/main/java/org/ovirt/engine/core/logutils/JavaLoggingUtils.java
M backend/manager/pom.xml
M backend/manager/tools/pom.xml
M backend/manager/tools/src/main/java/org/ovirt/engine/core/config/EngineConfigExecutor.java
M backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/Notifier.java
M ovirt-engine.spec.in
M packaging/bin/engine-config.sh
M packaging/bin/ovirt-engine-extensions-tool.sh
M packaging/services/ovirt-engine-notifier/ovirt-engine-notifier.conf.in
13 files changed, 49 insertions(+), 4 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, but someone else must approve
Martin Peřina: Verified; Looks good to me, approved
Juan Hernandez: Looks good to me, but someone else must approve
Ravi Nori: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/67161
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idee6583569dfb68e56b164e174e3f22ad236b374
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina at redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace at redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
More information about the Engine-commits
mailing list