We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937f4ee commit 9056ee1Copy full SHA for 9056ee1
wrangler.toml
@@ -3,6 +3,9 @@ main = "src/index.js"
3
compatibility_date = "2024-11-11"
4
keep_vars = true
5
6
+[observability]
7
+enabled = false
8
+
9
# ----------------------------------------------------------------------
10
# production environment
11
[env.production]
@@ -122,12 +125,4 @@ r2_buckets = [
122
125
ENVIRONMENT = "it"
123
126
VERSION="0.0.0-it"
124
127
DA_COLLAB = "http://localhost:4711"
-AEM_BUCKET_NAME = "aem-content-local"
-
-[observability]
128
-[observability.logs]
129
-enabled = false
130
-head_sampling_rate = 1
131
-invocation_logs = true
132
-persist = true
133
+AEM_BUCKET_NAME = "aem-content-local"
0 commit comments