Skip to content

Commit 9056ee1

Browse files
committed
chore: try at the top
1 parent 937f4ee commit 9056ee1

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

wrangler.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ main = "src/index.js"
33
compatibility_date = "2024-11-11"
44
keep_vars = true
55

6+
[observability]
7+
enabled = false
8+
69
# ----------------------------------------------------------------------
710
# production environment
811
[env.production]
@@ -122,12 +125,4 @@ r2_buckets = [
122125
ENVIRONMENT = "it"
123126
VERSION="0.0.0-it"
124127
DA_COLLAB = "http://localhost:4711"
125-
AEM_BUCKET_NAME = "aem-content-local"
126-
127-
[observability]
128-
[observability.logs]
129-
enabled = false
130-
head_sampling_rate = 1
131-
invocation_logs = true
132-
persist = true
133-
128+
AEM_BUCKET_NAME = "aem-content-local"

0 commit comments

Comments
 (0)