Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Extra logging needs to be implemented into .out file through custom component

User_BSN8CFeb 25 2019 — edited Feb 28 2019

Hi,

I have developed a custom component (ValidateStandard filter). I have used java logger class(java.util.logging.Logger) to log more information in UCM_server1.out file.

But there is no logging in .out file. While I am using System.Out.Println(), things are getting logged.

Is there any configuration needs to be done on weblogic server side(may be in logging.xml file) or I need to use logginghelper class to do the logging in .out file

Please help.

Regards,

Avijit

Comments
Post Details
Added on Feb 25 2019
2 comments
221 views