Feb 21, 2024
0
Level 1
lumen does not log
I installed a Lumen application with laradock and everything works in bootstrap I removed the comments from
$app->withFacades();
$app->withEloquent();
but if I try to do a Log::info or something else it doesn't record anything in storage/logs/.. but if I launch an incorrect artisan command like artisan make:event it records it correctly "[2024-02-21 08:38:54] local.ERROR: Command "make:event" is not defined."
Please or to participate in this conversation.