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
For better controls over logging (like overriding the log writer with a nodejs log library), we need to provide a interface for NodeJs to register its logger with the libxmtp node bindings.
We can do this by exposing a object/trait that can be optionally passed to create_client from node, and which created a tracing::Layer in rust using this interface.
The text was updated successfully, but these errors were encountered: