Skip to content

Commit c42a6ba

Browse files
authored
Updated * to × and added spacing for "Estimating daily data volume" section (#11811)
The * were italicizing the 10s but not actually displaying at https://developers.cloudflare.com/logs/logpull/additional-details/#estimating-daily-data-volume
1 parent c18b93f commit c42a6ba

File tree

1 file changed

+1
-1
lines changed
  • content/logs/logpull/additional-details

1 file changed

+1
-1
lines changed

content/logs/logpull/additional-details/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ ls -lh sample.log
2525
-rw-r--r-- 1 mik mik 25K Dec 17 15:49 sample.log
2626
```
2727

28-
Based on this information, the approximate number of messages/day is 19,920 (83*10*24), and the byte size is 6MB (25K*10*24). The size estimate is based on the default response field set. Changing the response field set (refer to [Fields](/logs/logpull/requesting-logs/#fields)) will change the response size.
28+
Based on this information, the approximate number of messages/day is 19,920 (83 × 10 × 24), and the byte size is 6MB (25K × 10 × 24). The size estimate is based on the default response field set. Changing the response field set (refer to [Fields](/logs/logpull/requesting-logs/#fields)) will change the response size.
2929

3030
To get a good estimate of daily traffic, it is best to get at least 30 log lines in your hourly sample. If the response size is too small (or too large), adjust the sample value, not the time range.
3131

0 commit comments

Comments
 (0)