Skip to content

Commit

Permalink
[Doc] Add logging RPC to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Mar 23, 2020
1 parent d524ef9 commit 50a7603
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ The following commands have been removed from the RPC interface:
### Newly introduced commands

The following new commands have been added to the RPC interface:
- `...`
- `logging` <br>Gets and sets the logging configuration.<br>
When called without an argument, returns the list of categories that are currently being debug logged.<br>
When called with arguments, adds or removes categories from debug logging.<br>
E.g. `logging "[\"all\"]" "[\"http\"]""`


Details about each new command can be found below.

Expand Down

0 comments on commit 50a7603

Please sign in to comment.