Skip to content

Commit

Permalink
Make logging less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Dec 18, 2023
1 parent ab3e261 commit 19aae6e
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 @@ -412,7 +412,8 @@
"RunAccount"
{"node" (.toString address)})
(catch Exception e
(log :error "RPC error fetching runs" e)
(log :error "RPC error while looking for assigned jobs" )
(log :debug e)
{})))

(defn clear-market
Expand Down

0 comments on commit 19aae6e

Please sign in to comment.