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
Thanks! No, it's not super urgent. I was using the log output to debug #61, but I seem to have found the cause (git-kv). It's mainly helpful to sort out log messages by log source when debugging issues. For normal operation I would say it mostly doesn't matter :D
Log messages from yocaml appear to come from the application. It would, in my opinion, be quite nice if they would have more descriptive names.
Unfortunately, it doesn't seem to me to be straight forward to plug in a log source in
Yocaml_log
:yocaml/lib/core/eff.ml
Lines 101 to 104 in 1fbb78d
Unless we are okay with depending on ocaml-logs in the core:
(Or there is some type magic we can do to plug in a log source in there.. I don't know)
The text was updated successfully, but these errors were encountered: