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
03/04/2022, 5:59 PMLuke Orland
03/04/2022, 11:31 PMKevin Kho
03/04/2022, 11:44 PMquery {
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?Luke Orland
03/05/2022, 12:02 AM{
"data": {
"log": []
}
}
Kevin Kho
03/05/2022, 12:10 AMLuke Orland
03/05/2022, 12:28 AMKevin Kho
03/05/2022, 12:37 AM