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

Feature request: log to stderr logger + LOG file #12584

Open
zaidoon1 opened this issue Apr 25, 2024 · 0 comments
Open

Feature request: log to stderr logger + LOG file #12584

zaidoon1 opened this issue Apr 25, 2024 · 0 comments

Comments

@zaidoon1
Copy link
Contributor

background:
currently logs can either be written to a LOG file or they can be diverted to stderr logger for example. In my case, I don't have access to the machines that run rocksdb and need to ask someone else with access to pull the LOG files. To workaround that, i've started using the stderr logger to see issues but to avoid overloading the logging pipeline, i'm only logging WARN level logs.

Ask:
What I would like to do is have info level logs go to LOG file so that I can get more info on how rocksdb is performing when needed while at the same time having WARN level logs go to stderr logger that I have immediate access to

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