Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-15 Thread Bilal Haidar
Thanks a million Alex! On Thu, Apr 15, 2021 at 4:11 PM 'Alexis (Google Cloud Platform Support)' via Google App Engine wrote: > Hi Bilal, > > That is correct. The instructions for Cloud Debugger allows the link > between your code and the graphical user interface of Google Cloud > Platform, so

Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-15 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hi Bilal, That is correct. The instructions for Cloud Debugger allows the link between your code and the graphical user interface of Google Cloud Platform, so that you can see information with the StackDriver/Debugging tool in our Dashboards. An example on how to view that is shown here

Re: [google-appengine] Re: App Engine - Enable Cloud Debugging for PHP

2021-04-15 Thread Bilal Haidar
Hello Alex, Thanks again for the help. I understand from you that if I follow the instructions on how to enable Cloud Debugger with the StackDriver on my PHP Larave app, including the php.ini file, Is should be viewing my PHP Laravel app logs inside the Stack Driver somewhere on GCP Dashboard.