/ server-testing / configuration / packet.properties
packet.properties
 1  # Show incoming packets from game server as they are being received, True/False value
 2  # Default: False
 3  GameClientLogIncomingPackets = False
 4  
 5  # Show outgoing packets to game server as they are being sent, True/False value
 6  # Default: False
 7  GameClientLogOutgoingPackets = False
 8  
 9  # Show incoming packets from login server as they are being received, True/False value
10  # Default: False
11  LoginClientLogIncomingPackets = False
12  
13  # Show outgoing packets to login server as they are being sent, True/False value
14  # Default: False
15  LoginClientLogOutgoingPackets = False