untymage's avatar

LOG_CHANNEL=stack But it logs daily

in .env file (lumen app) the log channel is stack but when i get error it rename the file in current day but i want like it as lumen.org

0 likes
1 reply
Nakov's avatar
Nakov
Best Answer
Level 73

You should set your LOG_CHANNEL=single if you want that, because the log level of stack defaults to daily.

Open your logging.php file and you will see what each driver uses.

Please or to participate in this conversation.