Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

wassy83's avatar

Laravel daily log with same name for current date

I'm using daily logs, so my logs are all like this

laravel-2022-12-05.log
laravel-2022-12-05.log
laravel-2022-12-07.log
laravel-2022-12-08.log

I would like to have the current log name always as laravel.log and all the others with the date, like this

laravel-2022-12-05.log
laravel-2022-12-05.log
laravel-2022-12-07.log
laravel.log

is there a way to do this with laravel or I have to use something like logrotate on my server? thank you

0 likes
2 replies

Please or to participate in this conversation.