sdslabs/Rubeus

Implementing a LOG switch

twaritwaikar opened this issue · 0 comments

A log switch should be responsible for toggling the logs of a specific system to do effective debugging.

It should be able to turn off logs from systems that are not being tested at the moment but are being constructed/initialized nonetheless.

Conversely, it can be used to test logs for systems that may stop working correctly after some experimental changes.