Skip to content

Log socketio events only when the debug flag is specified

Guillaume Riou requested to merge feat/swio-log-socketio-only-on-debug into develop

This makes it so that socketio logging honours the --debug flag and makes it easier to spot error. The log gets very busy otherwise when running scenic with bursts of hundreds of events and periodic tree updates every half second or so from shmdata stats updates.

Merge request reports