Save 30-50%+ of CI time without any effort or cost. Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions.
389
stars
15
forks
source link
RUST_LOG default to tracing our stuff, only debug for everything else #63
Closed
colemickens closed 5 months ago
Description
Our logs are explosively large from MNC right now with debug logs enabled. Like, annoying to download, work with, make sense of.
Please note this sort of inverts the existing RUST_LOG, but this should be at least a bit quieter and I doubt we lose anything anyone was looking at.
Checklist