tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Removed direct logging via println #56

Open Flyffies opened 1 year ago

Flyffies commented 1 year ago

Hi,

while using the sqlite backend I noticed that there are direct messages that are bypassing my logging configuration. It seems some prinln statements were the cause of this, that are not found in other backends.

And thank you for this wonderful crate, it works like a charm. Have a nice day!