mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Print pid to the logs
This commit is contained in:
committed by
Arseny Sher
parent
71491dd467
commit
2f217f9ebd
@@ -528,7 +528,9 @@ impl ClientInner {
|
||||
rows.len()
|
||||
))
|
||||
} else {
|
||||
Ok(rows[0].get(0))
|
||||
let pid = rows[0].get(0);
|
||||
info!(%pid, "got pid");
|
||||
Ok(pid)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user