JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

How to Change Log Level Details in Websphere Application Server (WAS)

January 29, 2016 by Krishna Srinivasan Leave a Comment

In this tutorial I am going to explain how to change the log level details in your WebSphere Application Server (WAS). If you are deploying your application to production server, it is always good practice to keep the log level as FATAL or ERROR. We can configure the log levels in Application Server (which will affect all the applications deployed to that server) or using the application log file configurations like Log4J.

Here the below steps helps you to quickly change the log level details of your Websphere Application Server.

Step 1 : Login to admin console

1-websphere-admin-console

Step 2 : Navigate to Server details page and click on the specific server name

2-websphere-servers

Step 3 : Click on the change log detail levels

4-websphere-server-logs

Step 4 : Update the log level in the change log detail levels section

5-websphere-server-log-level

This configuration would effect on all the applications deployed on the same server. However, the best practice would be to configure the log levels in the application log configuration files.

 

Filed Under: Java Tagged With: WAS 8.5

Follow Us

  • Facebook
  • Pinterest

As a participant in the Amazon Services LLC Associates Program, this site may earn from qualifying purchases. We may also earn commissions on purchases from other retail websites.

JavaBeat

FEATURED TUTORIALS

Answered: Using Java to Convert Int to String

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved