3782: restore default of no maxbytes
authorTim Pierce <twp@curoverse.com>
Fri, 26 Sep 2014 19:38:45 +0000 (15:38 -0400)
committerTim Pierce <twp@curoverse.com>
Fri, 26 Sep 2014 21:09:36 +0000 (17:09 -0400)
commit070ca0d5fdd81ed1d3a32fbfc4d1329bb911bdf1
tree4e7e3316fc997034e485ddd22ad772c63fbf9b62
parent362be0f8b6b1d559e041c8cda7d9f154fb93ee97
3782: restore default of no maxbytes

Use the 'size' query parameter to specify the limit of log bytes to
display for a job.  If no 'size' parameter is present, the FileStreamer
class reads up to 2**16 bytes from the API server.
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/views/jobs/_show_log.html.erb