Skip to content

Commit c66ad99

Browse files
committed
TASK-113041: Better writing
Signed-off-by: Doug Koerich <[email protected]>
1 parent b185ac1 commit c66ad99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ throttling is applied to the logging of repeated debug messages.
5757
debug_throttle_max_num_same_message = 5
5858
```
5959

60-
With this configuration, only five lines debug messages will be logged during the time interval specified by
60+
With this configuration, only five lines of the same debug message will be logged during the time interval specified by
6161
`debug_throttle_period_secs`.
6262

6363
<a name="conf.ref.debug_throttle_period_secs"></a>
@@ -78,7 +78,9 @@ Sets the time interval in seconds during which repeated debug messages are count
7878
```
7979
debug_throttle_period_secs = 30
8080
```
81-
With this configuration, the time interval for counting repeated debug messages is set to 30 seconds. Combined with the previous example, only five lines of the same debug message will be logged every 30 seconds.
81+
With this configuration, the time interval for counting repeated debug messages is set to 30 seconds. Combined with the
82+
previous example for `debug_throttle_max_num_same_message`, only five lines of the same debug message will be logged every
83+
30 seconds.
8284

8385
<a name="conf.ref.debug_throttle.scope"></a>
8486
# Scope

0 commit comments

Comments
 (0)