diff --git a/wrangler.toml b/wrangler.toml index 561dd16..87c99d6 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,6 +2,13 @@ name = "mcpmux-install" main = "src/index.ts" compatibility_date = "2024-12-01" +[observability] +enabled = true + +[observability.logs] +enabled = true +invocation_logs = true + # R2 bucket for APT repository (shared with apt.mcpmux.com) # Uncomment once the bucket is created: # [[r2_buckets]] @@ -14,6 +21,13 @@ routes = [ { pattern = "install.mcpmux.com", custom_domain = true } ] +[env.production.observability] +enabled = true + +[env.production.observability.logs] +enabled = true +invocation_logs = true + # [[env.production.r2_buckets]] # binding = "APT_BUCKET" # bucket_name = "mcpmux-apt"