OpenStratos / server

Server implemented in C++14. It will be in charge of the management of the balloon.
GNU General Public License v3.0
6 stars 1 forks source link

Logger should log "\r\n" instead of real characters #24

Closed Razican closed 9 years ago

Razican commented 9 years ago

Currently, the logger logs \r\n as literal characters and inserts new lines in the log. It should log the strings "\r" and "\n" instead, so that we can read it better.

Razican commented 9 years ago

This is somehow fixed since it logs complete command-responses. But for the serial logger should be implemented. Nevertheless, this issue will be closed, since it's not related to the serial logger.