We should def. print out the reason. Vijay, just override toString() method in the Exception response to log the reason for the failure in addition to the error code.
-Alena. On 7/9/12 10:44 AM, "Sheng Yang" <sh...@yasker.org> wrote: >After we add ExceptionResponse for user to better understand what's >wrong, there has been nothing left in the log for developer to know >what's wrong... > >What we got now is only something like: > >2012-07-09 19:22:10,098 DEBUG [cloud.async.AsyncJobManagerImpl] >(Job-Executor-32:job-29) Complete async job-29, jobStatus: 2, >resultCode: 530, result: >com.cloud.api.response.ExceptionResponse@3fa28ae > >And nothing else. > >Could we just output every ExceptionResponse in the log? That's would >be much more helpful. > >--Sheng >