For now Im just working around it with this quick startup script. This has been working well, but if you have a really busy server you probably want to rotate the log at some point.
(this is supposed to be all one line, it may wrap in this post)
cd /home/bedrock && screen -d -m -S Bedrock /bin/bash -c "LD_LIBRARY_PATH=. /home/bedrock/bedrock_server | tee -a /home/bedrock/mylog.log"
Having similar issues with iOS and with Win10 on a PC
For now Im just working around it with this quick startup script. This has been working well, but if you have a really busy server you probably want to rotate the log at some point.
(this is supposed to be all one line, it may wrap in this post)
cd /home/bedrock && screen -d -m -S Bedrock /bin/bash -c "LD_LIBRARY_PATH=. /home/bedrock/bedrock_server | tee -a /home/bedrock/mylog.log"After a bit of sleep and further experimentation, it seems it was a datapack causing the problem.