mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Better logging.
This commit is contained in:
parent
10bf56e540
commit
cf903d526c
@ -63,6 +63,9 @@ bool ReadBufferFromS3::nextImpl()
|
||||
{
|
||||
ProfileEvents::increment(ProfileEvents::S3ReadRequestsErrors, 1);
|
||||
|
||||
LOG_INFO(log, "Caught exception while reading S3 object. Bucket: {}, Key: {}, Offset: {}, Remaining attempts: {}, Message: {}",
|
||||
bucket, key, getPosition(), attempt, e.message());
|
||||
|
||||
impl.reset();
|
||||
offset = getPosition();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user