Logs configuration

View the Asset Picker logging configuration in the log4j.xml file and the log4j2.xml file available in the AssetPicker/conf/logging folder inside Platform home. The logs produced by Asset Picker are placed within the AssetPicker/logs folder inside Platform home.

The log4j.xml file is used for setting up loggers, originating from Platform activities, such as configuration, user authorization etc.

The log4j2.xml file is used for the loggers originating from core activities of Asset Picker.

The default log level, in both cases, is set to WARN. This should suffice for any troubleshooting issues that might arise during installation.

For more information on configuring the log4j.xml file and the log4j2.xml file, see the official documentation Apache Log4j.