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 disable logging on my Linux Fully Managed hosting account? | Advanced Internet Technologies

To disable access logs from being written to the server, please follow the following steps.

*NOTE* Before making any modifications to the httpd.conf file, we recommend making a backup of the file on your local computer.

1. FTP to the domain name

2. Go to the following directory

/usr/local/etc/httpd/conf

3. Open the httpd.conf file in edit mode.

4. Search for the phrase “TRANSFERLOG”

5. Insert a # symbol in front of the line.

The # symbol means that the line is commented out and not read by the server.

6. Close the file.

7. Choose “Save” when provided the option.