Closed jhoobergs closed 2 months ago
Yes, it should be set as Debug. If you want, I will accept a PR fixing log levels and even adding Extra loggers.
Thanks for merging. Would it be possible to make a new release?
I can make a small revision release for this tomorrow.
Released on crates.
At https://github.com/AscendingCreations/AxumSessionAuth/blob/main/src/service.rs#L94C1-L94C74 a
warn
logging is used to log that a user is found in the cache, but I assume that finding a user in a cache is expected behavior? It seems better to change this to adebug
log.Or is there a specific reason why this is a warn log? It floods my server logs...