We have a WordPress multisite installation running on Litespeed. With many domains dropping activity into the logs, it's impossible to discern what site a particular line in the log is associated with. I've researched updating log file format, but I don't see anything that will include the hostname of the request. Is there any way to update log files from something like this:
[22/Nov/2022:22:31:56 +0000] "POST /wp-login.php HTTP/1.1" 200
to this?
[22/Nov/2022:22:31:56 +0000] "POST https://domain.com/wp-login.php HTTP/1.1" 200
Thanks!
[22/Nov/2022:22:31:56 +0000] "POST /wp-login.php HTTP/1.1" 200
to this?
[22/Nov/2022:22:31:56 +0000] "POST https://domain.com/wp-login.php HTTP/1.1" 200
Thanks!