Closed ymlei closed 2 years ago
Hi, any hints on how to enable debug trace in the rust code? For example, https://github.com/BaguaSys/bagua/blob/master/rust/bagua-core/bagua-core-internal/src/comm_ops/centralized_full_precision_synchronous.rs#L31 Thanks!
You may set LOG_LEVEL=DEBUG in the running env.
LOG_LEVEL=DEBUG
Hi, any hints on how to enable debug trace in the rust code? For example, https://github.com/BaguaSys/bagua/blob/master/rust/bagua-core/bagua-core-internal/src/comm_ops/centralized_full_precision_synchronous.rs#L31 Thanks!