>&2 echo "Log this output to the console"
参考: https://www.alfredforum.com/topic/9170-alfred-3-tip-use-stderr-to-output-to-the-debug-console/
import sys
sys.stderr.write("Log this to the console")
参考: https://www.alfredapp.com/help/workflows/utilities/debug/