Hi! I have some shell scripts and want to call them in service python scripts.
I saw an example which use Execute to call shell script like
Execute("/path/do_something").
But i notice that if the log level is INFO, the shekllscript own log can not be
printed, only change log
level to DEBUG can show log.
Is there a better way to call shell script and print its log?
