Hackerfleet / hfos-legacy

Hackerfleet Operating System
GNU Affero General Public License v3.0
29 stars 4 forks source link

use chat for debug outputs #242

Closed ij0n closed 7 years ago

ij0n commented 7 years ago

especially when debugging NMEA it is useful to have a debug-output on the clients.

I thought we could have a local chatroom with all NMEA-messages pasted to it, when activated.

also we could have all other kind of debug-messages that might be relevant to the crew in a second chatroom. that way we neatly keep it all mobile and usable.

ri0t commented 7 years ago

Nah. Abusing the chat for such stuff is not really helpful.

I'm extending the system logging, so admins can actually check out - that way, they'll automatically get far more clarity on what is generally going on.

In future, to accomplish the above request, you just go to the system log and filter for the nmea component, while you have that module in "debug" mode - so it actually only logs those incoming messages to the system log, which in normal operation it shouldn't do anyway!