In my applicaiton, I use laravel.log file that are created daily at 00:00 UTC. However, sometimes the file gets created with root:root user/group instead of usual webapp:webapp (apache user). This crashes my application because the application can no longer write to it. I noticed that the file ownership may be changing after the file has been written for a while (couple of minutes). In my applicaiton, I use laravel.log file that