rsyvarth/dsrc-radar-collision-avoidance

LOGGER - Ensure that we are able to log radar/dsrc data separately

Closed this issue · 2 comments

In order for our current design to work, we need to be able to write/read from the dsrc/radar/final data logs separately. We can either do this by writing to different files at application run time or by having some method of separating the data out later so we can run our log parsing separately.

The logging logic for this called from RadarDataParser::run and DsrcDataParser::run

With the Python Logger module, you can configure different loggers in the same conf files. We could possibly route logs to different log files doing that