build
build copied to clipboard
Align custom logger output w/ header
Instead of:
[INFO] other
[WARNING] LoggerName:
Log message content
[INFO] other
Do
[INFO] other
[WARNING] LoggerName:
Log message content
[INFO] other
Happy to discuss implementation, edge cases, etc...
I think this is just with [WARNING]+ items – I think
I keep hitting this, @natebosch – it makes me sad 😿
Unfortunately I think we should consider this blocked on https://github.com/dart-lang/build/issues/1167
Unfortunately I think we should consider this blocked on #1167
Disagree. We care about that use case, but most folks don't use these types of scenarios. We should look into a structured logging model – agreed...
Consider also the extra wrapping that will likely occur in longer logs as a result of this. I don't think its worth the line space personally, but if the community decides otherwise we can do it.
Closing as obsolete.