Skip to content

Commit b7bf57d

Browse files
Adjust noisy server log cleanup
1 parent 457cd92 commit b7bf57d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

crates/client-api/src/routes/subscribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ async fn ws_client_actor_inner(
504504
let _ = unordered_tx.send(msg);
505505
})
506506
.await;
507-
log::debug!("Client connection ended: {client_id}");
507+
log::trace!("Client connection ended: {client_id}");
508508
}
509509

510510
/// The main `select!` loop of the websocket client actor.

crates/core/src/host/wasm_common/module_host_actor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,8 +1710,6 @@ fn log_reducer_error(
17101710
.with_label_values(&replica_ctx.database_identity, module_hash, reducer)
17111711
.inc();
17121712

1713-
log::info!("reducer returned error: {message}");
1714-
17151713
let record = Record {
17161714
ts: chrono::DateTime::from_timestamp_micros(timestamp.to_micros_since_unix_epoch()).unwrap(),
17171715
function: Some(reducer),

0 commit comments

Comments
 (0)