Skip to content
Snippets Groups Projects
Commit 683844eb authored by Cam Saül's avatar Cam Saül
Browse files

Tiniest tweak for sync error logging :shower:

parent 14af3702
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
;; at midnight we run the full sync
(sync-database/sync-database! database :full-sync? true))
(catch Throwable e
(log/error "Error syncing database: " (:id database) e)))))
(log/error (format "Error syncing database %d: " (:id database)) e)))))
(defn task-init
"Automatically called during startup; start the job for syncing databases."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment