You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-02-05T12:15:03-00:00 [INFO] <application> POST http://127.0.0.1:8200/
in my logs that seem to stem from this line. I've setup my log reporter to show the source between the angle brackets in order to find the origin of this message. I'd like to filter out these messages, but since the default source is used, I can't. I am using cohttp-eio and perhaps the issue is rather there. Naively, the solution seems to be to add something like
Unless I'm mistaken,
client.ml
logs on the default sourceapplication
here:https://github.com/mirage/ocaml-cohttp/blob/master/cohttp/src/client.ml#L78
I'm seeing messages like
in my logs that seem to stem from this line. I've setup my log reporter to show the source between the angle brackets in order to find the origin of this message. I'd like to filter out these messages, but since the default source is used, I can't. I am using
cohttp-eio
and perhaps the issue is rather there. Naively, the solution seems to be to add something liketo
client.ml
.The text was updated successfully, but these errors were encountered: