-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
C-RefactorFunctionality works, but isn't done in the best possible way and should be re-written or adjusted.Functionality works, but isn't done in the best possible way and should be re-written or adjusted.S-Pending DevelopmentWell defined issue with a MRE (if applicable) waiting for development work to begin on it.Well defined issue with a MRE (if applicable) waiting for development work to begin on it.
Description
Currently logging is done by println!
/eprintln!
. This is not ideal. A logging framework, such as breadcrumbs (https://github.com/IntegralPilot/breadcrumbs-rs), should be used to manage this instead. It should be ensured that there are no outputs to stdout in release mode, in debug mode logs from a runtime-configurable list of "channels" (or equivalent) can be displayed to help with debugging.
Metadata
Metadata
Assignees
Labels
C-RefactorFunctionality works, but isn't done in the best possible way and should be re-written or adjusted.Functionality works, but isn't done in the best possible way and should be re-written or adjusted.S-Pending DevelopmentWell defined issue with a MRE (if applicable) waiting for development work to begin on it.Well defined issue with a MRE (if applicable) waiting for development work to begin on it.