Skip to content

Commit f66e50e

Browse files
committed
[Doc] Add logging RPC to release notes
1 parent bf55911 commit f66e50e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,11 @@ The following commands have been removed from the RPC interface:
141141
### Newly introduced commands
142142

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

146150
Details about each new command can be found below.
147151

0 commit comments

Comments
 (0)