Change sentry logs from system logs to separate file

Hi, I searched the documentation but I’m not sure how to do this. We’ve had some issues with our self hosted sentry system lately and noticed that the default logging is blasting everything to /var/log/messages on our centos 7.8 system. As such it’s hard to see what else is going on as the file is getting overwritten. This isn’t a container but the older LAMP stack setup.

Basically I’d like all the http logs to go to their own /var/log/sentry/http.log file and whatever else sentry is generating.

thanks.