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

BUG: ZooKeeper log sent to /dev/null #24

Open
dmerkushov opened this issue May 24, 2020 · 0 comments
Open

BUG: ZooKeeper log sent to /dev/null #24

dmerkushov opened this issue May 24, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dmerkushov
Copy link
Owner

Describe the bug
ZooKeeper log sent to /dev/null

ZooConfig.cpp:

	auto log_fp_ = fopen("/dev/null", "w");
	zoo_set_log_stream(log_fp_);

Expected behavior
Must be configurable

@dmerkushov dmerkushov added the bug Something isn't working label May 24, 2020
@dmerkushov dmerkushov self-assigned this May 24, 2020
@dmerkushov dmerkushov changed the title BUG: ZooKeeper log sent to /dev/null BUG: ZooKeeper log sent to /dev/null May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants