Currently, one can view logs in the Web Interface, but if an error occurs and a stack trace is sent, its data object is accessible on the page (part of the JSON), but the user has no way of displaying.
We can either print the stacktrace right away, or give the user a possibility to expand it on-demand (hidden div or something like that). Either of these will do.
Currently, one can view logs in the Web Interface, but if an error occurs and a stack trace is sent, its data object is accessible on the page (part of the JSON), but the user has no way of displaying.
We can either print the stacktrace right away, or give the user a possibility to expand it on-demand (hidden div or something like that). Either of these will do.