madsim-rs / madsim

Magical Deterministic Simulator for distributed systems in Rust.
Apache License 2.0
644 stars 46 forks source link

runtime should not init logger #96

Closed xxchan closed 1 year ago

xxchan commented 1 year ago

Should be called in client app instead 🤔

wangrunji0408 commented 1 year ago

Indeed. At the beginning we had to customize the logging format in order to show simulated time and node correctly. But now it is unnecessary. It's time to remove the default logger.