1
0
Fork 0

added result code in error message

This commit is contained in:
Frank Celler 2017-08-12 10:52:05 +02:00
parent 8e4dac4fc4
commit e446cff433
4 changed files with 6 additions and 1 deletions

View File

@ -1141,6 +1141,8 @@ AgencyCommResult AgencyComm::sendTransactionWithFailover(
} catch (std::exception const& e) {
LOG_TOPIC(ERR, Logger::AGENCYCOMM) << "Error transforming result. "
<< e.what()
<< " status code: "
<< result._statusCode
<< " incriminating body: "
<< result.bodyRef();
result.clear();

View File

@ -1 +1,4 @@
@include etc/jenkins/arangod-common.conf
[log]
level = requests=trace

View File

@ -4,7 +4,6 @@ line-number = true
level = info
level = replication=warn
level = development=debug
#level = requests=trace
level = agency=trace
[database]

View File

@ -1,3 +1,4 @@
@include etc/jenkins/arangod-common.conf
[log]
#level = replication=trace