aparo / pyes

Python connector for ElasticSearch - the pythonic way to use ElasticSearch
BSD 3-Clause "New" or "Revised" License
607 stars 270 forks source link

logger.exception too noisy #504

Open NickMich opened 8 years ago

NickMich commented 8 years ago

Can the logger.exception call at https://github.com/aparo/pyes/blob/master/pyes/connection_http.py#L126

be changed to .error ? The stacktrace is very noisy when written to logs. Even just raising the exception and letting the caller handle it would be great and allow for adequate debugging IMO.