Soreepeong / XivMitmLatencyMitigator

Double weave on high latency man-in-the-middle packet modification script running on Linux for Final Fantasy XIV.
Apache License 2.0
59 stars 13 forks source link

Journalctl only receiving first part of logs #26

Open ghost opened 2 years ago

ghost commented 2 years ago

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?

image

Soreepeong commented 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?