superchairon / laravel-google-cloud-logging

A Google Cloud Logging system for Laravel
MIT License
1 stars 7 forks source link

No custom logs are written to GCP #3

Open bhaidar opened 3 years ago

bhaidar commented 3 years ago

Hi In my app I enable DB scripts to be logged as Log::info().

after adding this package I cannot see those logs (actual db queries) on the cloud logging. I’m using App Engine

thanks Bilal

mdd1704 commented 3 years ago

Hi, Same here. How we can know the project id & credentials is match or error?