View Single Post
  #3 (permalink)  
Old March 15th, 2001
martinpg martinpg is offline
Novicius
 
Join Date: March 21st, 2001
Location: Saratoga
Posts: 2
martinpg is flying high
Post

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.
Reply With Quote