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
default log is noisy with entries that are not generally useful.
meanwhile, actually useful things are not logged at info level (e.g. API access only logs at the end, not at the beginning).
info
i'd like the default log to be more useful to gain insight into what bee is doing.
also produce less log to the disks on info level.
debug
2024-09-11 12:01:07 "time"="2024-09-11 12:01:07.826629" "level"="warning" "logger"="node/kademlia" "msg"="peer not reachable when attempting to connect" 2024-09-11 12:01:07 "time"="2024-09-11 12:01:07.976037" "level"="info" "logger"="node/kademlia" "msg"="disconnected peer" "peer_address"="9b62828f12c28bd2fb2a> 2024-09-11 12:01:10 "time"="2024-09-11 12:01:10.129448" "level"="info" "logger"="node/kademlia" "msg"="connected to peer" "peer_address"="9d0940385aacf3948791>
The text was updated successfully, but these errors were encountered:
chore: reduce log noise at default level (ethersphere#4824)
ae772ec
7ccfb8f
chore: reduce log noise at default level (#4824) (#4825)
10b1a4d
No branches or pull requests
Summary
default log is noisy with entries that are not generally useful.
meanwhile, actually useful things are not logged at
info
level (e.g. API access only logs at the end, not at the beginning).Motivation
i'd like the default log to be more useful to gain insight into what bee is doing.
also produce less log to the disks on
info
level.Implementation
debug
level:The text was updated successfully, but these errors were encountered: