Hi, I was thinking about this just tonight: I inserted the following line into the handleQuery method of the ReadWorker class:
mManager.log (msg.getHeader ().getFromHost ().getHostAddr () + ": " + msg.getSearchString ());
This enters the IP address and search string of each search query into the log file. |