congrats on the launch @boristane !

congrats on the launch @boristane ! i tried setting it up, but i haven't seen any logs (been about 15min). does anything look weird in my wrangler config? i'm on version 3.78.10
name = "..."
main = "./src/index.ts"
minify = true
compatibility_date = "2024-02-08"
workers_dev = false
logpush = true
compatibility_flags = [ "nodejs_compat" ]
tail_consumers = [{service = "..."}]

kv_namespaces = [
...
]

[vars]
...

[[hyperdrive]]
...

[observability]
enabled = true
name = "..."
main = "./src/index.ts"
minify = true
compatibility_date = "2024-02-08"
workers_dev = false
logpush = true
compatibility_flags = [ "nodejs_compat" ]
tail_consumers = [{service = "..."}]

kv_namespaces = [
...
]

[vars]
...

[[hyperdrive]]
...

[observability]
enabled = true
5 Replies
Thomas Ankcorn
Thomas Ankcorn4mo ago
Hi @kchro3 It would be worth checking that the toml is correct https://pseitz.github.io/toml-to-json-online-converter/ can you post it in here and check the observability: true is at the top level?
TOML<->JSON Online Converter
TOML<->JSON Online Converter
Convert TOML to JSON right here on this page
Thomas Ankcorn
Thomas Ankcorn4mo ago
if you still see this page
No description
kchro3
kchro3OP4mo ago
yup, confirmed
Thomas Ankcorn
Thomas Ankcorn4mo ago
We are looking into it! Thanks for checking
kchro3
kchro3OP4mo ago
hey, nice it's working now

Did you find this page helpful?