EventManager: add an action to rotate the log file

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-06-04 19:51:52 +02:00
commit 0cddcba5a7
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF
10 changed files with 145 additions and 18 deletions

View file

@ -193,6 +193,8 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
return $.t('actions.types.idp_check');
case 14:
return $.t('actions.types.user_inactivity_check');
case 15:
return $.t('actions.types.rotate_logs');
default:
return "";
}