You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(logging): make info the default log level, demote noisy messages to debug
Base verbosity is now info (error+warn+info) without any flags.
Each -v flag adds one level: -v=debug, -vv=trace.
This replaces the previous approach of temporarily overriding the log
level during startup and reverting after. Info-level messages are now
always visible by default, eliminating the set/revert mechanism.
Noisy messages demoted to debug: per-request HTTP logging, peer
connect/disconnect, mempool stats, header download progress, and
discovery server list dumps. Promoted 'opening DB' to info for
startup visibility.
0 commit comments