First time i saw this error, I tried chmod -R 777 storage
but nothing changed.
Anyone know how to fix this error ? also i tried composer update
Check your config or .env file settings your log level's should be from this array :
protected $levels = [
'debug' => MonologLogger::DEBUG,
'info' => MonologLogger::INFO,
'notice' => MonologLogger::NOTICE,
'warning' => MonologLogger::WARNING,
'error' => MonologLogger::ERROR,
'critical' => MonologLogger::CRITICAL,
'alert' => MonologLogger::ALERT,
'emergency' => MonologLogger::EMERGENCY,
];
So in .env file :
APP_LOG_LEVEL=debug
Or other you want.
If it will be blank or selected wrong then you will may get this error.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With