How to disable command block logging into the log files in minecraft
//ads -- adsterra.com -- native banner
?>
Hi, I have a single player world which is opened to LAN to let my friends play while I am AFK. I have a lot of command blocks running in that world and those commands are all logged in the log files.
So, my question is, how to only log player commands and chat?
Correct me if I am wrong, thank you.
Best Answer
So the problem is the capitalization of the line.
It is not like this:
/gamerule commandBlockoutput false
It is like this:
/gamerule commandBlockOutput false
It should work.
And if you're doing it from the vanilla server console, remove the forward slash.
gamerule commandBlockOutput false
Pictures about "How to disable command block logging into the log files in minecraft"



How do I disable command logs in Minecraft?
To quickly enable or disable command blocks in the world, the "commandblocksenabled" can be toggled on and off. This can be especially helpful if a repeating command block is repeatedly teleporting you.Minecraft HACK: How to Prevent Creative Mode in Realms as Owner/Administrator 1.14/1.15
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: tejinder ladi photography, cottonbro, João Vítor Heinrichs, cottonbro
