Messages and Log Files
WebLogic Server records information about events such as configuration changes, deployment of applications, and subsystem failures in log files. The information in log files is useful for detecting and troubleshooting problems, and monitoring performance and availability.
For detailed information about log files and the WebLogic Server logging subsystem, see Logging in Administration Console Online Help.
- Standard Out—By default, a WebLogic Server instance prints all messages of WARNING severity or higher to
out—typically the command shell window in which you are running the server instance. You can control what messages a serverstandard to standard out using the Serverinstance writes —> Logging tab. - Standard Error—A WebLogic Server
errors to standard error—typically the command shell window in which you are running the server instance.instance writes - Node Manager Output—If you start a Managed Server with Node Manager, you can access Node Manager output using Domain
—> Server—> Remote Start Output—> View Node Manager output. - Server Logs—Each WebLogic Server
instance writes all messages from its subsystems and applications to a log file on its host machine. You can configure logging behavior using the Server—> Logging—> Server tab. You can view a server instance's log file using the View server log link on any server tabs page. - Domain Log—By default, each server instance in a domain forwards all messages from its subsystems and applications to the Administration Server for the domain. The Administration Server writes a subset of the messages to the Domain Log. You can control whether or not a server instance sends its messages to the Administration Server, and configure filters that control which messages it sends using the Server
—> Logging—> Domain tab. You can view the Domain Log using the View domain log link on any domain tab page. - Node Manager Logs—Node Manager writes startup and status messages to a log file in the WL_HOME
\common\nodemanager\NodeManagerLogs\NodeManagerInternal
directory. Node Manager log files are namedNodeManagerInternal_
timestamp
, wheretimestamp
indicates the time at which Node Manager started. - HTTP Logs—By default, each server instance maintains a log of HTTP requests. Disable HTTP logging, or configure logging behavior using the Server
—> Logging—> HTTP tab. - JTA Logs—Configure a server instance to maintain a JTA transaction log using the Server
—> Logging—> JTA tab. - JDBC Logs—Configure a server instance to maintain a JDBC log using the Server
—> Logging—> JDBC tab.
No comments:
Post a Comment