Alon Bar-Lev has uploaded a new change for review.

Change subject: services: ovirt-engine: allow all levels within engine.log 
appenders
......................................................................

services: ovirt-engine: allow all levels within engine.log appenders

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.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1158757
Change-Id: I4788133905582c80c7ee6275245a07b913759f07
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M packaging/services/ovirt-engine/ovirt-engine.xml.in
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/34632/1

diff --git a/packaging/services/ovirt-engine/ovirt-engine.xml.in 
b/packaging/services/ovirt-engine/ovirt-engine.xml.in
index 6ec2dbe..06b1765 100644
--- a/packaging/services/ovirt-engine/ovirt-engine.xml.in
+++ b/packaging/services/ovirt-engine/ovirt-engine.xml.in
@@ -63,7 +63,7 @@
     <subsystem xmlns="urn:jboss:domain:logging:1.1">
 
       <custom-handler name="ovirt-logger" 
class="org.ovirt.engine.core.logger.LoggerHandler" 
module="org.ovirt.engine.core.logger">
-        <level name="DEBUG"/>
+        <level name="ALL"/>
       </custom-handler>
 
       <!-- All the application server messages go here: -->
@@ -78,7 +78,7 @@
 
       <!-- Only the engine messages go here: -->
       <file-handler name="ENGINE" autoflush="true">
-        <level name="INFO"/>
+        <level name="ALL"/>
         <formatter>
           <pattern-formatter pattern="%d %-5p [%c] (%t) %s%E%n"/>
         </formatter>
@@ -88,7 +88,7 @@
 
       <!-- Console -->
       <console-handler name="CONSOLE" autoflush="true">
-        <level name="INFO"/>
+        <level name="ALL"/>
         <formatter>
           <pattern-formatter pattern="%d %-5p [%c] (%t) %s%E%n"/>
         </formatter>


-- 
To view, visit http://gerrit.ovirt.org/34632
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4788133905582c80c7ee6275245a07b913759f07
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to