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
Thank you! This has been fixed in the linked commit and will be out in the next release.
The whole logging initialization code could probably use a rework, as it was already complex when only trying to integrate with Logs, but it is now even more complex because of Mirage support, and it's difficult to follow.
Given the folllowing code:
I expect that
echo path
will not be logged, as it is a warning, and this sub_log is only configured with errors.However, it is still being logged:
"Manually" setting the log level with the following line:
Makes it behave as expected:
I am running OCaml 4.14.1 under WSL2
The text was updated successfully, but these errors were encountered: