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