Can I change my influxdb log location from systemd to log file?

We are currently running InfluxDB v1.7.8 and I’m wondering if it’s possible to log to the file system (i.e./var/log/influxdb/influxdb.log) as opposed to having to use journalctl?

As a devops engineer, I don’t have access to journalctl on production systems. Instead, I have granular access to the logs of the services I own (including influxdb).

I appreciate any help. Having to involve an operations engineer every time I want to view a log is frustrating.