Luke Orland
03/04/2022, 5:48 PM<https://cloud.prefect.io/newsela/flow-run/><flow-run-id>?logs
when I click the Download button the generated file only contains 200 of thousands of log messages. Is that expected?Kevin Kho
Luke Orland
03/04/2022, 11:31 PMLuke Orland
03/04/2022, 11:31 PMKevin Kho
query {
flow_run(where: {id: {_eq: "fce05080-bf90-41fb-857a-4ada7c545b63"}}) {
logs(limit: 50,offset:50) {
id
flow_run_id
level
message
}
}
}
does it error for you?Kevin Kho
Luke Orland
03/05/2022, 12:02 AMLuke Orland
03/05/2022, 12:03 AMLuke Orland
03/05/2022, 12:04 AMLuke Orland
03/05/2022, 12:04 AM{
"data": {
"log": []
}
}
Luke Orland
03/05/2022, 12:05 AMKevin Kho
Luke Orland
03/05/2022, 12:28 AMKevin Kho