You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the bash script that creates the raid0, the set -x causes all statements to be printed to stderr when executed, which then get severity "error" in our log system.
Expectation: info-messages should not be errors. Maybe -v instead of -x does the trick. Or something with BASH_XTRACEFD.
In the bash script that creates the raid0, the
set -x
causes all statements to be printed to stderr when executed, which then get severity "error" in our log system.Expectation: info-messages should not be errors. Maybe
-v
instead of-x
does the trick. Or something withBASH_XTRACEFD
.see also https://serverfault.com/questions/296991/send-bash-x-output-to-logfile-without-interupting-standard-output/579078#579078
The text was updated successfully, but these errors were encountered: