lib/kishu/log.rb in kishu-1.0.1 vs lib/kishu/log.rb in kishu-1.0.2
- old
+ new
@@ -27,7 +27,12 @@
uncompress_files
# add_bookends
merge_files
sort_files
end
+
+ desc "is logstahs running", "check logstahs is working"
+ def pipeline_status
+ puts Pipeline.new.status?
+ end
end
end
\ No newline at end of file