For every request that the AuthMinder Server processes, the Txn-Begin and Txn-End log lines are logged irrespective of the log level.
The following is an example of a Transaction Begin log line:
TxnID=150057 | ClientTxnID=[_1T8I_31_34] | Protocol=5 (TXN_NATIVE) | ReqSize=936 | TST=2011-11-13 15:25:13:0 (DB)
The following is an example of a Transaction End log line:
TxnID=150057 | ClientTxnID=[_1T8I_31_34] | Processor=13 (AUTH_ARCOTID) | Operation=1030
(AUTH_AID_VERIFY_SIGNEDCHAL) | Response=0 (SUCCESS) | Reason=0 (UNDEFINED) | RespSize=245 | Time=97 | DBT=10
| NQ=9 | ExtEvents={ NONE } | AddInfo=[NONE] | LTB=48631 | LNL=0402/0402 | LML=196
The following are the details of the parameters in the log line:
Transaction identifier
Client (typically Java SDK) transaction identifier
Internal identifier for the input protocol used
Size of the input request in bytes
Timestamp of the request and the source (DB indicates that the time source is the database server)
Internal identifier for processing module
Identifier for the operation
Response code, indicates the final status of the transaction
Further detailed status of the transaction, typically applicable in case of failure
Size of the response sent in bytes
Time taken to process the request
Time spent for database operations
Number of database queries executed
Any external events triggered. This is applicable in case of plug-in
Contains operation specific data, if any
Bytes logged to the file
Number of lines actually logged or attempted
Longest log line length
|
Copyright © 2013 CA.
All rights reserved.
|
|