-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Currently all logging is lost with ffi, this can make debugging difficult. I Ideally we would have a way to pass the rust log up to the native logging interface. However, I am not sure this is possible. Another, solution would be to implement the file logging that we use in the mint and we should be able to access and review this file at least in a debug context.