-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
"Unable to create configured logger. Using emergency logger....NullHandler" error #150
Comments
I am not sure why you are getting that error. I can offer a couple possibilities but none of them seem like a clear option.
If none of those seem to resolve the issue and you still can't figure it out, please post the exact version installed for the following packages...
|
Hello, I have the same issue. I just followed the correct instructions:
Latest versions of the libraries + Laravel 10. This can help: |
@vbezruchkin what version of |
Had this same issue occur to me using the following versions:
After closely reviewing the issue I noticed that I accidentally had set up the environment variable as |
Same issue here, please advise. PHP v8.1.23 rollbar/rollbar 4.0.1 My The error is slightly different:
I looked into the Monolog upgrade instructions, but I can't immediately see anything that's relevant for the setup: https://laravel.com/docs/10.x/upgrade#monolog-3 Current implementation:
|
It is possible this could be related to an autoloading issue. Try running...
|
Did not fix it for me unfortunately. |
Laravel 8.x
PHP 8.1.x
rollbar/rollbar-laravel v7.2.0
My laravel.log file has been flooded with this error after updating PHP from 7.4.x to 8.1.x and rollbar/rollbar-laravel from 7.0.0 to 7.2.0.
I followed the installation here https://docs.rollbar.com/docs/laravel#laravel-6-through-9 but nothing needs to be updated as far as I am concerned because my Laravel version doesn't change.
Please advise.
The text was updated successfully, but these errors were encountered: