I'm new to Laravel, we are using Laravel 5.8, and I have seen horror stories where the log is set to daily rotation, yet still reaches 1gb+ (I saw someone had their log reach over 400gb overnight). Is there a way to split log files up and/limit the amount of total log size that can be created so I don't use up my entire server storage and render it useless.
I have looked all over and didn't find anything that did this other than creating a cron job or something which I am not a fan of in this instance. Thanks in advance.