Latte-Corporation / HardLoop

A Minecraft server project with automated resets and infinite gameplay loops, designed to enhance survival challenges.
MIT License
3 stars 0 forks source link

Fix the RCON logging spam #3

Closed Razano26 closed 2 months ago

Razano26 commented 2 months ago
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #214/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #215/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #216/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #217/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #218/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #219/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #220/INFO]: Thread RCON Client /127.0.0.1 shutting down
hardloop  | [21:58:00] [RCON Listener #2/INFO]: Thread RCON Client /127.0.0.1 started
hardloop  | [21:58:00] [RCON Client /127.0.0.1 #221/INFO]: Thread RCON Client /127.0.0.1 shutting down
Nayrode commented 2 months ago

fixed in fd67276