Skip Headers
Oracle® Secure Enterprise Search Administrator's Guide
11g Release 2 (11.2.2)

Part Number E23427-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

Turning On Debug Mode

The logging level for Oracle SES in Fusion Applications is controlled by either Enterprise Manager or the WebLogic Scripting Tool (WLST). The Oracle SES logger, named oracle.search, is set by default to the INFO level. For debugging, change the level of oracle.search to FINEST.

Messages for the Oracle SES server are logged in MW_HOME/servers/search_server1/logs/search_server1-diagnostic.log.

To change the logging level using WLST: 

  1. Go to MW_HOME/oracle_common/common/bin.

  2. Start the WebLogic Server Administration Scripting Tool:

    • For Linux and UNIX platforms, enter wlst.sh.

    • For Windows, enter wlst.cmd.

  3. Enter this command at the wls/offline> prompt:

    connect ()
    
  4. Enter your WebLogic user name in response to the user-name prompt.

  5. Enter your WebLogic password in response to the password prompt.

  6. Enter the WebLogic server hostname:port in response to the server URL prompt.

  7. Set the log level to FINEST for oracle.search:

    setLogLevel(target="search_server1",level="FINEST", logger="oracle.search")