MARTIMM / raku-mongodb-driver

MongoDB driver for Raku
Artistic License 2.0
18 stars 8 forks source link

Make the MongoDB logger play nice with Log::Async #30

Closed lefth closed 6 years ago

lefth commented 6 years ago

This makes the mongo logger use a private instance of Log::Async (its subclass, actually), instead of using the singleton. This should prevent other code from interfering with mongo logging, and vice versa.

This fixes issue #29.