Skip to content

Commit

Permalink
fix: clear old integration logs automatically
Browse files Browse the repository at this point in the history
closes #279
  • Loading branch information
ankush committed Dec 4, 2023
1 parent 042c88a commit 4452fea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ecommerce_integrations/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,8 @@
# "doctype": "{doctype_4}"
# }
# ]


default_log_clearing_doctypes = {
"Ecommerce Integration Log": 120,
}

0 comments on commit 4452fea

Please sign in to comment.