Skip to content

Commit

Permalink
fix error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Mar 22, 2020
1 parent 1dd19a8 commit d876e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meuse/error.clj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
(get ex-type->status (:type data) 500))]
(log/error (merge (log/req-ctx request)
data)
(str (:id request))
e
"http error"
status)
Expand Down

0 comments on commit d876e45

Please sign in to comment.