Updated ruby binding for transaction options related to logging and also fixed a typo.

This commit is contained in:
Balachandar Namasivayam 2019-12-10 13:27:54 -08:00
parent 416c5578b7
commit b3bedf7cb3
3 changed files with 10 additions and 2 deletions

View File

@ -441,7 +441,7 @@
Sets the maximum escaped length of key and value fields to be logged to the trace file via the LOG_TRANSACTION option, after which the field will be truncated. A negative value disables truncation. One can set the default max field length for all transactions by calling |transaction-logging-max-field-length-database-option|.
.. |option-set--debug-transaction-identifier| replace::
.. |option-set-debug-transaction-identifier| replace::
Sets a client provided identifier for the transaction that will be used in scenarios like tracing or profiling. Client trace logging or transaction profiling must be separately enabled.

View File

@ -883,7 +883,7 @@ Transaction options
.. method:: Transaction.options.set_debug_transaction_identifier(identifier)
|option-set--debug-transaction-identifier|
|option-set-debug-transaction-identifier|
.. method:: Transaction.options.set_log_transaction()

View File

@ -823,6 +823,14 @@ Transaction options
|option-set-transaction-logging-max-field-length-blurb|
.. method:: Transaction.options.set_debug_transaction_identifier(identifier) -> nil
|option-set-debug-transaction-identifier|
.. method:: Transaction.options.set_log_transaction() -> nil
|option-set-log-transaction|
.. _transact:
The transact method