Bug 1158757

Summary: allow all levels within engine.log appenders
Product: [Retired] oVirt Reporter: Alon Bar-Lev <alonbl>
Component: ovirt-engine-coreAssignee: Alon Bar-Lev <alonbl>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Belka <jbelka>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.5CC: ecohen, gklein, iheim, jbelka, lsurette, rbalakri, yeylon
Target Milestone: ---Keywords: CodeChange, Improvement
Target Release: 3.5.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 16:06:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alon Bar-Lev 2014-10-30 07:10:10 UTC
this reduces the changes required by user when enabling debug for
specific loggers, reduce confusion and chance for error.
    
we should have been able to use dynamic log in 3.5 but did not provide
that, so until then make the log enable sequence simpler.

Comment 1 Jiri Belka 2014-11-20 09:58:23 UTC
ok, rhevm-backend-3.5.0-0.20.el6ev.noarch

i see engine debug level log msgs while changed only one line:

--- ovirt-engine.xml.in.orig    2014-11-20 10:54:01.895681646 +0100
+++ ovirt-engine.xml.in 2014-11-20 10:57:17.213607733 +0100
@@ -117,7 +117,7 @@
         </handlers>
       </logger>
       <logger category="org.ovirt.engine.core.bll">
-        <level name="INFO"/>
+        <level name="DEBUG"/>
       </logger>
       <logger category="org.ovirt.engine.core.dal.dbbroker.PostgresDbEngineDialect\$PostgresJdbcTemplate">

Comment 2 Sandro Bonazzola 2015-01-21 16:06:10 UTC
oVirt 3.5.1 has been released. If problems still persist, please make note of it in this bug report.