- =gettext("Logs are held in constant-size circular log files. This field controls how large each log file is, and thus how many entries may exist inside the log. By default this is approximately 500KB per log file, and there are nearly 20 such log files.") ?>
-
- =gettext("NOTE: Log sizes are changed the next time a log file is cleared or deleted. To immediately increase the size of the log files, you must first save the options to set the size, then clear all logs using the \"Reset Log Files\" option farther down this page. "); ?>
- =gettext("Be aware that increasing this value increases every log file size, so disk usage will increase significantly."); ?>
- =gettext("Disk space currently used by log files: ") ?>= exec("/usr/bin/du -sh /var/log | /usr/bin/awk '{print $1;}'"); ?>.
- =gettext("Remaining disk space for log files: ") ?>= exec("/bin/df -h /var/log | /usr/bin/awk '{print $4;}'"); ?>.
-