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
Right now, env_logger is used just like in aries-askar and indy-vdr, but this can get rather annoying in React Native environments. The custom logger callback is causing some issues in Node.JS with regards to GC.
Right now, env_logger is used just like in aries-askar and indy-vdr, but this can get rather annoying in React Native environments. The custom logger callback is causing some issues in Node.JS with regards to GC.
My proposed solution would be the following:
set_logger(level: "debug" | "info" | "trace" | "env")
stdout
orstderr
RUST_LOG
. This would still allow some nice flexibility with namespace logging.The text was updated successfully, but these errors were encountered: