Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose custom logger configuration #814

Open
zaidoon1 opened this issue Aug 16, 2023 · 1 comment
Open

expose custom logger configuration #814

zaidoon1 opened this issue Aug 16, 2023 · 1 comment
Assignees

Comments

@zaidoon1
Copy link
Contributor

Per https://github.com/facebook/rocksdb/wiki/Logger#existing-logger-implementations , we can use a custom logger to get the logs to show up in the format we need and more importantly where we need. In my case, I want to use "StderrLogger | Pipes the messages to std::err equivalent" but this library doesn't appear to allow me to set this option.

@zaidoon1
Copy link
Contributor Author

facebook pr to expose the c api has been merged: facebook/rocksdb#12262

will create the rust bindings once the c binding changes land in the rocksdb release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant