Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit cd4b314

Browse files
committed
SER-2935 | empty map in log/info because of reasons
1 parent de40a20 commit cd4b314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vignette/http/middleware.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
(defn log-path
4646
[handler]
4747
(fn [request]
48-
(log/info (str "path-requested" (:uri request)))
48+
(log/info (str "path-requested" (:uri request)) {})
4949
(handler request)
5050
)
5151
)

0 commit comments

Comments
 (0)