Python 出力はバッファリングされます。印刷後にこれを使用してください
sys.stdout.flush()
または (Python 3)
print(something, flush=True)
かそれ以上
import logging
logging.warning('Watch out!')
https://docs.python.org/3/howto/logging.html
pip install supervisor-stdout
を使用して stdout に適したバージョンをインストールすることもできます .使用方法については、こちらをご覧ください。
更新:supervisord.conf
を更新することもできます 出力を標準出力に向けます。
[program:worker2]
command=bash yourscript.sh
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
プログラムをアセンブリで作成する場合、この HelloWorld アセンブリ コードのどの部分が不可欠ですか?
ディレクトリが git リポジトリであるかどうかを確認します (cd を実行する必要はありません)。