-
Notifications
You must be signed in to change notification settings - Fork 487
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
Error Logging Issue: Telescope Fails Host Resolution Every Minute with Sail #752
Comments
Update: Issue Resolved Adding Not sure where to report this—should Laravel Sail address this? I noticed in their docker-compose.yml the following:
More info: https://github.com/laravel/sail/blob/1.x/stubs/docker-compose.stub#L11 Could this be causing the issue? Would appreciate any thoughts on this. |
New Issue After Stopping Containers After stopping all containers of my Laravel application using
I cannot understand how there is still a process running that’s adding log entries to my |
Can confirm, same here. |
Telescope Version
5.2.4
Laravel Version
11.29.0
PHP Version
8.3.12
Database Driver & Version
image: 'postgres:17' (the issue also appears on 'mysql/mysql-server:8.0')
Description
While using Laravel Telescope with Laravel Sail, the following error is logged exactly every minute:
This error clutters the logs but doesn't affect Telescope's functionality otherwise. The issue appears in projects configured to use both MySQL and PostgreSQL databases.
Expected Behavior: No unnecessary or repeated error logs should appear when Telescope is working as expected.
Let me know if further details are required. Thank you!
Steps To Reproduce
storage/logs/laravel.log
file.The text was updated successfully, but these errors were encountered: