Repository: stratos Updated Branches: refs/heads/master c3dffc30e -> 76fdcfcbb
Fix log entry in dependent-scaling.drl Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/76fdcfcb Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/76fdcfcb Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/76fdcfcb Branch: refs/heads/master Commit: 76fdcfcbba6e0a28566e95dd8b0d143539e19dfc Parents: c3dffc3 Author: Lahiru Sandaruwan <[email protected]> Authored: Wed Dec 3 22:25:32 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed Dec 3 22:25:32 2014 +0530 ---------------------------------------------------------------------- .../distribution/src/main/conf/drools/dependent-scaling.drl | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/76fdcfcb/products/stratos/modules/distribution/src/main/conf/drools/dependent-scaling.drl ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/drools/dependent-scaling.drl b/products/stratos/modules/distribution/src/main/conf/drools/dependent-scaling.drl index 3b4fe96..da87ac5 100644 --- a/products/stratos/modules/distribution/src/main/conf/drools/dependent-scaling.drl +++ b/products/stratos/modules/distribution/src/main/conf/drools/dependent-scaling.drl @@ -19,6 +19,9 @@ package org.apache.stratos.autoscaler.rule; + +global org.apache.stratos.autoscaler.rule.RuleLog log; + rule "Dependent Scaling Rule" dialect "mvel" when
