journalctl not showing all python prints code example
Example: journalctl not showing all python prints
# restart service to flush your output buffer or add this to your code
import sys
print("Hello")
sys.stdout.flush()
# restart service to flush your output buffer or add this to your code
import sys
print("Hello")
sys.stdout.flush()