Open ghost opened 2 years ago
Does this match the issue? https://unix.stackexchange.com/questions/505411/systemd-process-with-fork-only-shows-logs-after-child-exits As in, do the logs for individual connections show up after you exit/logout from the game?
I'm currently running this python script as a systemd service on my local raspberry pi. It appears to be working properly because the log files are populated with new lines whenever I use an action. The issue is that I can't read any output in real time by using journalctl. I was trying to replicate the virtual machine method described in the guide so that I could keep track of what was happening without looking for the log file itself but it appears only the initial part of the script output is sent to the journal. Is there any way around this?