GRAVITYSMTP_DEBUG_LOG_RETENTION

Description

This constant will define the number of days for which debug logs in Gravity SMTP are retained. Debug logs older than the selected period will be permanently deleted from the database. Set constant as an integer according to the number of days to retain logs. Setting 0 will ensure logs are never purged.

Usage

define( 'GRAVITYSMTP_DEBUG_LOG_RETENTION', 0 );

Placement

Constants should be set in wp-config.php.