Book Image

Liferay Beginner's Guide

Book Image

Liferay Beginner's Guide

Overview of this book

Table of Contents (19 chapters)
Liferay
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
PayPal Test Account Configuration
Index

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.