RIAPS / riaps-tests

Repository for code used to test the RIAPS platform
Apache License 2.0
0 stars 1 forks source link

Tests use old python logging instead of spdlog #17

Open timkrentz opened 5 years ago

timkrentz commented 5 years ago

Most current tests were written with the old Python logging framework. Component files need to be modified to import spdlog. NOTE: spdlog FileLoggers need to be flushed and closed at component destruction

MMetelko commented 1 year ago

@timkrentz Does anything else need to be done here? Looking at the code and previous commits along with our switch back to a custom spdlog for network logging, this request now seems to be satisfied. Please verify this assumption.