Description of problem: At present the GenericApiGWTServiceImpl class fails to log key information regarding the type of each query being made from a given client. For example with DEBUG enabled we see lines like : ~~~ 28097-2013-01-23 09:55:30,349 DEBUG [org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl] (ajp-/127.0.0.1:8702-1) Server: RunQuery invoked! 28098:2013-01-23 09:55:30,349 DEBUG [org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl] (ajp-/127.0.0.1:8702-1) IP [10.30.1.107], Session ID [bBZFi0UO5BB-wtc042UfYMGa] ~~~ It would be helpful if more details were logged here. Version-Release number of selected component (if applicable): 3.1.1 How reproducible: Always Steps to Reproduce: 1. Enable DEBUG messages. 2. Monitor engine.log Actual results: Lack of key information such as query type etc. Expected results: Key information exposed when DEBUG messages are enabled. Additional info:
Need to specify the VdcQueryType in the message. Also: - In case VdcQueryType = GetConfigurationValue, need to specify in the message also the configuration-value and version that were requested. - In case VdcQueryType = Search, need to specify in the message also the search-text requested.
OK, sf13.1. I can see lines like: 2013-04-23 14:47:46,875 DEBUG [org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl] (ajp-/127.0.0.1:8702-4) Query type: GetAllBookmarks, Parameters: refresh: true, filtered: false
3.2 has been released