Take a look at http://laravel.com/api/5.1/Illuminate/Log/Writer.html#method_useDailyFiles
If you set days to 0 zero I think you will get an unlimited number of files
thanx, I'll test to put :
$handler = new RotatingFileHandler($path, 365 , $this->parseLevel($level))
for exemple instead.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community