Skip to content

Commit f565bbc

Browse files
committed
[doc] Release notes for user-visible logging changes
1 parent c663558 commit f565bbc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/release-notes-34038.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)