Changing Log File Locations Using Fusion Middleware Control

12-20 Oracle Fusion Middleware Administrators Guide However, if you need to specify the level for a particular logger, expand the logger and then, for the logger that you want to modify, select the logging level. For example, for the logger oracle.wsm.management.logging, select WARNING:1 WARNING. 6. Click Apply.

12.4.3.2 Configuring Message Levels Using WLST

To set the message level with WLST, you use the setLoglevel command. To get the current message level, you use the getLogLevel command. You must be connected to WebLogic Server before you use the configuration commands. You can view the log level for a logger for an Oracle WebLogic Server. For example, to view the log level of the Oracle WebLogic Server soa_server1, use the following command: getLogLevellogger=oracle, target=soa_server1 NOTIFICATION:1 You can set the log level for a particular logger. The following example sets the message type to WARNING for the logger oracle.soa: setLogLeveltarget=soa_server1, logger=oracle.soa, level=WARNING To get a list of loggers for the Oracle WebLogic Server soa_server1, use the listLoggers command: listLoggerstarget=soa_server1 . . . oracle.soa | WARNING:1 oracle.soa.adapter | Inherited orac | Inherited oracle.soa.b2b.apptransport | Inherited oracle.soa.b2b.engine | Inherited oracle.soa.b2b.repository | Inherited oracle.soa.b2b.transport | Inherited oracle.soa.b2b.ui | Inherited . . . You can also filter logger names using the pattern parameter and a regular expression. For example, to return all loggers that begin with oracle in the Oracle WebLogic Server soa_server1, use the following command: listLoggerstarget=soa_server1, pattern=oracle. oracle | NOTIFICATION:1 oracle.adapter | Inherited oracle.adapter.jms.logger | Inherited oracle.adf | Inherited

12.4.4 Specifying the Log File Format

By default, information is written to log files in ODL text format. You can change the format to ODL XML format using Fusion Middleware Control or WLST commands, as described in the following topics: ■ Specifying the Log File Format Using Fusion Middleware Control