barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Log Format Change for 1.7.x #128

Closed gsand closed 10 years ago

gsand commented 10 years ago

1.6.x - 1.7.x Changes:

[INFO] -> [Server thread/INFO] [WARNING] -> [Server thread/WARN] and for shutdowns [Server Shutdown Thread/INFO]

[15:17:48] [Server thread/INFO]: Starting minecraft server version 1.7.2
[15:17:48] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[15:17:48] [Server thread/INFO]: Loading properties
[15:17:48] [Server thread/INFO]: Default game type: SURVIVAL
[15:17:48] [Server thread/INFO]: Generating keypair
[15:17:48] [Server thread/INFO]: Starting Minecraft server on *:25565
[15:17:48] [Server thread/INFO]: Preparing level "World"
[15:17:48] [Server thread/INFO]: Preparing start region for level 0
[15:17:49] [Server thread/INFO]: Done (1.020s)! For help, type "help" or "?"
[15:17:49] [Server thread/INFO]: Starting GS4 status listener
[15:17:49] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
stop
[15:19:58] [Server thread/INFO]: Stopping the server
[15:19:58] [Server thread/INFO]: Stopping server
[15:19:58] [Server thread/INFO]: Saving players
[15:19:58] [Server thread/INFO]: Saving worlds
[15:19:58] [Server thread/INFO]: Saving chunks for level 'World'/Overworld
[15:19:58] [Server Shutdown Thread/INFO]: Stopping server
[15:19:58] [Server Shutdown Thread/INFO]: Saving players
[15:19:58] [Server Shutdown Thread/INFO]: Saving worlds
[15:19:58] [Server Shutdown Thread/INFO]: Saving chunks for level 'World'/Overworld