-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Call to undefined method Monolog\Logger::listen() #812
Comments
If I delete the hole entry "LOG_CHANNEL=stack" from .env will bring the same result. |
@ultimateBusiness did you manage to solve your issue? |
This has nothing to do with debugbar. From the 5.6 upgrade guide https://laravel.com/docs/5.6/upgrade: "All logging configuration is now housed in its own config/logging.php configuration file. You should place a copy of the default configuration file in your own application and tweak the settings based on your application's needs." You need to copy that file in your config folder so you can use the default log channel: stack. |
I was able to locate the error to some incompatibility with I don't know if the issue relies on |
For anyone still having this issue, set The non-existent I'll try to get around to a PR at some point. |
laravel are using the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Fresh project at L5.6 @ Homestead on a Mac - Package autodiscovery - no other configuration - open the site and the above error appears.
If I change in ".env" the entry:
LOG_CHANNEL=stack
to
LOG_CHANNEL=stac (yes - this is not valid)
Result => the Debugbar is working - any suggestions?
The text was updated successfully, but these errors were encountered: