Articles in this section

How to find a digest in Aerospike log files

Context

To obtain a record digest from your Aerospike database log files you will need to enable some enhanced logging to ensure digests are printed.
This will print much more information to your log file so it is important that you disable these once you have found the digest you are looking for, leaving the enhanced logging on can have a detrimental impact on performance.

Method

To enable, run:

asinfo -v "set-log:id=0;rw=detail"


To disable, run:

asinfo -v "set-log:id=0;rw-client=info"

Detail-level logging for the rw context will log as transactions (digest).

Notes

Applies to all Aerospike versions.

Applies To Earliest Version

Pre 4.9

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful