Method: TasksController#logs

Defined in:
app/controllers/tasks_controller.rb

#logsObject



27
28
29
# File 'app/controllers/tasks_controller.rb', line 27

def logs
  render json: { logs: @task.get_logs&.encode("utf-8", undef: :replace, replace: "?") }
end