mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-16 05:14:33 +00:00
fix: 修复celery日志清除问题
This commit is contained in:
parent
5f47a072b6
commit
d2760b98f6
@ -40,6 +40,6 @@ def clean_ftp_log_period():
|
||||
@register_as_period_task(interval=3600*24)
|
||||
@shared_task
|
||||
def clean_audits_log_period():
|
||||
clean_audits_log_period()
|
||||
clean_login_log_period()
|
||||
clean_operation_log_period()
|
||||
clean_ftp_log_period()
|
||||
|
Loading…
Reference in New Issue
Block a user