Closed
Description
I am interested in using postgres as a logging backend in conjunction with the log crate. The issue is that anytime such a logger creates a query it results in infinite recursion due to the use of the debug!
and info!
log macros in src/lib.rs. Would it be possible to optionally disable this feature in rust-postgres? I'm fairly new to Rust, so perhaps there is a workaround I am not considering instead.
Metadata
Metadata
Assignees
Labels
No labels