We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9dcd8 commit d9a6ef3Copy full SHA for d9a6ef3
1 file changed
libsql-server/src/http/user/listen.rs
@@ -158,14 +158,6 @@ async fn listen_stream(
158
);
159
yield AggregatorEvent::Error(LAGGED_MSG);
160
},
161
- Err(e) => {
162
- warn!(
163
- namespace = %namespace,
164
- table = %table,
165
- error = %e,
166
- "Unexpected error in listen stream"
167
- );
168
- },
169
_ => {
170
debug!(
171
namespace = %namespace,
0 commit comments