embeddedt / CreateChunkloading

Fork of https://github.com/LordGrimmauld/createintegration with just the chunk loader
Other
6 stars 6 forks source link

Console spamming STDOUT messages #29

Open drag0n1zed opened 1 year ago

drag0n1zed commented 1 year ago

Whenever the chunkloading block moves to a new chunk, console spams a LOT of STDOUT messages: [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 27 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 27 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 27 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 27 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 27 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 27 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:40] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:42] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:42] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:42] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:42] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:42] [Server thread/INFO]: [STDOUT]: Forcing 28 17 [14:45:42] [Server thread/INFO]: [STDOUT]: Forcing 28 17 This is taking up a lot of storage.

thebrightspark commented 11 months ago

I've come here about this too... this console spam is ridiculous. Please at least put these kinds of "debug" logs behind a config option, and also consider using SLF4J as your logger instead of just printing to the standard output.

Line in question: https://github.com/embeddedt/CreateChunkloading/blob/a2e9625867a930ea04718e0d7a856b6a54affa79/fabric/src/main/java/org/embeddedt/createchunkloading/fabric/ExampleExpectPlatformImpl.java#L28