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

Time for action – configuring the log levels


Let's change log levels on our Neighborhood portal and learn about this feature in detail:

  1. Sign in to the Neighborhood portal using the admin credentials.

  2. Check if there is a debug message from the file LoginPostAction. There will not be.

  3. Now open the Control Panel by selecting Manage | Control Panel option from the Dockbar.

  4. Now from the Server section, click on the Server Administration link. The system will, by default, select the Resources tab. Click on the Log Levels tab.

  5. The system will, by default, open the Update Categories sub tab.

  6. Now enter com.liferay.portal.events.LoginPostAction in the Search textbox and press the Search button.

  7. The system will display one result as shown in the following screenshot:

  8. Now change the Log Level drop-down value from ERROR to DEBUG. Press the Save button.

  9. Now click on the Sign Out link from the Dockbar to log out from the portal.

  10. Now, again sign in to the Neighborhood portal using the admin user credentials.

  11. Check...