How to print cachce information in logs

I want to see what to see the cache key, namespace and schema details in the logs for every put and evict… What kind of config I need to do here.

any help is appreciated.

The rw-client DETAIL log context would show every transaction (I am not sure from the top of my head whether it would differentiate inserts/updates/deletes – assuming by ‘evict’ you meant delete).

Some details about that specific log context on this article: Aerospike Customer .

This may be helpful hopefully.