Book Image

Oracle WebLogic Server 12c Advanced Administration Cookbook

By : Dalton Iwazaki
Book Image

Oracle WebLogic Server 12c Advanced Administration Cookbook

By: Dalton Iwazaki

Overview of this book

Table of Contents (15 chapters)
Oracle WebLogic Server 12c Advanced Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Turning off domain logging


The WebLogic Domain's log concentrates all the WebLogic Managed Server loggings in one single log managed by the Administration Server.

The domain log can become a bottleneck and affect the performance in certain scenarios with a very large domain with several Managed Servers.

In this recipe, the log will be turned off for the PROD_DOMAIN domain.

Getting ready

The log levels will be changed using the Administration Console, so make sure the Administration Server is running.

How to do it...

Carry out the following steps to turn off the domain logging:

  1. Access the Administration Console by pointing your web browser to http://adminhost.domain.local:7001/console.

  2. Click on the Lock & Edit button to start a new edit session.

  3. Click on the PROD_DOMAIN link on the navigation tree to the left and then click on the Logging tab.

  4. Change Severity level of the Domain log broadcaster drop-down menu to Off, as shown in the following screenshot:

  5. Click on the Save button.

  6. Repeat the preceding...