TQDM Progress Bar showing as Error
charlie
PROOP

a year ago

Hi, I'm using tqdm in my logs for showing the progress (https://tqdm.github.io/) however in the Railway logs for some reason it's showing as an "Error" log in the UI even though it's registered as "INFO" logs (this is a Django application btw)

Wondering if anyone else is having/experienced this issue?

2 Replies

charlie
PROOP

a year ago

Project ID: c61c1785-a8d8-43d0-9d8b-6bd1f69aa3bf


maddsua
HOBBY

a year ago

It's because the app is writing that to stderr, and since the full message isn't a valid json railway can't parse it as a structured log


Loading...