mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
fix log in keeper tcp handler
This commit is contained in:
parent
8340cec8b7
commit
e346535641
@ -623,7 +623,7 @@ void KeeperTCPHandler::updateStats(Coordination::ZooKeeperResponsePtr & response
|
|||||||
LOG_INFO(
|
LOG_INFO(
|
||||||
log,
|
log,
|
||||||
"Total time to process a request took too long ({}ms).\nRequest info: {}",
|
"Total time to process a request took too long ({}ms).\nRequest info: {}",
|
||||||
elapsed,
|
elapsed_ms,
|
||||||
request->toString(/*short_format=*/true));
|
request->toString(/*short_format=*/true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user