In the examples here it shows up as DEBUG
and INFO
. Seems like a mistake?
In that example:
DEBUG[2023-05-18T22:09:08Z] Attempting to read from stdin
However, what I see is DEBU[2025-02-25T16:11:31Z]
- maybe someone did a string format based on INFO
and didn’t think about the fact that the number of characters could vary? I saw some other output that people posted in https://discuss.circleci.com/t/product-launch-rerun-failed-tests-circleci-tests-run/ and it seems like it’s been like that for a while?
I turned off debug mode once I got it working, so not super criticial, just seems kind of ugly to me? If anything, the full timestamp is probably not that useful / necessary.