Skip to content

Commit

Permalink
fix: 修复celery日志清除问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiJiangJie committed Jan 11, 2021
1 parent 5f47a07 commit d2760b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/audits/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit d2760b9

Please sign in to comment.