You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have services.minecraft-servers.managementSystem.tmux.enable = true you won't see any log output with journalctl since tmux catches all output. I'm not sure how you can prevent that, I couldn't find a solution myself.
> journalctl -u minecraft-server-world.service
....
-- Boot c3c64eb61fe446c88268fa0d25210f8d --
Jan 16 13:33:21 HOSTNAME systemd[1]: Starting Minecraft Server world...
Jan 16 13:33:22 HOSTNAME systemd[1]: Started Minecraft Server world.
The text was updated successfully, but these errors were encountered:
There is no solution because of the design of tmux. This is why the systemd-socket management system exists, as it allows log output properly. If you wanted to resolve it, you would need a... questionable setup to tee it into systemd.
I've been wanting to find a better solution that would handle this properly, but none of the solutions I found would work. tmux is horrible for this application, but it's the best solution I have currently for the "I need to access the console directly" problemset.
If you have
services.minecraft-servers.managementSystem.tmux.enable = true
you won't see any log output withjournalctl
since tmux catches all output. I'm not sure how you can prevent that, I couldn't find a solution myself.The text was updated successfully, but these errors were encountered: