Skip to content

Commit 0f82580

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent a237de8 commit 0f82580

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/log-explorer

1 file changed

+3
-3
lines changed

src/content/docs/log-explorer/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ All fields listed in [Datasets](/logs/logpush/logpush-job/datasets/) for the [su
1515

1616
Log Explorer performs best when query parameters focus on narrower ranges of time. You may experience query timeouts when your query would return a large quantity of data. Consider refining your query to improve performance.
1717

18-
### Why don't I see any logs in my queries after enabling the dataset?
18+
### Why do I not see any logs in my queries after enabling the dataset?
1919

2020
Log Explorer starts ingesting logs from the moment you enable the dataset. It will not display logs for events that occurred before the dataset was enabled. Make sure that new events have been generated since enabling the dataset, and check again.
2121

2222
### My query returned an error. How do I figure out what went wrong?
2323

24-
We are actively working on improving error codes. If you receive a generic error, check your SQL syntax (if you are using the custom SQL feature), make sure you have included a date and a limit. If the query still fails it is likely timing out. Try refining your filters.
24+
We are actively working on improving error codes. If you receive a generic error, check your SQL syntax (if you are using the custom SQL feature), and make sure you have included a date and a limit. If the query still fails it is likely timing out. Try refining your filters.
2525

2626
### Where is the data stored?
2727

2828
The data is stored in Cloudflare R2. Each Log Explorer dataset is stored on a per-customer level, similar to Cloudflare D1, ensuring that your data is kept separate from that of other customers. In the future, this single-tenant storage model will provide you with the flexibility to create your own retention policies and decide in which regions you want to store your data.
2929

3030
### Does Log Explorer support Customer Metadata Boundary?
3131

32-
Customer metadata boundary is currently not supported for Log Explorer.
32+
Customer Metadata Boundary is currently not supported for Log Explorer.
3333

3434
### Are there any constraints on the log volume that Log Explorer can support?
3535

0 commit comments

Comments
 (0)