Skip to content

Commit 4c772cb

Browse files
committed
doc: add release notes for new rate limiting logging behavior
1 parent d541409 commit 4c772cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/release-notes-32604.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Logging
2+
-------
3+
Unconditional logging to disk is now rate limited by giving each source location
4+
a quota of 1MiB per hour. Unconditional logging is any logging with a log level
5+
higher than debug, that is `info`, `warning`, and `error`. All logs will be
6+
prefixed with `[*]` if there is at least one source location that is currently
7+
being suppressed. (#32604)
8+
9+
When `-logsourcelocations` is enabled, the log output now contains the entire
10+
function signature instead of just the function name. (#32604)

0 commit comments

Comments
 (0)