Welcome to my blog...

Hello

I created this blog to share my minimal knowledge with others on the issues I came across, the POC's I did, Installations & Configurations I did on Oracle Fusion Middleware, OBIEE and Oracle Primavera Applications.

LinkedIn: https://in.linkedin.com/pub/vinoth-kumar-subramani/18/260/7b9

Technical Issues and Solutions

Friday, March 17, 2017

How to redirect the Weblogic log files to a customized location.


I want all my logs to be captured under /fmw_log/bpm/<specificserver>/<log_file>
  
Redirect .out file to a customized location:
 
Change the heap values and redirect the .out log files to the customized location for bpm_server1.

Go to -> <Domain_Name>-> Environment -> Servers -> bpm_server1 -> Configuration -> Server Start -> Arguments -> enter the value as shown below.

-Xmx7168M -Xms7168M -Xmn3584M -XX:PermSize=1792M -XX:MaxPermSize=1792M -verbose:gc -XX:+PrintHeapAtGC -Xloggc:/fmw_log/bpm/bpm_server1/verbosegc.txt -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Dweblogic.Stdout=/fmw_log/bpm/bpm_server1/bpm_server1.out
Redirect .log file to a customized location:
 
Redirect the AdminServer log file to a customized location.

<Domain_Name> -> Environment -> Servers -> AdminServer -> Logging -> General -> Log file name: /fmw_log/bpm/AdminServer/AdminServer.log

Redirect the bpm_server1 log file to a customized location 

<Domain_Name> -> Environment -> Servers -> bpm_server1 -> Logging -> General -> Log file name: /fmw_log/bpm/bpm_server1/bpm_server1.log

Redirect Diagnostic log file to a customized location: 


Update the customized log file location for diagnostic log files in all the servers as below.








No comments:

Post a Comment