fix: 修复celery日志清除问题

pull/5404/head
Bai 4 years ago committed by Jiangjie.Bai
parent 19c2973501
commit b9258878fe

@ -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…
Cancel
Save