mirror of https://gitee.com/bigwinds/arangodb
added result code in error message
This commit is contained in:
parent
8e4dac4fc4
commit
e446cff433
|
@ -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();
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
||||
|
||||
[log]
|
||||
level = requests=trace
|
||||
|
|
|
@ -4,7 +4,6 @@ line-number = true
|
|||
level = info
|
||||
level = replication=warn
|
||||
level = development=debug
|
||||
#level = requests=trace
|
||||
level = agency=trace
|
||||
|
||||
[database]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
||||
|
||||
[log]
|
||||
#level = replication=trace
|
||||
|
|
Loading…
Reference in New Issue