Hello, Anyone knows why my webserver access logs (OpenLiteSpeed) have the unixtime instead of a readable date format? For example this is a line in /var/local/enhance/webserver_logs/{webid}.log:
"x.x.x.x" "1766406436" "GET /the-request HTTP/2" "200" "0" "39488" "thereferral" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
I tried setting a default apache custom log format in the OLS admin panel but nothing changes.
Where is this configured in Enhance?
Also it's possible to have the live access logs in the website log folder directly without waiting for the statistic script to update it? That would be useful when doing a tail -f instead of searching it inside enhance folders.