Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linuxでサービスとして(自動実行としても)実行されているPythonスクリプトがあり、多くの出力を行います!プログラムが既に実行されている場合、この出力をどのように読み取ることができますか?
おそらく、すべての出力をファイルに記録することはできますが、新しい出力が記録されるたびにファイルを開いて更新する必要があります!