tide
tide copied to clipboard
Logger improvements
Some minor follow-up for my previous change to the logger which made it use the debug formatter. Very helpful for debugging but probably annoying in "production-like" logs.
This also does some code deduplication.
I'd like to clean this up more but that probably means investing time in either changing the log format entirely or separating out the key-value formatter from log so that we can call it separately before passing to a log level.
error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel nightly
Sometimes not all components are available in any given nightly.
Error: Process completed with exit code 1.
Well that's fun. Maybe we should run fmt and clippy on beta and not nightly.
Well rustfmt is broken for over a week according to rust-toolstate, I haven't seen this before. Maybe we really need beta?