The primary log configuration is managed in portal-log4j.xml, which is packed inside the portal application file WEB-INF/lib/portal-impl.jar.
portal-log4j.xml specifies a log verbosity of INFO for the following packages:
com.endecacom.endeca.portal.metadatacom.endeca.portal.instrumentationIt does not override any of the default log verbosity settings for other components.
Note:
If you adjust the logging verbosity, it is updated for both Log4j and the Java Utility Logging Implementation (JULI). Code using either of these loggers should respect this configuration.