Skip to content

Conversation

@laanwj
Copy link
Member

@laanwj laanwj commented Nov 7, 2017

This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to control category. This makes it documented in help.

This started out as a developer hack but now it's useful
enough for general use. Unhide the call by moving it to `control` category.
This makes it documented in `help`.
@fanquake
Copy link
Member

fanquake commented Nov 7, 2017

@promag
Copy link
Contributor

promag commented Nov 7, 2017

utACK cabff75.

@achow101
Copy link
Member

achow101 commented Nov 7, 2017

utACK cabff75

@jnewbery
Copy link
Contributor

jnewbery commented Nov 7, 2017

ACK cabff75. I have no objection to making this unhidden.

Could also be done as part of this PR, but not strictly necessary: the help text could be cleaned up. For example "libevent logging is configured on startup and cannot be modified by this RPC during runtime." is incorrect after 7fd50c3 (libevent logging can be updated for most versions of libevent). A few more newlines in the help text wouldn't hurt either.

@TheBlueMatt
Copy link
Contributor

Concept ACK

@maflcko maflcko merged commit cabff75 into bitcoin:master Nov 7, 2017
maflcko pushed a commit that referenced this pull request Nov 7, 2017
cabff75 rpc: Make logging RPC public (Wladimir J. van der Laan)

Pull request description:

  This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to `control` category. This makes it documented in `help`.

Tree-SHA512: f45fa378558b552d4e2a110bf85100b0eaaa6180bb5f62cb54a251f66026d4625b670c69d85c281eebbf4b56b80b65618c51a5a593b8f9d0a04b31e95adc91f4
luke-jr pushed a commit to bitcoinknots/bitcoin that referenced this pull request Nov 11, 2017
This started out as a developer hack but now it's useful
enough for general use. Unhide the call by moving it to `control` category.
This makes it documented in `help`.

Github-Pull: bitcoin#11626
Rebased-From: cabff75
jasonbcox pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Oct 25, 2019
Summary:
cabff75 rpc: Make logging RPC public (Wladimir J. van der Laan)

Pull request description:

  This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to `control` category. This makes it documented in `help`.

Tree-SHA512: f45fa378558b552d4e2a110bf85100b0eaaa6180bb5f62cb54a251f66026d4625b670c69d85c281eebbf4b56b80b65618c51a5a593b8f9d0a04b31e95adc91f4

Backport of Core PR11626
bitcoin/bitcoin#11626

Depends on D3464

Test Plan:
  make check
  ./bitcoind
  ./bitcoin-cli help
The `logging` rpc should appear under the `Control` section.

Reviewers: deadalnix, Fabien, jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Reviewed By: jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D3684
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Jan 16, 2020
cabff75 rpc: Make logging RPC public (Wladimir J. van der Laan)

Pull request description:

  This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to `control` category. This makes it documented in `help`.

Tree-SHA512: f45fa378558b552d4e2a110bf85100b0eaaa6180bb5f62cb54a251f66026d4625b670c69d85c281eebbf4b56b80b65618c51a5a593b8f9d0a04b31e95adc91f4
jonspock pushed a commit to jonspock/devault that referenced this pull request Oct 1, 2020
Summary:
cabff7588 rpc: Make logging RPC public (Wladimir J. van der Laan)

Pull request description:

  This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to `control` category. This makes it documented in `help`.

Tree-SHA512: f45fa378558b552d4e2a110bf85100b0eaaa6180bb5f62cb54a251f66026d4625b670c69d85c281eebbf4b56b80b65618c51a5a593b8f9d0a04b31e95adc91f4

Backport of Core PR11626
bitcoin/bitcoin#11626

Depends on D3464

Test Plan:
  make check
  ./bitcoind
  ./bitcoin-cli help
The `logging` rpc should appear under the `Control` section.

Reviewers: deadalnix, Fabien, jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Reviewed By: jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D3684
jonspock pushed a commit to jonspock/devault that referenced this pull request Oct 5, 2020
Summary:
cabff7588 rpc: Make logging RPC public (Wladimir J. van der Laan)

Pull request description:

  This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to `control` category. This makes it documented in `help`.

Tree-SHA512: f45fa378558b552d4e2a110bf85100b0eaaa6180bb5f62cb54a251f66026d4625b670c69d85c281eebbf4b56b80b65618c51a5a593b8f9d0a04b31e95adc91f4

Backport of Core PR11626
bitcoin/bitcoin#11626

Depends on D3464

Test Plan:
  make check
  ./bitcoind
  ./bitcoin-cli help
The `logging` rpc should appear under the `Control` section.

Reviewers: deadalnix, Fabien, jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Reviewed By: jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D3684
jonspock pushed a commit to devaultcrypto/devault that referenced this pull request Oct 10, 2020
Summary:
cabff7588 rpc: Make logging RPC public (Wladimir J. van der Laan)

Pull request description:

  This started out as a developer hack but now it's useful enough for general use. Unhide the call by moving it to `control` category. This makes it documented in `help`.

Tree-SHA512: f45fa378558b552d4e2a110bf85100b0eaaa6180bb5f62cb54a251f66026d4625b670c69d85c281eebbf4b56b80b65618c51a5a593b8f9d0a04b31e95adc91f4

Backport of Core PR11626
bitcoin/bitcoin#11626

Depends on D3464

Test Plan:
  make check
  ./bitcoind
  ./bitcoin-cli help
The `logging` rpc should appear under the `Control` section.

Reviewers: deadalnix, Fabien, jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Reviewed By: jasonbcox, O1 Bitcoin ABC, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D3684
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants