Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jan 29, 2024
1 parent 545e2ba commit 73f2fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/error_reporting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
// Enable error reporting
'enable' => (bool) env('STACKDRIVER_ENABLED', false),
'logName' => env('STACKDRIVER_LOGGING_GROUP_NAME', env('APP_NAME')),
'logName' => 'Testing_2024-01-29',
'serviceId' => env('STACKDRIVER_ERROR_REPORTING_SERVICE_ID', env('APP_NAME')),
'versionId' => env('STACKDRIVER_ERROR_REPORTING_VERSION_ID', '1.0.0'),
'LoggingClient' => [
Expand Down

0 comments on commit 73f2fb9

Please sign in to comment.