AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.24k stars 2.59k forks source link

feat: dim logs on shutdown #3235

Closed joske closed 2 months ago

joske commented 3 months ago

This PR implements log dimming (if running in TTY mode) on shutdown (CTRL-C handler).

I've moved the shutdown flag earlier in the startup so it can be reused for the log dimming too.

There is some performance impact as it needs to check the boolean for every log event (and an extra method call).

niklaslong commented 2 months ago

CircleCi is having a moment, that failure is unrelated to the changes. Let's try rerunning a little later.