Nicht das ich wüsste.. bei mir werden keine logs gelöscht ausßer man löscht sie halt per Hand
Das Logging kann man einstellen.. ich habs so (aber ich denke mal du hast es genau so wie ich):
addons/sourcemod/configs/core.cfg
/**
* This option determines if SourceMod logging is enabled.
*
* "on" - Logging is enabled (default)
* "off" - Logging is disabled
*/
"Logging" "on"
/**
* This option determines how SourceMod logging should be handled.
*
* "daily" - New log file is created for each day (default)
* "map" - New log file is created for each map change
* "game" - Use game's log files
*/
"LogMode" "daily"