We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
getting this error when running the app locally.
[2023-09-29 13:56:32] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Unresolvable dependency resolving [Parameter #0 [ <required> array $config ]] in class Rollbar\\RollbarLogger
Laravel v10.24.0
rollbar/rollbar-laravel v8.0.0
'channels' => [ 'stack' => [ 'driver' => 'stack', 'channels' => ['rollbar', 'single'], 'ignore_exceptions' => false, ], 'single' => [ 'driver' => 'single', 'path' => storage_path('logs/laravel.log'), 'level' => env('LOG_LEVEL', 'debug'), ], 'rollbar' => [ 'driver' => 'monolog', 'handler' => \Rollbar\Laravel\MonologHandler::class, 'access_token' => env('ROLLBAR_TOKEN'), 'environment' => env('APP_NAME', 'production'), 'level' => 'warning', ],
The text was updated successfully, but these errors were encountered:
PHP v8.1
Sorry, something went wrong.
Closing as duplicate
#150
No branches or pull requests
Hi,
getting this error when running the app locally.
[2023-09-29 13:56:32] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (Illuminate\\Contracts\\Container\\BindingResolutionException(code: 0): Unresolvable dependency resolving [Parameter #0 [ <required> array $config ]] in class Rollbar\\RollbarLogger
Laravel
v10.24.0
rollbar/rollbar-laravel
v8.0.0
The text was updated successfully, but these errors were encountered: