Skip to content

Commit

Permalink
Hide long error traces
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Dec 27, 2023
1 parent 4f05a5f commit 1505f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nosana_node/nosana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@
(let [_ (log :trace "Flow still running")]
flow-id))
(catch Exception e
(log :error "Failed processing flow " e)
(log :error "Failed processing flow")
(log :debug e)
(try (docker/gc-volumes! flow {:uri (:podman-conn-uri vault)})
(catch Exception e (log :error "Failes gc-volumes" e)))
flow-id)))))
Expand Down

0 comments on commit 1505f16

Please sign in to comment.