The log file is created by the user that is running the application. So if your web server creates the log file, that should also be the owner. if it's created by running a command with php artisan or something else, it could be that it's created by that user.