mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 16:45:11 +00:00
Disable logs for cache-do (#2560)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@gitbook/cache-do': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Disable cloudflare observability in production
|
||||||
@@ -11,8 +11,7 @@ migrations = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[observability]
|
[observability]
|
||||||
enabled = true
|
enabled = false
|
||||||
head_sampling_rate = 0.01
|
|
||||||
|
|
||||||
[env.preview]
|
[env.preview]
|
||||||
name = "gitbook-open-cache-preview"
|
name = "gitbook-open-cache-preview"
|
||||||
@@ -25,4 +24,4 @@ migrations = [
|
|||||||
|
|
||||||
[env.preview.observability]
|
[env.preview.observability]
|
||||||
enabled = true
|
enabled = true
|
||||||
head_sampling_rate = 1
|
head_sampling_rate = 0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user