modd icon indicating copy to clipboard operation
modd copied to clipboard

Feature Request: Some log control

Open oblitum opened this issue 6 years ago • 1 comments

The logging messages are useful most of the time, but in some specific situation I wished I could disable them (through log level setting). For example, I wished to disable notify level messages for a modd instance I'm running as a REPL setup. I wished all the >> done (9.217413ms) and 22:10:37: prep: cargo build -q --color=always removed, because I just want the build output in the screen alone.

oblitum avatar Jul 28 '19 01:07 oblitum

watchexec is an alternative simpler tool without logs (e.g. watchexec -ce rs -- cargo build -q).

oblitum avatar Jul 28 '19 02:07 oblitum