We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color escape codes are generated even though --no-color option is specified:
--no-color
salt-run --no-color state.orch ceph.stage.3 tee /tmp/stage.3.log [ERROR ] No highstate or sls specified, no execution made firewall : �[1m�[92mdisabled�[0m DEV_ENV : �[1m�[92mTrue�[0m fsid : �[1m�[92mvalid�[0m public_network : �[1m�[92mvalid�[0m cluster_network : �[1m�[92mvalid�[0m cluster_interface : �[1m�[92mvalid�[0m storage : �[1m�[92mvalid�[0m ganesha : �[1m�[92mvalid�[0m master_role : �[1m�[92mvalid�[0m time_server : �[1m�[92mvalid�[0m fqdn : �[1m�[92mvalid�[0m monitors : �[1m�[91m['Too few monitors target149202191086.teuthology']�[0m mon_host : �[1m�[91m['Must have at least three entries']�[0m mon_initial_members : �[1m�[91m['Must have at least three entries']�[0m
The text was updated successfully, but these errors were encountered:
@smithfarm yeah, those prints are being made by "us" in the runner and we totally ignored the --no-color flag.
Sorry, something went wrong.
No branches or pull requests
Color escape codes are generated even though
--no-color
option is specified:The text was updated successfully, but these errors were encountered: