This is probably the stupidest question, but I cannot find any answer in Google's own docs:
Question: Is there a way to view detailed error reports in Google's API console?
Details: I am using the Google Drive API to view and create files, and in the Google API console I can view metrics that show me error counts by API method, by response code, etc. But just knowing I have a bunch of "4xx" errors does not help me much, especially when the errors are sporadic. Is there any detailed logging available for the Google API that might help me see more specifically what went wrong when these errors popped up? It seems like this info should be somewhere (they bothered to make the nice plot showing when the errors occured, just no details on what the error was...) but I can't find how to access it.
Edit: To clarify, I am not asking how to log items myself, but how to access the existing logs generated by Google API Console.
Edit: My initial guess was to check the Google Logs Explorer, but everything in the Dashboard tab reports "No data is available for the selected time frame", and any queries I make appear to return empty.