4233: refactor to only query the log lines once and use the JS triggers to create...
[arvados.git] / apps / workbench / app / controllers / jobs_controller.rb
index 11a4e99edb6d8a7c7c6a13b2070995c75c72a4f8..e6d0ccd3bde8f7e79d6d805d2d8073b3223737cb 100644 (file)
@@ -58,9 +58,7 @@ class JobsController < ApplicationController
   end
 
   def push_logs
-    @push_logs = stderr_log_records([@object.uuid]).select do |log_record|
-      log_record.properties[:text] =~ /crunchstat: (mem.*swap.*rss|.*-- interval)/
-    end
+    @push_logs = stderr_log_records([@object.uuid])
   end
 
   def index_pane_list