We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21dab9 commit 1075c96Copy full SHA for 1075c96
my-postgres-core/src/connection/postgres_connect_inner.rs
@@ -249,7 +249,7 @@ impl PostgresConnectionInner {
249
ctx: &crate::RequestContext,
250
) -> Result<u64, MyPostgresError> {
251
let mut start_connection = false;
252
- let is_debug = false;
+ let is_debug = std::env::var("DEBUG").is_ok();
253
let mut sw = StopWatch::new();
254
sw.start();
255
loop {
0 commit comments