Friday, August 24, 2012

How to increase Local weblogic server log level


If you have to see the more detailed logs in your  local weblogic server ( Jdeveloper) logs, set the below -D property in a project


- Right click on the project, ( If you are running any UI component, then choose ViewController) Project Properties -> Run/Debug/Profile -> Select 'Default' Configuration -> Edit
- Paste below -D command as shown below.

-Djbo.debugoutput=console


How to change the Log level in EM

login to EM via:  https://fortunemindssoa.com/em

2) navigate on the left side:  WebCenter -> Portal -> Spaces

3) select WebCenter Portal (11.1.1) (WC_Spaces1)

4) from pulldown menu at top navigate:  Logs -> Log Configuration

5) Make sure Runtime Loggers view is selected

6) For  Root Logger  change from  TRACE:32 (FINEST) to WARNING:1 (WARNING)

7) click APPLY

8) select WebCenter Portal (11.1.1) (WC_Spaces2)

9) from pulldown menu at top navigate:  Logs -> Log Configuration

10) Make sure Runtime Loggers view is selected

11) For  Root Logger  change from  TRACE:32 (FINEST) to WARNING:1 (WARNING)

No comments:

Post a Comment