tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing
Apache License 2.0
57 stars 15 forks source link

Debug print whenever values are sent #1100

Closed mortendahl closed 2 years ago

mortendahl commented 2 years ago

Add a tracing::debug! to at least GrpcNetworking that logs when a value is sent and received. This should additionally be under eg #[cfg(debug_assertions)] to not emit a massive amount of logs in release builds.