Server log bugfix
This update fixes two critical errors related to logs found on the server:
- Logging level changed to INFO </>
The server has two lower level of logging -DEBUGandTRACE, which displays a message sending report for each action. - Logging about receiving
nullmessages </>
The server continuously reads user messages and, when the user does not send anything, the server receives empty messages, logs about which are also sent to the console