Yair Zaslavsky has submitted this change and it was merged.
Change subject: tools: Replace log4j with JUL as backend for engine-config
......................................................................
tools: Replace log4j with JUL as backend for engine-config
1) Replaces log4j with java.util.logging as logging backend in
engine-config.
2) Removes --log4j-config param from engine-config. It's not needed
anymore, because custom logging configuration can be specified
using OVIRT_LOGGING_PROPERTIES environment variable.
Change-Id: I2b340115f68cf88b6ebd3166044f974fed9e798b
Bug-Url:
https://bugzilla.redhat.com/1109871
Signed-off-by: Martin Perina <mperina(a)redhat.com>
---
M
backend/manager/tools/src/main/java/org/ovirt/engine/core/config/EngineConfigCLIParser.java
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/config/EngineConfigMap.java
M backend/manager/tools/src/main/java/org/ovirt/engine/core/config/OptionKey.java
M backend/manager/tools/src/main/modules/org/ovirt/engine/core/tools/main/module.xml
D backend/manager/tools/src/main/resources/engine-config/log4j.xml
M packaging/bin/engine-config.sh
M packaging/man/man8/engine-config.8
8 files changed, 24 insertions(+), 62 deletions(-)
Approvals:
Alon Bar-Lev: Looks good to me, but someone else must approve
Martin Peřina: Verified
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/33757
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2b340115f68cf88b6ebd3166044f974fed9e798b
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server