You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/momentum/4/config/ref-debug-throttle.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ if the source of the message is something like this:
27
27
```
28
28
29
29
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.
0 commit comments