Closed hawkw closed 1 year ago
Currently, timestamps are padded like this:
0ms INFO starting 300ms INFO listening
There are always two spaces after the "ms", regardless of how many characters there are in the actual timestamp value. This means that the rest of the message is not aligned, which is ugly.
Ideally, it would look like this:
hmm, that's not great. this should be fixed.
I might take a crack at it; it shouldn't be too tricky to do.
Currently, timestamps are padded like this:
There are always two spaces after the "ms", regardless of how many characters there are in the actual timestamp value. This means that the rest of the message is not aligned, which is ugly.
Ideally, it would look like this: