JournalCTL não mostra todas as impressões python
# restart service to flush your output buffer or add this to your code
import sys
print("Hello")
sys.stdout.flush()
Arno Deceuninck