Currently the majority of the log's lines are "block placed" from a commandblock. This can be filtered out with the regex pattern \[.*\] \[Server thread/INFO\]: \[@: Block placed\]\n but it'd be ideal if this wasn't persisted at all. One log file I just opened had 347k lines, after replacing the block placed lines only 46k were left.
Currently the majority of the log's lines are "block placed" from a commandblock. This can be filtered out with the regex pattern
\[.*\] \[Server thread/INFO\]: \[@: Block placed\]\nbut it'd be ideal if this wasn't persisted at all. One log file I just opened had 347k lines, after replacing the block placed lines only 46k were left.