Skip to content

Commit 4ddd586

Browse files
committed
Fix wrap-log-requests docstring
1 parent 971c9ed commit 4ddd586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/duct/middleware/web.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
(logger/log logger :error ::handler-error ex))
1919

2020
(defn wrap-log-requests
21-
"Log each request using the supplied logger. The logger must implement the
22-
duct.core.protocols/Logger protocol."
21+
"Log each request using the supplied logger. The logger must satisfy the
22+
duct.logger/Logger protocol."
2323
([handler logger]
2424
(wrap-log-requests handler logger {}))
2525
([handler logger {:keys [level] :or {level :info}}]

0 commit comments

Comments
 (0)