Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
How do I get my access logs to show actual logs instead of the word common? | Advanced Internet Technologies

our httpd.conf file will need to be reconfigured for your log file entry. Instructions to do this are below.

Log into your domain via FTP and go to the /www/conf directory and open the httpd.conf file for editing in ascii mode.

Search for the following line that will appear near the middle of the file or in your virtual host block. CustomLog `/usr/local/etc/httpd/logs/access_log` common

Either comment that line out using a # symbol at the beginning of the line or simply delete it from the file.

Then enter the following line and edit the path as necessary for your top level domain or virtual hosts: TransferLog `/usr/local/etc/httpd/logs/access_log`

Now your server will record transaction logs normally on your Linux Server.

`/www/logs/access_log`