diff options
| author | MarcoFalke <[email protected]> | 2020-06-07 12:30:58 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-06-07 12:31:01 -0400 |
| commit | b3091b2be7d1e5ab86d7380a884d4f23a5e9c9b7 (patch) | |
| tree | 77487ca80fc16decd9516e1d39a638c05e86e58b /src/httpserver.cpp | |
| parent | Merge #19201: ci: Switch to bitcoincore.org download (diff) | |
| parent | doc: release note for `db` log category removal (diff) | |
| download | discoin-b3091b2be7d1e5ab86d7380a884d4f23a5e9c9b7.tar.xz discoin-b3091b2be7d1e5ab86d7380a884d4f23a5e9c9b7.zip | |
Merge #19202: log: remove deprecated `db` log category
c514a4f59a7430f05dbe20465ddf4ca323329f1e doc: release note for `db` log category removal (Jon Atack)
4c0c89307dabbf51a32551471c54966ddf7c5bc3 log: remove deprecated `db` log category (Jon Atack)
Pull request description:
The `db` log category was renamed to `walletdb` (like `coindb`) in #17410 and its upcoming removal announced in the 0.20 release notes.
```
- The `-debug=db` logging category has been renamed to
`-debug=walletdb` to distinguish it from `coindb`. The `-debug=db`
option has been deprecated and will be removed in the next major
release. (#17410)
```
This PR removes the warning and reverts to the usual behavior for an unrecognised log category.
```
$ bitcoin-cli logging '["db"]'
error code: -8
error message:
unknown logging category db
```
```
$ ./src/bitcoind -debug=db
Warning: Unsupported logging category -debug=db.
2020-06-07T15:30:45Z Bitcoin Core version v0.20.99.0-4c0c89307d (debug build)
2020-06-07T15:30:45Z Warning: Unsupported logging category -debug=db.
2020-06-07T15:30:45Z Assuming ancestors of block 0000000000000000000f2adce67e49b0b6bdeb9de8b7c3d7e93b21e7fc1e819d have valid signatures.
2020-06-07T15:30:45Z Setting nMinimumChainWork=00000000000000000000000000000000000000000e1ab5ec9348e9f4b8eb8154
2020-06-07T15:30:45Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation
2020-06-07T15:30:45Z Using RdSeed as additional entropy source
```
ACKs for top commit:
MarcoFalke:
ACK c514a4f59a7430f05dbe20465ddf4ca323329f1e 🔄
Tree-SHA512: fd62fd7ae0dc65446ba4401d75b4047e055396a33f7f1b176e79a7753250aec2a474ae604163d3f7e68710443c0ed2f45e44435d15f35612d794807e2142d5a3
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions