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 99ca736 commit 4f05a5f
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 @@ -345,7 +345,8 @@
(try
(sol/send-tx tx [(:signer conf) run] (:network conf))
(catch Exception e
(log :error "Failed entering market" e)
(log :error "Failed entering market")
(log :debug e)
nil))))

(defn exit-market
Expand Down

0 comments on commit 4f05a5f

Please sign in to comment.