Managing log levels
Logging is one of the most important tools for troubleshooting issues in any application. Liferay uses Log4j framework for logging. Using log4j, we can log messages for different levels. Using configuration files, we can set the log level. It is a normal feature in most of the applications but Liferay provides a way to configure the log level at runtime.