Improve file-xlog-gc task

This commit is contained in:
Andrey Antukh 2022-08-11 17:08:36 +02:00
parent ac8ef1d622
commit df00760ffa
3 changed files with 25 additions and 15 deletions

View file

@ -54,7 +54,7 @@
(recur (inc total)
(rest files)))
(do
(l/info :hint "files processed" :processed total)
(l/info :hint "task finished" :total total)
;; Allow optional rollback passed by params
(when (:rollback? params)