serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
624 stars 111 forks source link

move from `log` to `tracing` #221

Closed vidhanio closed 9 months ago

vidhanio commented 9 months ago

tracing has much better support for async use cases, as well as better support for filtering and monitoring.