Currently all tracing is done through `println`, this should be replaced with logging macros to enable logging modes (e.g. `info!`, `trace!`, `debug!`, etc.)