X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7199f034c15930a3a733e526e12fa93df7f9d4fb..319cc7b3862ff831798f92bcb2f0c921d208147d:/services/api/script/crunch-dispatch.rb diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb index c8d97d9376..a9b7598203 100755 --- a/services/api/script/crunch-dispatch.rb +++ b/services/api/script/crunch-dispatch.rb @@ -401,6 +401,7 @@ class Dispatcher if (running_job && running_job[:stderr_buf_to_flush] != '') log = Log.new(object_uuid: running_job[:job].uuid, event_type: 'stderr', + owner_uuid: running_job[:job].owner_uuid, properties: {"text" => running_job[:stderr_buf_to_flush]}) log.save! running_job[:stderr_buf_to_flush] = ''