refactor(pgproto): change log level from Info to Debug in PgClient message handling
Compare changes
+ 9
− 9
@@ -102,13 +102,13 @@ impl<S: io::Read + io::Write> PgClient<S> {
@@ -118,7 +118,7 @@ impl<S: io::Read + io::Write> PgClient<S> {
@@ -128,7 +128,7 @@ impl<S: io::Read + io::Write> PgClient<S> {
@@ -137,7 +137,7 @@ impl<S: io::Read + io::Write> PgClient<S> {
@@ -151,7 +151,7 @@ impl<S: io::Read + io::Write> PgClient<S> {
@@ -160,12 +160,12 @@ impl<S: io::Read + io::Write> PgClient<S> {
@@ -179,7 +179,7 @@ impl<S: io::Read + io::Write> PgClient<S> {