Skip to content

Commit eec27c1

Browse files
committed
logging
1 parent ee04795 commit eec27c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/client.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ struct
143143

144144
let headers = ("content-type", content_type) :: headers in
145145

146+
Log.debug (fun k ->
147+
k "issuing HTTP POST on %s body-size=%d" url (String.length req_data));
146148
let* res = P.http_post client ~url ~body:req_data ~headers () in
147149

148150
match res with

0 commit comments

Comments
 (0)