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
IPFS daemon info logs #1816
Comments
|
Try less logging:
Have you seen the eventlog output? try ipfs log tail
# or
curl http://localhost:5001/logsMaybe we should have an option that outputs nginx-like formatted logs from i do not want to have yet another set of logs, we already have two. what this is not an easy task. but we could start by commenting out all current On Friday, October 9, 2015, Cristi Constantin notifications@github.com
|
|
you can modify the log levels while the daemon is running with |
|
It's ok. Thank you ! I didn't see the option when I was typing ipfs and ipfs | grep log. |
croqaz commentedOct 9, 2015
Hi all,
I am using the
ipfs daemonwith the--debugoption, but the output is so huge, that is completely useless.An
ipfs daemon --verboseoption that will show relevant output for a regular user would be very useful.So when you add, name publish, etc, you see the command in the log and if it was a success, or a failure in some way.
This would be an improvement.
The text was updated successfully, but these errors were encountered: