Workers are still part of the initial request so the parent - the top level one
Workers are still part of the initial request so the parent - the top level one
debug logs unless there is an error. Or i don't want to persist any logs if its for a well known static content endpoint.tail worker to check for the presence of an error log to decide what to send over to worker logs?console.log from there w/ a 100% sample rate on that tail worker do you think that would accomplish the same thing?invocation_logs through wrangler.toml but it's doesn't seem to be taking effect, and resets to being enabled on each deploy - anyone hit anything similar?const rayId = request.headers.get('cf-ray');

wrangler tail sees them, so not sure what's updebugerrorerrortailinvocation_logs[env.dev.observability]
enabled = true
head_sampling_rate = 1
[env.prod.observability]
enabled = true
head_sampling_rate = 0.2
[observability.logs]
enabled = true
invocation_logs = false[env.dev.observability]
enabled = true
head_sampling_rate = 1
[env.dev.observability.logs]
enabled = true
invocation_logs = false
[env.prod.observability]
enabled = true
head_sampling_rate = 0.2
[env.prod.observability.logs]
enabled = true
invocation_logs = falseconst rayId = request.headers.get('cf-ray');wrangler tail