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
That logging facility is mostly used for testing, what's the use case you want to customize it for?
Well in most cases crates use the log crate with certain levels that aren't typically enabled by default, it's just nice to be able to enable certain logs for debugging purposes.
For my case in particular, there were some indexing issues related to how rust handles a null byte in strings (all I had to do was never encode the key as a string and it worked). I was digging through the source while solving it and thought being able to see the logs might help with that problem.
The
Options
structlog
field requires usage of theinfolog
Logger, but I couldn't find any way to construct it.The text was updated successfully, but these errors were encountered: