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 <[email protected]>
Gerrit-Reviewer: Asaf Shakarchi <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Itamar Heim <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches