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).