$GLOBALS[’taille_des_logs’]

This PHP variable defines the maximum size in KB of SPIP’s log files (mysql.log, spip.log, prive_spip.log, etc..) which are stored in the directory specified by _NOM_TEMPORAIRES_INACCESSIBLES.

This variable can be customised in the mes_options.php file and equals 100 by default.

Application: if you do not want to have any log files any more, just add the following line into your mes_options.php file:

$GLOBALS['taille_des_logs'] = 0;

Author Mark Published : Updated : 24/04/23

Translations : català, English, français, Nederlands