Clean up logging system
[jabaws.git] / engine / compbio / engine / LoadBalancer.java
index 6185d42..e73e283 100644 (file)
@@ -58,10 +58,8 @@ public class LoadBalancer {
                // If data set is deemed too big for local execution, than give a\r
                // cluster engine\r
                // If limit is not defined then defaults to executing on the cluster\r
-               Limit<V> limit = executable\r
-                               .getLimit(PresetManager.LOCAL_ENGINE_LIMIT_PRESET);\r
-               log.trace("Inspecting whether the job can be executed locally using limit: "\r
-                               + limit);\r
+               Limit<V> limit = executable.getLimit(PresetManager.LOCAL_ENGINE_LIMIT_PRESET);\r
+               log.trace("Inspecting whether the job can be executed locally using limit: " + limit);\r
                if (limit == null || limit.isExceeded(dataSet)) {\r
                        log.debug("Job EXCEEDS LOCAL execution LIMIT targeting for cluster execution! ");\r
                        return Executable.ExecProvider.Cluster;\r