@laravel_updates I am a bit confused, where the logs will be stored?
@laravel_updates I think writing to the log file (by default) on every request is not a good idea as it is a slow operation which will hold your browser before the request is terminated. Maybe queuing a job that writes to the log is better?