While it's possible to edit log4J.properties to change log levels for IdentityIQ, there is another way to control log levels using log4j without having to know all the available classes within IdentityIQ.
There is a utility called log4jAdmin which is a single JSP page that you can load into your web application.
The file is available here: log4jAdmin.jsp - javatoolsforweblogic - Pierre's tools for Java and Weblogic - Google Project Hostin...
Drop the log4Admin.dsp file into your application. I put mine at the root of my /identityiq path in my installation.
Once you do this, the URL to use this tool will be http://<host or IP>:port/identityiq/log4jAdmin.jsp
Going to this URL will present you with a way to change logging levels for everything within IdentityIQ.
