Laravel telescope logs "list" console command every minute without trigger
I'm encountering an issue with Laravel Telescope in my local development environment where it logs a console command named list every minute, even though my application isn't explicitly triggering it. Image #1 Image #2 Environment: Laravel version: v11.22.0 Laravel Sail…