We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting the dht as a node it will automatically log requests
https://github.com/hyperswarm/dht/blob/153d0fb498cc8ba106e64ba23612e28ee250a447/bin.js#L11-L21
this might fill up the hard disc and it should be possible to switch it of.
Note: I am not sure how to implement this best, else I would send a PR
The text was updated successfully, but these errors were encountered:
to implement:
-q
const quiet = process.argv.indexOf('-q') > -1
if (!quiet) console.log('blah')
Sorry, something went wrong.
This was resolved in #28.
No branches or pull requests
When starting the dht as a node it will automatically log requests
https://github.com/hyperswarm/dht/blob/153d0fb498cc8ba106e64ba23612e28ee250a447/bin.js#L11-L21
this might fill up the hard disc and it should be possible to switch it of.
Note: I am not sure how to implement this best, else I would send a PR
The text was updated successfully, but these errors were encountered: