/domains/domain1/logs/server.log
.SEVERE
and WARNING
messages through the JMX framework, select the Enabled checkbox.syslog
facility in addition to the server log, select the Enabled checkbox.server.log
or syslog
, it is possible to plug in a custom log handler. The custom handler must extend the class java.util.logging.Handler
(a JSR 047 compliant API). Type the absolute class name of the handler in the Log Handler field. Also put the handler class in the Application Server classpath so that the handler is installed during server startup. The log records from the custom handler will have the format described in "Log Records".server.log
, syslog
, or a destination specified by a custom log handler, it is possible to plug in a custom log filter. The custom filter must implement the interface java.util.logging.Filter
. Type the absolute class name of the filter in the Log Filter field. Also put the filter class in the Application Server classpath so that the filter is installed during server startup.server.log
and rename the old file server.log_
date, where date is the date and time when the file was rotated. The default value is 500 megabytes. The minimum value for the limit is 500 kilobytes; if you specify a lower value, the file rotates when it reaches 500 Kbytes. To turn off log file rotation, set the value to 0.See Also: