Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I see the errors shown in the Google Developers Console Project Page?

I'm on the Google Developers Console Project page (https://console.developers.google.com/project) and I can see that I have a number of errors for one of the Projects.

It says that the number displayed is the number that Google has sent over the past 24 hours.

Where are these errors displayed? Were they sent to my email? I'm not sure where to view them so that I can resolve them.

like image 861
Graham Carey Avatar asked Jun 15 '15 03:06

Graham Carey


1 Answers

You need to select the project and go to the Monitoring -> Logs section in order to access the Logs Viewer which retrieves data from the Google Cloud Logging service

Depending on whether you use Google App Engine or Google Compute Engine, if you do not see any logs, then see Getting Started for instructions on what to do to setup the logging for your project.

like image 76
Alex Bitek Avatar answered Nov 12 '22 14:11

Alex Bitek