Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Silence spinner #150

Open Ichmed opened 1 year ago

Ichmed commented 1 year ago

Some callers might not be able to deal with any additional output from the flake, even on stderr, so there should be a config on all pilots to remove the spinner entirely.

The pilot YAML should have a field called silent that can be re-used for other stuff.

This should probably not deactivate debug output.