Eli Mesika has posted comments on this change.

Change subject: engine: Fixed a spelling mistake in AuditLogAgingThreashold 
config var
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AuditLogCleanupManager.java
Line 41:     public void OnTimer() {
Line 42:         try {
Line 43:             log.info("Start deleteAgedOutAuditLogs");
Line 44:             DateTime latestTimeToKeep = DateTime.getNow().AddDays(
Line 45:                     Config.<Integer> 
GetValue(ConfigValues.AuditLogAgingThreshold)
please remove this change , it is not a part of the patch
Line 46:                             * -1);
Line 47:             
DbFacade.getInstance().getAuditLogDao().removeAllBeforeDate(latestTimeToKeep);
Line 48:             log.info("Finished deleteAgedOutAuditLogs");
Line 49:         } catch (RuntimeException e) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I14becc0f57404a86ca18917e4b6e2d00054a44b1
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Asaf Shakarchi <a...@redhat.com>
Gerrit-Reviewer: Asaf Shakarchi <a...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to