Context log to report record insertion

Hi, we’re debugging an application creating records on Aerospike 4.9.0.4 and we would like to understand if there’s a configuration option in the logging context area allowing to report the actual insert operation performed by the client. Since this would be used only for debugging it’s not critical if the logging is extremely verbose, we would like to be able to see the insert clause with the PK included, not the digest hashing. Thanks in advance

Mike

It is currently not possible to get PK and other insertion details from the server log. The most verbose level “detail” for rw-client (asinfo -v “log-set:id=0;rw-client=detail”) logs client operations with the namespace and digest. It should however be possible with some effort to correlate the digest in the server log with other details elsewhere such as the app/client log and database for debugging.