You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This looks like the logWriter I introduced in #525. Something to do with the tabwriter passing raw []byte->string->interface{} argument. I cloned it off of the gps testlogger, which only writes to testing.Log, and may dodge the issue.
Every time the tabwriter writes through to the log.Logger, a newline is appended if one is not present 👎
Unfortunately, I think that log.Logger fundamentally cannot be adapted as an io.Writer in the general case because of this. I'm not sure what the best solution is. The simplest would be to buffer and print once to the log.
Operating System: macOS 10.12.4
Processor Architecture: x86_64
Expected result:
Received result:
The text was updated successfully, but these errors were encountered: