Oracle Weblogic Server (MOSC)

MOSC Banner

Custom Log message appending in Weblogic servers manage server Log

edited Jul 31, 2020 4:00AM in Oracle Weblogic Server (MOSC) 3 commentsAnswered ✓

Team,

We're deploying a java RestFul webservice in Oracle Webcenter Capture Server which is a managed server deployed in Weblogic server. we've used java.util.logging and expecting the logs to be written in Capture servers log file whenever the WS is being called.

But we can see, only System.out.prinln() details are appearing in Capture_server.out file. No logger messages are appearing in any of the log files. We've used the below syntax for initialization- private final static Logger LOGGER =   Logger.getLogger(ConnectionFactoryLookUp.class.getName());

LOGGER.info("getConnection : Entered in getConnection method");

Can you please let me know what exactly is the process to append my WS log in manage servers log file instead of writing them in out file.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center