Skip to content

Commit

Permalink
Reduce keep alive log message level (#894)
Browse files Browse the repository at this point in the history
I have reduced the keep alive log message level from `ERROR` to `INFO`.
  • Loading branch information
aleksdmladenovic authored May 15, 2024
1 parent 0ff1f45 commit f9e67aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelink-service/src/worker_api_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl WorkerApi for WorkerApiServer {
#[instrument(
err,
ret(level = Level::INFO),
level = Level::ERROR,
level = Level::INFO,
skip_all,
fields(request = ?grpc_request.get_ref())
)]
Expand Down

0 comments on commit f9e67aa

Please sign in to comment.