When doing any sort of development/testing work against SharePoint Online, there are bound to be some errors. Some errors manifest in the form of exceptions, which can be logged to a special-purpose SharePoint list for error details. Other errors, though, cannot be caught as exceptions. For instance:
Error
Sandboxed code execution request failed.
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: 9cde387c-b460-4731-9681-450a7c890310
Date and Time: 5/16/2012 4:42:13 AM
On the server version, I would check the logs for the correlation ID to get a detailed stack trace, conditions around the error, etc. Is there any way to get this log information in SharePoint Online?