Skip to content

Commit

Permalink
Update zio-http/shared/src/main/scala/zio/http/ZClientAspect.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Ivanic <[email protected]>
  • Loading branch information
landlockedsurfer and jivanic-demystdata authored Jan 28, 2025
1 parent d95c630 commit d6f10f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ object ZClientAspect {
*/
final def curlLogger(
verbose: Boolean = true,
logEffect: String => ZIO[Any, Nothing, Unit] = (m: String) => ZIO.log(m),
logEffect: String => UIO[Unit] = (m: String) => ZIO.log(m),
)(implicit trace: Trace): ZClientAspect[Nothing, Any, Nothing, Body, Nothing, Any, Nothing, Response] =
new ZClientAspect[Nothing, Any, Nothing, Body, Nothing, Any, Nothing, Response] {

Expand Down

0 comments on commit d6f10f9

Please sign in to comment.