Abbaye ← Log

Commit

Hash
68fcef5fef917ff6089175de60436c21a113a4fc
Author
ololduck <ololduck@vit.am>
Date
Parent
71cfbba

Message

feat: detect non-interactive terminals and fall back to logging Add `is_interactive()` check using `std::io::IsTerminal` and `TERM=dumb`, replacing indicatif spinners with structured tracing output when stdout is piped or the terminal is dumb. The `-v`/`-vv` flags now control log verbosity (warn/info/debug). Info messages are emitted at each major phase of the build pipeline.

Changed Files (7)