laravel-zero / laravel-zero

A PHP framework for console artisans

Home Page:https://laravel-zero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUEUES Call to undefined method Psr\Log\NullLogger::driver()

kchigrinov opened this issue · comments

On calling command php artisan queue:work I get an error Call to undefined method Psr\Log\NullLogger::driver()

So I go to the vendor folder and add dumps

Screenshot 2024-01-11 at 15 24 57
Screenshot 2024-01-11 at 15 14 06

Is it normal to register 2 logger with the same name 'log'? It seems that second register overrides the first logger.

When I disable register NullLogger all works fine

Screenshot 2024-01-11 at 15 15 26

Maybe I can disable registering NullLogger from the config? But I can't find it.
@owenvoke Help please)