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 can I configure my log files on my fully managed Linux server to write only in the event of an emergency? | Advanced Internet Technologies

To configure your log files, follow the steps below.

  1. Connect through FTP to your server.
  2. Change directory to your /usr/local/etc/httpd/conf directory.
  3. Ensure that you have file transfer in ASCII mode and download the httpd.conf file.
  4. Open up your httpd.conf file locally on your PC in notepad or another raw text file editor.
  5. Find the following entry: (line 448 approximately)
    LOGLEVEL warn
  6. Change that line to…
    LOGLEVEL emerg
  7. In FTP, rename the file on the server from httpd.conf to httpd.conf.save.
  8. Upload the file on your local PC named httpd.conf to the server.
  9. Note: The httpd.conf is a critical file so always keep a backup of this file before making any modifications.