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
Electrs has been observed starting, running for a few minutes, then
dying silently in environments with no verbosity flags set. With the
previous default (error-only), there was zero diagnostic output.
Base verbosity is now info (error+warn+info) without any flags. Each
-v flag adds one level: -v=debug, -vv=trace.
Adds explicit info! milestone logs at each startup phase in
src/bin/electrs.rs: daemon connection, DB open, initial sync
start/complete, mempool load, startup complete. Promotes messages in
schema.rs (block/header counts, tip) and db.rs (opening DB) to info
so they fire on startup.
Demotes noisy messages to debug: per-request HTTP logging, peer
connect/disconnect, header download progress, and the discovery
server-list dump.
Drops the now-unnecessary -vvvv flag from README, doc/usage.md, and
contrib/electrs.service.
0 commit comments