mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
Print pid to the logs
This commit is contained in:
@@ -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