Laravel 8 still can't disable logging in production, regardless of deleting config files
P粉573943755
P粉573943755 2023-08-28 18:47:36
0
1
374
<p>I have searched everywhere and tried all the suggested methods, even deleted the logging.php file in the config folder, but laravel still creates the laravel.log file, which is very annoying to me. I set </p> in my .env file <pre class="brush:php;toolbar:false;">LOG_CHANNEL=null LOG_LEVEL=null</pre> <p>But still no success. How can I disable this logging completely? </p>
P粉573943755
P粉573943755

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!