ytake / Laravel-FluentLogger

fluent logger for laravel (with Monolog handler for Fluentd)
MIT License
63 stars 23 forks source link

Stackdriver Error Reporting #13

Open AidasK opened 8 years ago

AidasK commented 8 years ago

I can see error in Stackdriver Logging tool, but it does not appear in "Stackdriver Error Reporting" application. Am I missing some config option?

AidasK commented 8 years ago

I have also followed these steps without a success: https://cloud.google.com/error-reporting/docs/setting-up-on-compute-engine

The only thing I have noticed is that log message name should contain "err".

Modify your application so that it sends error and exception data in the expected structured format via the logging agent to the Google Cloud Platform backends, using a log name that contains err (e.g. error_log).

And In the logs it is named "production.ERROR" but I am not sure this is the case.