1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Merge pull request #5166 from lucasctd/master

set correct value for logging drivers
This commit is contained in:
Torsten Dittmann 2023-05-09 17:07:08 +02:00 committed by GitHub
commit 1c815c8d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ return [
],
[
'name' => '_APP_LOGGING_PROVIDER',
'description' => 'This variable allows you to enable logging errors to 3rd party providers. This value is empty by default, to enable the logger set the value to one of \'sentry\', \'raygun\', \'appsignal\', \'logowl\'',
'description' => 'This variable allows you to enable logging errors to 3rd party providers. This value is empty by default, to enable the logger set the value to one of \'sentry\', \'raygun\', \'appSignal\', \'logOwl\'',
'introduction' => '0.12.0',
'default' => '',
'required' => false,