If you want to get the output as a string. Try to follow this :
Var = os.popen(command).read();
Then log it like any other content.
If you want to get the output as a string. Try to follow this :
Var = os.popen(command).read();
Then log it like any other content.