mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 00:42:54 +00:00
Remove some debug info messages.
This commit is contained in:
@@ -237,7 +237,6 @@ impl ConnectionPool {
|
||||
let remove = entry.active_consumers;
|
||||
if new_failure {
|
||||
inner.last_connect_failure = Some(Instant::now());
|
||||
info!("Connection {} has failed", id);
|
||||
}
|
||||
if remove == 0 {
|
||||
info!("Removing connection {} due to too many errors", id);
|
||||
|
||||
@@ -145,7 +145,6 @@ impl PageserverClient {
|
||||
PageserverClientError,
|
||||
> {
|
||||
|
||||
// Print a debug message
|
||||
// FIXME: calculate the shard number correctly
|
||||
let shard = ShardIndex::unsharded();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user