📜  journalctl 没有显示所有 python 打印 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:36.100000             🧑  作者: Mango

代码示例1
# restart service to flush your output buffer or add this to your code

import sys
print("Hello")
sys.stdout.flush()