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
feat(logging): enable info-level logging during startup, drop to configured verbosity after
Electrs has been observed starting, running for a few minutes, then
dying silently in environments with no verbosity flags set. With the default
verbosity (error-only), there is zero diagnostic output during startup.
Initialize stderrlog at info level minimum during startup so key lifecycle
milestones are always visible (daemon connection, DB open, sync progress,
mempool load, server ready). After startup completes, log level drops to the
user's configured verbosity via log::set_max_level().
Also promotes a handful of debug!() calls in schema.rs and mempool.rs to
info!() so they fire during the startup window.
0 commit comments