We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c663558 commit f565bbcCopy full SHA for f565bbc
doc/release-notes-34038.md
@@ -0,0 +1,14 @@
1
+
2
+Logging
3
+=======
4
5
+- A new `-trace` option has been added. The only trace logs currently
6
+ supported are detailed logs about wallet sql statements, which can
7
+ be accessed via `-trace=wallet`. The `-loglevel` configuration option
8
+ has been removed. (PR#34038)
9
+- The `logging` RPC command is now able to switch trace level logs on
10
+ and off, via its third parameter. In order to distinguish categories
11
+ enabled for debug logging only, enabled for trace logging as well,
12
+ or not enabled for debug logging at all, it uses a different output
13
+ format. The `-deprecatedrpc=logging` startup option can currently be
14
+ used to revert to the old format. (PR#34038)
0 commit comments