Page MenuHomePhabricator

log: harmonize bitcoind server logging
ClosedPublic

Authored by PiRK on Oct 15 2020, 14:26.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC3d50b09d9012: log: harmonize bitcoind server logging
Summary

PR description:

Harmonize the user-facing output of the bitcoind -daemon, bitcoin-cli help stop, bitcoin-cli stop, and bitcoind -version commands to be consistent with each other.

Backport of PR16489

Test Plan

ninja && ninja check

Check consistency in the output of following commands!

src/bitcoind -version
src/bitcoind -daemon
src/bitcoin-cli help stop
src/bitcoin-cli stop

Diff Detail

Event Timeline

Owners added a reviewer: Restricted Owners Package.Oct 15 2020, 14:26
PiRK requested review of this revision.Oct 15 2020, 14:26
deadalnix requested changes to this revision.Oct 15 2020, 14:55
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
src/rpc/server.cpp
211 ↗(On Diff #24658)

Revert

This revision now requires changes to proceed.Oct 15 2020, 14:55

add blank line accidentaly deleted

This revision is now accepted and ready to land.Oct 15 2020, 21:53
This revision was automatically updated to reflect the committed changes.