Michael Kublin has uploaded a new change for review.

Change subject: engine: Removing flood message from engine.log
......................................................................

engine: Removing flood message from engine.log

The following message is writtent to engine.log when
we are trying to add some audit log message and it is illegal - meaning should
be skipped, the message is misleading and also for case of very common event
we just flooding engine.log

Change-Id: I0ec84555c0473a2e051d68f27cbbbbbd84fa6c9a
Signed-off-by: Michael Kublin <mkub...@redhat.com>
---
M 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/12521/1

diff --git 
a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
 
b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
index 8ce4043..18db945 100644
--- 
a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
+++ 
b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
@@ -858,8 +858,6 @@
                     log.infoFormat(loggerString, resolvedMessage);
                 }
             }
-        } else {
-            log.infoFormat("No string for {0} type. Use default Log", 
auditLogable.getAuditLogTypeValue());
         }
     }
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ec84555c0473a2e051d68f27cbbbbbd84fa6c9a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkub...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to