Hi, question about log schema when using GraphQL API. Each log entry used to have "info" field with additional information like function name and filepath, but in 0.15 it seems to be always null. Can this be re-enabled somehow in configuration?
Krzysztof Nawara
07/24/2021, 8:31 AM
Query that I'm using:
Copy code
query {
flow_run(where: {id: {_eq: "f3e14db5-44c0-4e24-92c2-c6b8fc4ae9c8"}}) {
id
name
flow {
name
}
state
task_runs {
map_index
task {
slug
id
}
logs {
level
info
message
name
timestamp
}
}
}
}
k
Kevin Kho
07/26/2021, 4:32 PM
Hey @Krzysztof Nawara, it used to be a JSON blob that repeated a bunch of other data so we stopped sending it.
Kevin Kho
07/26/2021, 5:24 PM
Actually it seems we just stopped including this data in the payload and there is no way to get it unfortunately.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.