-
Notifications
You must be signed in to change notification settings - Fork 88
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
Allow user to select log destination #240
Comments
Thanks for your help. |
I think that is the way to go. Maybe you need to |
I built the rocksdb. |
I just tested myself and I do see the log files appear in
And now I have a logfile:
|
@metaspace Hi, excuse me, still the log info issue.
I did :
|
I am sorry to bother you, since I really did not find the name like:
When I did db_bench test in /home/rocksdb, i have move the compiled zenfs util to the same path //home/rocksdb
So i do not know where to find? |
@kekeMemory when formatting the zenfs filesystem, did you use the "--enable-gc=true" option ? |
Yes, I have set --enable-gc |
Did you run a smoke test or a dbbench workload and then check ? |
Yes, I used a dbbench workload
Aravind ***@***.***> 于2022年12月2日周五 12:37写道:
… Did you run a smoke test or a dbbench workload and then check ?
—
Reply to this email directly, view it on GitHub
<#240 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJYX5WCKM62LIGBQ2VRE2ITWLFVJFANCNFSM6AAAAAARG2FAMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
kathy
|
Currently logs are stored in /tmp with a predefined name. We should allow users to select the log destination at mount time.
Maybe also allow syslog destination?
The text was updated successfully, but these errors were encountered: