Skip to content

Commit 25f71f3

Browse files
committed
TASK-113041: Better clarification on message sameness for throttling
Signed-off-by: Doug Koerich <[email protected]>
1 parent c66ad99 commit 25f71f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/momentum/4/config/ref-debug-throttle.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ if the source of the message is something like this:
2727
```
2828

2929
then all messages that match this pattern will be considered the same for throttling purposes, regardless of the actual
30-
values of `<timestamp>` and `<mailfrom>`. This ensures that the throttling mechanism effectively reduces log noise while still capturing relevant information.
30+
values of `<timestamp>` and `<mailfrom>`. This happens because the default logging module is based on `printf`-style
31+
formatting, which allows variable content in log messages, and it is the formatting that determines message sameness.
3132

3233
<a name="conf.ref.debug_throttle"></a>
3334
# Configuration options

0 commit comments

Comments
 (0)