-
Notifications
You must be signed in to change notification settings - Fork 972
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
Add logging on startup to stderr #3168
Conversation
It might look pretty ugly if we do it through logs due timestamps and other meta info. Could you check? |
@Wondertan Makes sense, I just checked locally. With my modifications, locally it produces the following output:
And, with the docker image, it outputs the following
For whatever reason, I don't see other metadata being printed. Not sure if I messed something up while building the docker image locally. Any ideas Thanks! |
It would look quite bad:
|
N/a |
fixes #3109 (fixes #3109)
kind:refactor
Replaced
Println
method withInfow
from the go-log package for structured logging. P2P host information is now logged tostderr
.