We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf55911 commit f66e50eCopy full SHA for f66e50e
doc/release-notes.md
@@ -141,7 +141,11 @@ The following commands have been removed from the RPC interface:
141
### Newly introduced commands
142
143
The following new commands have been added to the RPC interface:
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
+
149
150
Details about each new command can be found below.
151
0 commit comments